Fix details

This commit is contained in:
Jan Kvetina 2021-12-25 14:58:10 +01:00
parent ef5d744209
commit b8b12fc21d
6 changed files with 19 additions and 16 deletions

View File

@ -56,10 +56,10 @@ wwv_flow_api.create_flow(
,p_error_handling_function=>'#OWNER#.app.handle_apex_error'
,p_substitution_string_01=>'APP_NAME'
,p_substitution_value_01=>'CORE'
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20211222211519'
,p_last_updated_by=>'DEV_ID'
,p_last_upd_yyyymmddhh24miss=>'20211225135307'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_files_version=>21
,p_files_version=>24
,p_ui_type_name => null
,p_print_server_type=>'NATIVE'
);

View File

@ -14,11 +14,13 @@ wwv_flow_api.component_begin (
wwv_flow_api.create_page(
p_id=>0
,p_user_interface_id=>wwv_flow_api.id(9169746885570061)
,p_name=>'Global Page - Desktop'
,p_name=>'Global Page'
,p_step_title=>'Global Page'
,p_autocomplete_on_off=>'OFF'
,p_page_template_options=>'#DEFAULT#'
,p_protection_level=>'D'
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20211222211511'
,p_last_upd_yyyymmddhh24miss=>'20211225131653'
);
wwv_flow_api.component_end;
end;

View File

@ -21,8 +21,8 @@ wwv_flow_api.create_page(
,p_group_id=>wwv_flow_api.id(9240371448352386)
,p_page_template_options=>'#DEFAULT#'
,p_required_role=>wwv_flow_api.id(9556407311505078)
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20211225124643'
,p_last_updated_by=>'DEV_ID'
,p_last_upd_yyyymmddhh24miss=>'20211225135307'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(9262174270429022)
@ -504,8 +504,8 @@ wwv_flow_api.create_ig_report_column(
,p_is_frozen=>false
,p_width=>105.5
,p_sort_order=>1
,p_sort_direction=>'ASC'
,p_sort_nulls=>'LAST'
,p_sort_direction=>'DESC'
,p_sort_nulls=>'FIRST'
);
wwv_flow_api.create_ig_report_column(
p_id=>wwv_flow_api.id(10445429927249329)
@ -686,7 +686,7 @@ wwv_flow_api.create_page_button(
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
,p_button_image_alt=>'Refresh'
,p_button_position=>'RIGHT_OF_TITLE'
,p_button_redirect_url=>'f?p=&APP_ID.:901:&SESSION.::&DEBUG.:901:P901_TODAY:&P901_TODAY.'
,p_button_redirect_url=>'f?p=&APP_ID.:901:&SESSION.::&DEBUG.:901::'
,p_icon_css_classes=>'fa-refresh'
);
wwv_flow_api.create_page_item(

View File

@ -21,8 +21,8 @@ wwv_flow_api.create_page(
,p_group_id=>wwv_flow_api.id(9240371448352386)
,p_page_template_options=>'#DEFAULT#'
,p_required_role=>wwv_flow_api.id(9823062898204869)
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20211225123942'
,p_last_updated_by=>'DEV_ID'
,p_last_upd_yyyymmddhh24miss=>'20211225134116'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(9264033779429041)
@ -391,6 +391,7 @@ wwv_flow_api.create_ig_report(
,p_static_id=>'102683'
,p_type=>'PRIMARY'
,p_default_view=>'GRID'
,p_rows_per_page=>20
,p_show_row_number=>false
,p_settings_area_expanded=>true
);

View File

@ -21,8 +21,8 @@ wwv_flow_api.create_page(
,p_group_id=>wwv_flow_api.id(9240371448352386)
,p_page_template_options=>'#DEFAULT#'
,p_required_role=>wwv_flow_api.id(9556407311505078)
,p_last_updated_by=>'DEV_ID'
,p_last_upd_yyyymmddhh24miss=>'20211224202455'
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20211225085300'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(9192009232668637)
@ -721,7 +721,7 @@ wwv_flow_api.create_page_button(
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
,p_button_image_alt=>'Refresh'
,p_button_position=>'RIGHT_OF_TITLE'
,p_button_redirect_url=>'f?p=&APP_ID.:910:&SESSION.::&DEBUG.:::'
,p_button_redirect_url=>'f?p=&APP_ID.:910:&SESSION.::&DEBUG.:910::'
,p_icon_css_classes=>'fa-refresh'
);
wwv_flow_api.create_page_button(

View File

@ -28,7 +28,7 @@ wwv_flow_api.create_flow_process(
' app.set_item(''G_YESTERDAY'', app.get_date(v_date - 1));',
' app.set_item(''G_TOMORROW'', app.get_date(v_date + 1));',
' --',
' app.set_item(''$TODAY'');',
' app.set_item(''$TODAY'', in_raise => FALSE);',
'END;'))
,p_process_clob_language=>'PLSQL'
,p_security_scheme=>'MUST_NOT_BE_PUBLIC_USER'