Current CORE app

This commit is contained in:
Jan Kvetina 2022-07-17 22:42:41 +02:00
parent 141c18a1d9
commit 0aa332eac4
129 changed files with 6820 additions and 2454 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -23,7 +23,7 @@ wwv_flow_imp.create_flow(
,p_max_session_length_sec=>86400
,p_max_session_idle_sec=>14400
,p_session_timeout_warning_sec=>600
,p_compatibility_mode=>'19.2'
,p_compatibility_mode=>'21.2'
,p_flow_language=>'en-gb'
,p_flow_language_derived_from=>'SESSION'
,p_date_format=>'&FORMAT_DATE.'
@ -50,7 +50,7 @@ wwv_flow_imp.create_flow(
,p_browser_frame=>'D'
,p_deep_linking=>'Y'
,p_vpd=>wwv_flow_string.join(wwv_flow_t_varchar2(
'&CORE_SCHEMA..app.create_session();',
'CORE.app.create_session();',
''))
,p_vpd_teardown_code=>wwv_flow_string.join(wwv_flow_t_varchar2(
'-- some pages cause APP package invalidation',
@ -58,7 +58,7 @@ wwv_flow_imp.create_flow(
' STATE_INVALIDATED EXCEPTION;',
' PRAGMA EXCEPTION_INIT(STATE_INVALIDATED, -04061);',
'BEGIN',
' &CORE_SCHEMA..app.exit_session();',
' CORE.app.exit_session();',
'EXCEPTION',
'--WHEN STATE_INVALIDATED THEN',
'WHEN OTHERS THEN',
@ -67,7 +67,7 @@ wwv_flow_imp.create_flow(
'-- request_id is lost',
'--',
' app.log_warning(''APP_INVALIDATED'');',
' &CORE_SCHEMA..app.exit_session(); ',
' CORE.app.exit_session();',
'END;',
''))
,p_runtime_api_usage=>'T:O:W'

View File

@ -2,7 +2,7 @@ prompt --application/delete_application
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1096,7 +1096,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1113,7 +1113,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2182,7 +2182,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1111,7 +1111,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2232,7 +2232,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3312,7 +3312,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1075,7 +1075,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1123,7 +1123,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2221,7 +2221,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3352,7 +3352,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -4472,7 +4472,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -5543,7 +5543,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1117,7 +1117,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2222,7 +2222,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1090,7 +1090,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2205,7 +2205,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3354,7 +3354,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1096,7 +1096,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2160,7 +2160,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1112,7 +1112,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2258,7 +2258,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3391,7 +3391,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1111,7 +1111,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2220,7 +2220,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3313,7 +3313,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -4410,7 +4410,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -5481,7 +5481,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -6517,7 +6517,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1110,7 +1110,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1104,7 +1104,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2216,7 +2216,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1115,7 +1115,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -1107,7 +1107,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -2233,7 +2233,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -3317,7 +3317,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -4390,7 +4390,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -2,7 +2,7 @@ prompt --application/plugin_settings
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -14,7 +14,7 @@ whenever sqlerror exit sql.sqlcode rollback
begin
wwv_flow_imp.import_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -18,7 +18,7 @@ end;
begin
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,72 +5,72 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(17553692201468615)
p_id=>wwv_flow_imp.id(8048221172079807)
,p_theme_id=>42
,p_name=>'Redwood Light'
,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#',
'#THEME_IMAGES#css/Redwood#MIN#.css?v=#APEX_VERSION#'))
,p_is_current=>true
'#APEX_FILES#libraries/oracle-fonts/oraclesans-apex#MIN#.css?v=#APEX_VERSION#',
'#THEME_FILES#css/Redwood#MIN#.css?v=#APEX_VERSION#'))
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_IMAGES#less/theme/Redwood-Theme.less'
,p_theme_roller_output_file_url=>'#THEME_IMAGES#css/Redwood-Theme#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Redwood-Theme.less'
,p_theme_roller_output_file_url=>'#THEME_FILES#css/Redwood-Theme#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_read_only=>true
,p_reference_id=>2596426436825065489
);
wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(17554033174468615)
p_id=>wwv_flow_imp.id(8048692087079807)
,p_theme_id=>42
,p_name=>'Vita'
,p_is_current=>false
,p_is_current=>true
,p_is_public=>true
,p_is_accessible=>true
,p_theme_roller_input_file_urls=>'#THEME_IMAGES#less/theme/Vita.less'
,p_theme_roller_output_file_url=>'#THEME_IMAGES#css/Vita#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita.less'
,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_read_only=>true
,p_reference_id=>2719875314571594493
);
wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(17554478504468615)
p_id=>wwv_flow_imp.id(8049086810079808)
,p_theme_id=>42
,p_name=>'Vita - Dark'
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_IMAGES#less/theme/Vita-Dark.less'
,p_theme_roller_output_file_url=>'#THEME_IMAGES#css/Vita-Dark#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Dark.less'
,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Dark#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_read_only=>true
,p_reference_id=>3543348412015319650
);
wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(17554848454468615)
p_id=>wwv_flow_imp.id(8049431395079808)
,p_theme_id=>42
,p_name=>'Vita - Red'
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_IMAGES#less/theme/Vita-Red.less'
,p_theme_roller_output_file_url=>'#THEME_IMAGES#css/Vita-Red#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Red.less'
,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Red#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_read_only=>true
,p_reference_id=>1938457712423918173
);
wwv_flow_imp_shared.create_theme_style(
p_id=>wwv_flow_imp.id(17555201178468616)
p_id=>wwv_flow_imp.id(8049896273079808)
,p_theme_id=>42
,p_name=>'Vita - Slate'
,p_is_current=>false
,p_is_public=>true
,p_is_accessible=>false
,p_theme_roller_input_file_urls=>'#THEME_IMAGES#less/theme/Vita-Slate.less'
,p_theme_roller_output_file_url=>'#THEME_IMAGES#css/Vita-Slate#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_input_file_urls=>'#THEME_FILES#less/theme/Vita-Slate.less'
,p_theme_roller_output_file_url=>'#THEME_FILES#css/Vita-Slate#MIN#.css?v=#APEX_VERSION#'
,p_theme_roller_read_only=>true
,p_reference_id=>3291983347983194966
);

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
@ -54,13 +54,13 @@ wwv_flow_imp_shared.create_theme(
,p_default_page_transition=>'NONE'
,p_default_popup_transition=>'NONE'
,p_default_navbar_list_template=>wwv_flow_imp.id(9132627691569978)
,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(42),'#IMAGE_PREFIX#themes/theme_42/21.1/')
,p_file_prefix => nvl(wwv_flow_application_install.get_static_theme_file_prefix(42),'#APEX_FILES#themes/theme_42/22.1/')
,p_files_version=>64
,p_icon_library=>'FONTAPEX'
,p_javascript_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2(
'#IMAGE_PREFIX#libraries/apex/#MIN_DIRECTORY#widget.stickyWidget#MIN#.js?v=#APEX_VERSION#',
'#THEME_IMAGES#js/theme42#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>'#THEME_IMAGES#css/Core#MIN#.css?v=#APEX_VERSION#'
'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.stickyWidget#MIN#.js?v=#APEX_VERSION#',
'#THEME_FILES#js/theme42#MIN#.js?v=#APEX_VERSION#'))
,p_css_file_urls=>'#THEME_FILES#css/Core#MIN#.css?v=#APEX_VERSION#'
);
wwv_flow_imp.component_end;
end;

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -5,7 +5,7 @@ begin
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.1'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0

View File

@ -0,0 +1,18 @@
// --------------------------------------------------------------------------------
//
// Oracle APEX source export file
//
// The contents of this file are intended for review and analysis purposes only.
// Developers must use the Application Builder to make modifications to an
// application. Changes to this file will not be reflected in the application.
//
// --------------------------------------------------------------------------------
// ----------------------------------------
// Page 0: Global Page
// Action: NATIVE_JAVASCRIPT_CODE
// Code
apex_page_loaded(); // check global.js file

View File

@ -0,0 +1,181 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 0: Global Page
-- Region: App/Global Items [DATA]
-- SQL Query
SELECT
CASE
WHEN (REGEXP_LIKE(app.get_request_url(), '[:,]' || i.item_name || '[,:]')
OR REGEXP_LIKE(app.get_request_url(), '[\?&' || ']' || LOWER(i.item_name) || '[=&' || ']')
)
THEN '<b>' || i.item_name || '</b>'
ELSE i.item_name
END AS item_name,
i.item_value
FROM (
SELECT
i.item_name,
app.get_item(i.item_name) AS item_value
FROM apex_application_items i
WHERE i.application_id = app.get_app_id()
) i
ORDER BY i.item_name;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: SYS_CONTEXT [DATA]
-- SQL Query
SELECT
x.namespace || '.' || x.attribute AS name,
x.value
FROM session_context x
ORDER BY 1;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: Page Items [DATA]
-- SQL Query
SELECT
CASE
WHEN (REGEXP_LIKE(app.get_request_url(), '[:,]' || i.item_name || '[,:]')
OR REGEXP_LIKE(app.get_request_url(), '[\?&' || ']' || LOWER(i.item_name) || '[=&' || ']')
)
THEN '<b>' || i.item_name || '</b>'
ELSE i.item_name
END AS item_name,
app.get_item(i.item_name) AS item_value
FROM apex_application_page_items i
WHERE i.application_id = app.get_app_id()
AND i.page_id = app.get_page_id()
ORDER BY i.item_name;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: CGI [DATA]
-- SQL Query
WITH t AS (
SELECT
'QUERY_STRING,AUTHORIZATION,DAD_NAME,DOC_ACCESS_PATH,DOCUMENT_TABLE,' ||
'HTTP_ACCEPT,HTTP_ACCEPT_ENCODING,HTTP_ACCEPT_CHARSET,HTTP_ACCEPT_LANGUAGE,' ||
'HTTP_COOKIE,HTTP_HOST,HTTP_PRAGMA,HTTP_REFERER,HTTP_USER_AGENT,' ||
'PATH_ALIAS,PATH_INFO,REMOTE_ADDR,REMOTE_HOST,REMOTE_USER,' ||
'REQUEST_CHARSET,REQUEST_IANA_CHARSET,REQUEST_METHOD,REQUEST_PROTOCOL,' ||
'SCRIPT_NAME,SCRIPT_PREFIX,SERVER_NAME,SERVER_PORT,SERVER_PROTOCOL' AS str
FROM DUAL
)
SELECT
REGEXP_SUBSTR(str, '[^,]+', 1, LEVEL) AS name,
REGEXP_REPLACE(OWA_UTIL.GET_CGI_ENV(REGEXP_SUBSTR(str, '[^,]+', 1, LEVEL)), '([;)])', '\1'
) AS value
FROM t
CONNECT BY LEVEL <= REGEXP_COUNT(str, ',')
ORDER BY 1;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: NLS [DATA]
-- SQL Query
SELECT
n.parameter,
n.value
FROM nls_session_parameters n
ORDER BY 1;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: USERENV [DATA]
-- SQL Query
WITH t AS (
SELECT
'CLIENT_IDENTIFIER,CLIENT_INFO,ACTION,MODULE,' ||
'CURRENT_SCHEMA,CURRENT_USER,CURRENT_EDITION_ID,CURRENT_EDITION_NAME,' ||
'OS_USER,POLICY_INVOKER,' ||
'SESSION_USER,SESSIONID,SID,SESSION_EDITION_ID,SESSION_EDITION_NAME,' ||
'AUTHENTICATED_IDENTITY,AUTHENTICATION_DATA,AUTHENTICATION_METHOD,IDENTIFICATION_TYPE,' ||
'ENTERPRISE_IDENTITY,PROXY_ENTERPRISE_IDENTITY,PROXY_USER,' ||
'GLOBAL_CONTEXT_MEMORY,GLOBAL_UID,' ||
'AUDITED_CURSORID,ENTRYID,STATEMENTID,CURRENT_SQL,CURRENT_BIND,' ||
'HOST,SERVER_HOST,SERVICE_NAME,IP_ADDRESS,' ||
'DB_DOMAIN,DB_NAME,DB_UNIQUE_NAME,DBLINK_INFO,DATABASE_ROLE,ISDBA,' ||
'INSTANCE,INSTANCE_NAME,NETWORK_PROTOCOL,' ||
'LANG,LANGUAGE,' || --,NLS_TERRITORY,NLS_CURRENCY,NLS_SORT,NLS_DATE_FORMAT,NLS_DATE_LANGUAGE,NLS_CALENDAR,' ||
'BG_JOB_ID,FG_JOB_ID' AS str
FROM DUAL
)
SELECT
t.name,
t.value
FROM (
SELECT
REGEXP_SUBSTR(str, '[^,]+', 1, LEVEL) AS name,
SYS_CONTEXT('USERENV', REGEXP_SUBSTR(str, '[^,]+', 1, LEVEL)) AS value
FROM t
CONNECT BY LEVEL <= REGEXP_COUNT(str, ',')
) t
WHERE t.value IS NOT NULL
ORDER BY 1;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: Page Translations [DATA]
-- SQL Query
SELECT
CASE
WHEN (REGEXP_LIKE(app.get_request_url(), '[:,]' || i.item_name || '[,:]')
OR REGEXP_LIKE(app.get_request_url(), '[\?&' || ']' || LOWER(i.item_name) || '[=&' || ']')
)
THEN '<b>' || i.item_name || '</b>'
ELSE i.item_name
END AS item_name,
i.item_value
FROM (
SELECT
t.item_name,
app.get_item(t.item_name) AS item_value
FROM translations_current t
) i
ORDER BY i.item_name;
-- ----------------------------------------
-- Page 0: Global Page
-- Region: Page Items [DATA]
-- SQL Query
SELECT
CASE
WHEN (REGEXP_LIKE(app.get_request_url(), '[:,]' || i.item_name || '[,:]')
OR REGEXP_LIKE(app.get_request_url(), '[\?&' || ']' || LOWER(i.item_name) || '[=&' || ']')
)
THEN '<b>' || i.item_name || '</b>'
ELSE i.item_name
END AS item_name,
app.get_item(i.item_name) AS item_value
FROM apex_application_page_items i
WHERE i.application_id = app.get_app_id()
AND i.page_id = 0
AND i.item_name NOT IN ('P0_NAVIGATION', 'P0_REQUEST_LOG')
ORDER BY 1;

View File

@ -0,0 +1,57 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 100: &ENV_NAME. &APP_NAME.
-- Region: Features [LIST]
-- SQL Query
SELECT 'Custom logging and error handling' AS name, '' AS url FROM DUAL UNION ALL
SELECT 'Custom user and roles management' AS name, '' AS url FROM DUAL UNION ALL
SELECT 'Custom navigation' AS name, '' AS url FROM DUAL UNION ALL
SELECT 'Universal app setting' AS name, '' AS url FROM DUAL UNION ALL
SELECT 'Database and APEX objects reports' AS name, '' AS url FROM DUAL;
-- ----------------------------------------
-- Page 100: &ENV_NAME. &APP_NAME.
-- Region: About [LIST]
-- SQL Query
SELECT 'Designed to remove boring setup when building new app, just focus on your app' AS name FROM DUAL UNION ALL
SELECT 'Designed for sharing pages and components between apps' AS name FROM DUAL UNION ALL
SELECT 'Designed for sharing objects for multiple projects/apps in same db schema' AS name FROM DUAL UNION ALL
SELECT 'Designed for sharing objects for multiple schemas in same db instance' AS name FROM DUAL UNION ALL
SELECT 'Lower maintance time and effort when something change in shared code' AS name FROM DUAL;
-- ----------------------------------------
-- Page 100: &ENV_NAME. &APP_NAME.
-- Region: Links [LIST]
-- SQL Query
SELECT
'Blog articles related to project CORE' AS name,
'http://www.oneoracledeveloper.com/search/label/project_core' AS url
FROM DUAL
UNION ALL
SELECT
'Blog articles related to better coding practices (APEX Blueprint)' AS name,
'http://www.oneoracledeveloper.com/search/label/blueprint' AS url
FROM DUAL
UNION ALL
SELECT
'Project CORE on GitHub' AS name,
'https://github.com/jkvetina/CORE' AS url
FROM DUAL;

View File

@ -0,0 +1,52 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 900: #fa-gears
-- Process: ACTION_PURGE_OLD
-- PL/SQL Code
app.log_action('PURGE_OLD');
--
app.purge_logs();
-- ----------------------------------------
-- Page 900: #fa-gears
-- Process: ACTION_SHRINK
-- PL/SQL Code
app.log_action('SHRINK');
--
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.logs ENABLE ROW MOVEMENT';
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.logs SHRINK SPACE';
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.logs DISABLE ROW MOVEMENT';
--
DBMS_STATS.GATHER_TABLE_STATS('#OWNER#', 'LOGS');
EXECUTE IMMEDIATE 'ANALYZE TABLE #OWNER#.logs COMPUTE STATISTICS FOR TABLE';
--
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.sessions ENABLE ROW MOVEMENT';
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.sessions SHRINK SPACE';
EXECUTE IMMEDIATE 'ALTER TABLE #OWNER#.sessions DISABLE ROW MOVEMENT';
--
DBMS_STATS.GATHER_TABLE_STATS('#OWNER#', 'SESSIONS');
EXECUTE IMMEDIATE 'ANALYZE TABLE #OWNER#.sessions COMPUTE STATISTICS FOR TABLE';
-- ----------------------------------------
-- Page 900: #fa-gears
-- Process: ACTION_PURGE_DAY
-- PL/SQL Code
app.log_action('PURGE_DAY');
--
app.purge_logs(app.get_date(:P900_DELETE));

View File

@ -0,0 +1,38 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 901: #fa-bug &PAGE_NAME.
-- Process: INIT_DEFAULTS
-- PL/SQL Code
:P901_IS_TODAY := CASE WHEN NVL(app.get_date_item('G_TODAY'), TRUNC(SYSDATE)) = TRUNC(SYSDATE) THEN 'Y' END;
-- init recent log
IF :P901_IS_TODAY IS NULL THEN
:P901_CURR_LOG_ID := NULL;
:P901_RECENT_LOG_ID := NULL;
END IF;
-- ----------------------------------------
-- Page 901: #fa-bug &PAGE_NAME.
-- Process: INIT_CURR_LOG_ID
-- PL/SQL Code
-- at the last possible moment before rendering page
IF app.get_date_item('G_TODAY') = TRUNC(SYSDATE) THEN
SELECT MAX(l.log_id) INTO :P901_CURR_LOG_ID
FROM logs l
WHERE l.created_at >= SYSDATE - 1/24/60
AND l.app_id = app.get_app_id();
END IF;

View File

@ -0,0 +1,72 @@
// --------------------------------------------------------------------------------
//
// Oracle APEX source export file
//
// The contents of this file are intended for review and analysis purposes only.
// Developers must use the Application Builder to make modifications to an
// application. Changes to this file will not be reflected in the application.
//
// --------------------------------------------------------------------------------
// ----------------------------------------
// Page 902: &PAGE_NAME. &P902_LOG_ID.
// Action: NATIVE_JAVASCRIPT_CODE
// Code
var curr = apex.item('P902_LOG_ID').getValue();
if (curr) {
var grid = apex.region('LOGS_TREE').widget().interactiveGrid('getViews', 'grid');
var rec = grid.model.getRecord(curr);
if (rec) {
grid.setSelectedRecords([rec], true);
}
}
// ----------------------------------------
// Page 902: &PAGE_NAME. &P902_LOG_ID.
// Action: NATIVE_JAVASCRIPT_CODE
// Code
// get selection
var curr = '';
var model = this.data.model;
for (var i = 0; i < this.data.selectedRecords.length; i++) {
curr = model.getValue(this.data.selectedRecords[i], 'LOG_ID');
}
if (curr) {
// get action name for selected row
apex.server.process(
'GET_ACTION_NAME', { x01: curr },
{
success: function (pData) {
apex.item('P902_ACTION_NAME').setValue(pData);
},
dataType: 'text'
}
);
// get arguments for selected row
apex.server.process(
'GET_ARGUMENTS', { x01: curr },
{
success: function (pData) {
apex.item('P902_ARGUMENTS').setValue(pData);
},
dataType: 'text'
}
);
// get payload for selected row
apex.server.process(
'GET_PAYLOAD', { x01: curr },
{
success: function (pData) {
apex.item('P902_PAYLOAD').setValue(pData);
},
dataType: 'text'
}
);
}

View File

@ -0,0 +1,95 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 902: &PAGE_NAME. &P902_LOG_ID.
-- Process: INIT_DEFAULTS
-- PL/SQL Code
app.log_action('INIT_DEFAULTS');
--
IF :P902_LOG_ID IS NOT NULL THEN
app.set_log_tree_id(app.get_log_root(:P902_LOG_ID));
END IF;
-- ----------------------------------------
-- Page 902: &PAGE_NAME. &P902_LOG_ID.
-- Process: GET_ACTION_NAME
-- PL/SQL Code
app.log_action('GET_ACTION_NAME', APEX_APPLICATION.G_X01);
--
FOR c IN (
SELECT l.action_name AS line
FROM logs l
WHERE l.log_id = APEX_APPLICATION.G_X01
) LOOP
htp.p(c.line);
END LOOP;
-- ----------------------------------------
-- Page 902: &PAGE_NAME. &P902_LOG_ID.
-- Process: GET_ARGUMENTS
-- PL/SQL Code
app.log_action('GET_ARGUMENTS', APEX_APPLICATION.G_X01);
--
DECLARE
out_line logs.arguments%TYPE;
v_envelope VARCHAR2(32767);
v_inside VARCHAR2(32767);
BEGIN
SELECT l.arguments INTO out_line
FROM logs l
WHERE l.log_id = APEX_APPLICATION.G_X01;
--
IF 1 = 1 THEN
v_envelope := REGEXP_REPLACE(out_line, '"{\\".*\\"}"', '^|^');
v_inside := REPLACE(REGEXP_SUBSTR(out_line, '"{\\"(.*)\\"}"', 1, 1, NULL, 1), '\"', '"');
out_line := REPLACE(v_envelope, '^|^', '{"' || v_inside || '"}');
END IF;
--
IF out_line LIKE '{"%}' OR out_line LIKE '[%]' THEN
SELECT JSON_QUERY(out_line, '$' RETURNING VARCHAR2(4000) PRETTY) INTO out_line
FROM DUAL;
END IF;
--
htp.p(REPLACE(out_line, CHR(10), '<br />'));
EXCEPTION
WHEN NO_DATA_FOUND THEN
NULL;
END;
-- ----------------------------------------
-- Page 902: &PAGE_NAME. &P902_LOG_ID.
-- Process: GET_PAYLOAD
-- PL/SQL Code
app.log_action('GET_PAYLOAD', APEX_APPLICATION.G_X01);
--
FOR c IN (
SELECT l.payload AS line
FROM logs l
WHERE l.log_id = APEX_APPLICATION.G_X01
) LOOP
c.line := REGEXP_REPLACE(c.line, '\s.*SQL.*\.EXEC.*\]', '.');
c.line := REGEXP_REPLACE(c.line, '\s%.*EXEC.*\]', '.');
c.line := REGEXP_REPLACE(c.line, '\s%_PROCESS.*\]', '.');
c.line := REGEXP_REPLACE(c.line, '\s%_ERROR.*\]', '.');
c.line := REGEXP_REPLACE(c.line, '\s%_SECURITY.*\]', '.');
c.line := REGEXP_REPLACE(c.line, '\sHTMLDB*\]', '.');
--
htp.p(REPLACE(c.line, CHR(10), '<br />'));
END LOOP;

View File

@ -0,0 +1,61 @@
// --------------------------------------------------------------------------------
//
// Oracle APEX source export file
//
// The contents of this file are intended for review and analysis purposes only.
// Developers must use the Application Builder to make modifications to an
// application. Changes to this file will not be reflected in the application.
//
// --------------------------------------------------------------------------------
// ----------------------------------------
// Page 905: #fa-server-play &PAGE_NAME.
// Action: NATIVE_JAVASCRIPT_CODE
// Code
/*
var curr = apex.item('P905_LOG_ID').getValue();
if (curr) {
var grid = apex.region('HISTORY').widget().interactiveGrid('getViews', 'grid');
var rec = grid.model.getRecord(curr);
grid.setSelectedRecords([rec], true);
}
*/
// ----------------------------------------
// Page 905: #fa-server-play &PAGE_NAME.
// Action: NATIVE_JAVASCRIPT_CODE
// Code
// get selection
var curr = '';
var model = this.data.model;
for (var i = 0; i < this.data.selectedRecords.length; i++) {
curr = model.getValue(this.data.selectedRecords[i], 'LOG_ID');
}
if (curr) {
// get arguments for selected row
apex.server.process(
'GET_OUTPUT', { x01: curr },
{
success: function (pData) {
apex.item('P905_RESULT_OUTPUT').setValue(pData);
},
dataType: 'text'
}
);
// get payload for selected row
apex.server.process(
'GET_ADDITIONAL_INFO', { x01: curr },
{
success: function (pData) {
apex.item('P905_RESULT_INFO').setValue(pData);
},
dataType: 'text'
}
);
}

View File

@ -0,0 +1,108 @@
-- --------------------------------------------------------------------------------
--
-- Oracle APEX source export file
--
-- The contents of this file are intended for review and analysis purposes only.
-- Developers must use the Application Builder to make modifications to an
-- application. Changes to this file will not be reflected in the application.
--
-- --------------------------------------------------------------------------------
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: ACTION_START
-- PL/SQL Code
app.log_action('JOB_START', app.get_item('$JOB_NAME'));
--
DBMS_SCHEDULER.RUN_JOB('#OWNER#.' || app.get_item('$JOB_NAME'));
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: SAVE_PLANNED
-- PL/SQL Code to Insert/Update/Delete
app.log_action('SAVE_PLANNED', :APEX$ROW_STATUS, :JOB_NAME, :IS_ENABLED);
-- enable/disable job
IF :IS_ENABLED = 'Y' THEN
DBMS_SCHEDULER.ENABLE('#OWNER#."' || :JOB_NAME || '"');
ELSE
DBMS_SCHEDULER.DISABLE('#OWNER#."' || :JOB_NAME || '"');
END IF;
-- delete job
IF :APEX$ROW_STATUS = 'D' THEN
BEGIN
DBMS_SCHEDULER.STOP_JOB('#OWNER#."' || :JOB_NAME || '"');
EXCEPTION
WHEN OTHERS THEN
NULL;
END;
--
DBMS_SCHEDULER.DROP_JOB('#OWNER#."' || :JOB_NAME || '"');
END IF;
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: GET_OUTPUT
-- PL/SQL Code
app.log_action('GET_OUTPUT', APEX_APPLICATION.G_X01);
--
FOR c IN (
SELECT REPLACE(d.output, CHR(10), '<br>') AS line
FROM user_scheduler_job_run_details d
WHERE d.log_id = APEX_APPLICATION.G_X01
) LOOP
htp.p(c.line);
END LOOP;
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: GET_ADDITIONAL_INFO
-- PL/SQL Code
app.log_action('GET_ADDITIONAL_INFO', APEX_APPLICATION.G_X01);
--
FOR c IN (
SELECT REPLACE(d.additional_info, CHR(10), '<br>') AS line
FROM user_scheduler_job_run_details d
WHERE d.log_id = APEX_APPLICATION.G_X01
) LOOP
htp.p(c.line);
END LOOP;
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: ACTION_GET_DETAILS
-- PL/SQL Code
app.log_action('GET_DETAILS', app.get_item('$JOB_NAME'));
--
FOR c IN (
SELECT j.*
FROM user_scheduler_jobs j
WHERE j.job_name = app.get_item('$JOB_NAME')
) LOOP
app.set_item('$IS_ENABLED', c.enabled);
app.set_item('$DETAIL_TYPE', c.job_style || '<br />' || c.job_type);
app.set_item('$DETAIL_SOURCE', c.job_action);
app.set_item('$DETAIL_INTERVAL', c.schedule_type || '<br />' || c.repeat_interval);
END LOOP;
-- ----------------------------------------
-- Page 905: #fa-server-play &PAGE_NAME.
-- Process: ACTION_STOP
-- PL/SQL Code
app.log_action('JOB_STOP', app.get_item('$JOB_NAME'));
--
DBMS_SCHEDULER.STOP_JOB('#OWNER#.' || app.get_item('$JOB_NAME'));

Some files were not shown because too many files have changed in this diff Show More