Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Apex/application/comments.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ begin
-- Manifest
-- APPLICATION COMMENTS: 109
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
null;
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
25 changes: 13 additions & 12 deletions Apex/application/create_application.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ begin
-- Manifest
-- FLOW: 109
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
wwv_flow_api.create_flow(
wwv_flow_imp.create_flow(
p_id=>wwv_flow.g_flow_id
,p_owner=>nvl(wwv_flow_application_install.get_schema,'STFC')
,p_name=>nvl(wwv_flow_application_install.get_application_name,'STFC')
Expand All @@ -23,7 +23,7 @@ wwv_flow_api.create_flow(
,p_max_session_length_sec=>172800
,p_max_session_idle_sec=>21600
,p_session_timeout_warning_sec=>300
,p_compatibility_mode=>'19.2'
,p_compatibility_mode=>'21.2'
,p_flow_language=>'en'
,p_flow_language_derived_from=>'FLOW_PRIMARY_LANGUAGE'
,p_allow_feedback_yn=>'Y'
Expand All @@ -34,11 +34,10 @@ wwv_flow_api.create_flow(
,p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'')
,p_documentation_banner=>'Application created from create application wizard 2022.03.22.'
,p_authentication=>'PLUGIN'
,p_authentication_id=>wwv_flow_api.id(78200610038588567)
,p_authentication_id=>wwv_flow_imp.id(2626811672771794)
,p_application_tab_set=>1
,p_logo_type=>'T'
,p_logo_text=>'STFC'
,p_app_builder_icon_name=>'app-icon.svg'
,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,'')
Expand All @@ -49,19 +48,21 @@ wwv_flow_api.create_flow(
,p_browser_cache=>'N'
,p_browser_frame=>'D'
,p_runtime_api_usage=>'T'
,p_security_scheme=>wwv_flow_api.id(54555478695995935)
,p_security_scheme=>wwv_flow_imp.id(54555478695995935)
,p_rejoin_existing_sessions=>'N'
,p_csv_encoding=>'Y'
,p_auto_time_zone=>'N'
,p_tokenize_row_search=>'N'
,p_substitution_string_01=>'APP_NAME'
,p_substitution_value_01=>'STFC'
,p_last_updated_by=>'BOONEBYTES'
,p_last_upd_yyyymmddhh24miss=>'20220926205047'
,p_last_upd_yyyymmddhh24miss=>'20221023113913'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_files_version=>6
,p_files_version=>12
,p_ui_type_name => null
,p_print_server_type=>'NATIVE'
,p_is_pwa=>'N'
);
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
12 changes: 6 additions & 6 deletions Apex/application/delete_application.sql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
prompt --application/delete_application
begin
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
wwv_flow_api.remove_flow(wwv_flow.g_flow_id);
wwv_flow_api.component_end;
wwv_flow_imp.remove_flow(wwv_flow.g_flow_id);
wwv_flow_imp.component_end;
end;
/
10 changes: 5 additions & 5 deletions Apex/application/deployment/buildoptions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ begin
-- Manifest
-- INSTALL BUILD OPTIONS: 109
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
null;
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
10 changes: 5 additions & 5 deletions Apex/application/deployment/checks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ begin
-- Manifest
-- INSTALL CHECKS: 109
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
null;
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
14 changes: 7 additions & 7 deletions Apex/application/deployment/definition.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ begin
-- Manifest
-- INSTALL: 109
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
wwv_flow_api.create_install(
p_id=>wwv_flow_api.id(30601517171476033)
wwv_flow_imp_shared.create_install(
p_id=>wwv_flow_imp.id(30601517171476033)
);
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
2 changes: 1 addition & 1 deletion Apex/application/end_environment.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prompt --application/end_environment
begin
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
wwv_flow_imp.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
commit;
end;
/
Expand Down
25 changes: 13 additions & 12 deletions Apex/application/pages/page_00000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,38 @@ begin
-- Manifest
-- PAGE: 00000
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
wwv_flow_api.create_page(
wwv_flow_imp_page.create_page(
p_id=>0
,p_user_interface_id=>wwv_flow_api.id(54551875302995858)
,p_user_interface_id=>wwv_flow_imp.id(54551875302995858)
,p_name=>'Global Page - Desktop'
,p_step_title=>'Global Page - Desktop'
,p_autocomplete_on_off=>'OFF'
,p_page_template_options=>'#DEFAULT#'
,p_protection_level=>'D'
,p_page_component_map=>'14'
,p_last_updated_by=>'BOONEBYTES'
,p_last_upd_yyyymmddhh24miss=>'20220917214236'
);
wwv_flow_api.create_page_da_event(
p_id=>wwv_flow_api.id(75004906356727546)
wwv_flow_imp_page.create_page_da_event(
p_id=>wwv_flow_imp.id(75004906356727546)
,p_name=>'Auto-Select Number'
,p_event_sequence=>10
,p_triggering_element_type=>'JQUERY_SELECTOR'
,p_triggering_element=>'input.number_field, input.apex-item-text'
,p_bind_type=>'live'
,p_bind_event_type=>'focusin'
);
wwv_flow_api.create_page_da_action(
p_id=>wwv_flow_api.id(75005011154727547)
,p_event_id=>wwv_flow_api.id(75004906356727546)
wwv_flow_imp_page.create_page_da_action(
p_id=>wwv_flow_imp.id(75005011154727547)
,p_event_id=>wwv_flow_imp.id(75004906356727546)
,p_event_result=>'TRUE'
,p_action_sequence=>10
,p_execute_on_page_init=>'N'
Expand All @@ -45,6 +46,6 @@ unistr('var fieldLength = Number(this.triggeringElement.value.length); //Get the
'this.triggeringElement.selectionStart = 0;',
'this.triggeringElement.selectionEnd = fieldLength;'))
);
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
40 changes: 20 additions & 20 deletions Apex/application/pages/page_00001.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ begin
-- Manifest
-- PAGE: 00001
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.0'
,p_default_workspace_id=>18900386187764698
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.0'
,p_default_workspace_id=>2100437598979157
,p_default_application_id=>109
,p_default_id_offset=>30400279703097675
,p_default_owner=>'STFC'
);
wwv_flow_api.create_page(
wwv_flow_imp_page.create_page(
p_id=>1
,p_user_interface_id=>wwv_flow_api.id(54551875302995858)
,p_user_interface_id=>wwv_flow_imp.id(54551875302995858)
,p_name=>'Home'
,p_alias=>'HOME'
,p_step_title=>'STFC Home'
,p_autocomplete_on_off=>'OFF'
,p_page_template_options=>'#DEFAULT#'
,p_page_component_map=>'13'
,p_last_updated_by=>'BOONEBYTES'
,p_last_upd_yyyymmddhh24miss=>'20220905215642'
,p_last_upd_yyyymmddhh24miss=>'20221010193340'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(33200340846258503)
wwv_flow_imp_page.create_page_plug(
p_id=>wwv_flow_imp.id(33200340846258503)
,p_plug_name=>'Menu'
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(54434419117995718)
,p_plug_template=>wwv_flow_imp.id(54434419117995718)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'Y'
,p_plug_display_point=>'BODY'
,p_list_id=>wwv_flow_api.id(54405142762995641)
,p_list_id=>wwv_flow_imp.id(54405142762995641)
,p_plug_source_type=>'NATIVE_LIST'
,p_list_template_id=>wwv_flow_api.id(54522915576995791)
,p_list_template_id=>wwv_flow_imp.id(54522915576995791)
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
,p_plug_footer=>wwv_flow_string.join(wwv_flow_t_varchar2(
'<script type="text/javascript" src="#WORKSPACE_IMAGES#jstz.js"></script>',
'<script type="text/javascript" src="#APP_FILES#jstz.js"></script>',
'<script type="text/javascript">',
'$(function () {',
' var tz = jstz.determine(); // Determines the time zone of the browser client',
Expand All @@ -54,12 +54,12 @@ wwv_flow_api.create_page_plug(
'});',
'</script>'))
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(54564859759996003)
wwv_flow_imp_page.create_page_plug(
p_id=>wwv_flow_imp.id(54564859759996003)
,p_plug_name=>'STFC'
,p_icon_css_classes=>'app-icon'
,p_region_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(54452459016995731)
,p_plug_template=>wwv_flow_imp.id(54452459016995731)
,p_plug_display_sequence=>10
,p_plug_display_point=>'REGION_POSITION_01'
,p_plug_query_num_rows=>15
Expand All @@ -68,8 +68,8 @@ wwv_flow_api.create_page_plug(
,p_attribute_02=>'HTML'
,p_attribute_03=>'Y'
);
wwv_flow_api.create_page_process(
p_id=>wwv_flow_api.id(75001447297727511)
wwv_flow_imp_page.create_page_process(
p_id=>wwv_flow_imp.id(75001447297727511)
,p_process_sequence=>10
,p_process_point=>'ON_DEMAND'
,p_process_type=>'NATIVE_PLSQL'
Expand All @@ -83,6 +83,6 @@ wwv_flow_api.create_page_process(
,p_error_display_location=>'INLINE_IN_NOTIFICATION'
,p_process_is_stateful_y_n=>'Y'
);
wwv_flow_api.component_end;
wwv_flow_imp.component_end;
end;
/
Loading