Skip to content

Commit

Permalink
APEX Visualizer migrated to APEX 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLemm committed Jun 23, 2024
1 parent de4b959 commit 1ef7650
Show file tree
Hide file tree
Showing 299 changed files with 10,953 additions and 64,412 deletions.
5,608 changes: 3,676 additions & 1,932 deletions app/apex_visualizer.sql

Large diffs are not rendered by default.

Binary file modified app/apex_visualizer.zip
Binary file not shown.
9 changes: 4 additions & 5 deletions app/f347/application/create_application.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- FLOW: 347
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand All @@ -23,6 +23,7 @@ wwv_imp_workspace.create_flow(
,p_bookmark_checksum_function=>'SH512'
,p_accept_old_checksums=>false
,p_compatibility_mode=>'21.2'
,p_accessible_read_only=>'N'
,p_session_state_commits=>'IMMEDIATE'
,p_flow_language=>'en'
,p_flow_language_derived_from=>'FLOW_PRIMARY_LANGUAGE'
Expand All @@ -36,7 +37,7 @@ wwv_imp_workspace.create_flow(
,p_public_user=>'APEX_PUBLIC_USER'
,p_proxy_server=>nvl(wwv_flow_application_install.get_proxy,'')
,p_no_proxy_domains=>nvl(wwv_flow_application_install.get_no_proxy_domains,'')
,p_flow_version=>'23.2.2'
,p_flow_version=>'24.1.0'
,p_flow_status=>'AVAILABLE_W_EDIT_LINK'
,p_flow_unavailable_text=>'This application is currently unavailable at this time.'
,p_exact_substitutions_only=>'Y'
Expand All @@ -50,8 +51,6 @@ wwv_imp_workspace.create_flow(
,p_auto_time_zone=>'N'
,p_tokenize_row_search=>'N'
,p_friendly_url=>'N'
,p_last_updated_by=>'OLEMM'
,p_last_upd_yyyymmddhh24miss=>'20240622162634'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_files_version=>14
,p_print_server_type=>'INSTANCE'
Expand Down
4 changes: 2 additions & 2 deletions app/f347/application/delete_application.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prompt --application/delete_application
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down
4 changes: 2 additions & 2 deletions app/f347/application/deployment/buildoptions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL BUILD OPTIONS: 347
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down
4 changes: 2 additions & 2 deletions app/f347/application/deployment/checks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL CHECKS: 347
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down
4 changes: 2 additions & 2 deletions app/f347/application/deployment/definition.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: 347
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_applications_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -46,10 +46,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_APPLICATIONS_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212519','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212519','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_components_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -52,10 +52,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_COMPONENTS_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212648','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212648','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
8 changes: 2 additions & 6 deletions app/f347/application/deployment/install/install_av_css_v.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_css_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -284,10 +284,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_CSS_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212736','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212736','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_general_pkg
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -97,10 +97,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'PACKAGE'
,p_object_name=>'AV_GENERAL_PKG'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210922212149','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210922212149','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_javascript_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -177,10 +177,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_JAVASCRIPT_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212806','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212806','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_p0100_js_code_by_page_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -56,10 +56,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_P0100_JS_CODE_BY_PAGE_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210129124013','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210129124013','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_p0200_css_code_by_page_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -56,10 +56,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_P0200_CSS_CODE_BY_PAGE_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210129124043','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210129124043','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_p0300_plsql_code_by_page_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -56,10 +56,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_P0300_PLSQL_CODE_BY_PAGE_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210129124059','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210129124059','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_p0600_not_used_auth_schemes_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -43,10 +43,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_P0600_NOT_USED_AUTH_SCHEMES_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210927225056','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210927225056','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_p0708_legacy_subst_strings_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -203,10 +203,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_P0708_LEGACY_SUBST_STRINGS_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20211210120900','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20211210120900','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_page_complexity_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -53,10 +53,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_PAGE_COMPLEXITY_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20231203184213','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20231203184213','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_page_links_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -131,10 +131,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_PAGE_LINKS_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210927224901','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210927224901','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_pages_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -45,10 +45,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_PAGES_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212825','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212825','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ begin
-- INSTALL: INSTALL-av_plsql_v
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2023.10.31'
,p_release=>'23.2.5'
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.0'
,p_default_workspace_id=>100001
,p_default_application_id=>347
,p_default_id_offset=>20408574139881448
Expand Down Expand Up @@ -225,10 +225,6 @@ wwv_flow_imp_shared.create_install_object(
,p_object_owner=>'#OWNER#'
,p_object_type=>'VIEW'
,p_object_name=>'AV_PLSQL_V'
,p_last_updated_by=>'OLEMM'
,p_last_updated_on=>to_date('20210125212910','YYYYMMDDHH24MISS')
,p_created_by=>'OLEMM'
,p_created_on=>to_date('20210125212910','YYYYMMDDHH24MISS')
);
wwv_flow_imp.component_end;
end;
Expand Down
Loading

0 comments on commit 1ef7650

Please sign in to comment.