@@ -90,7 +90,7 @@ wwv_imp_workspace.create_flow(
90
90
,p_owner=>nvl(wwv_flow_application_install.get_schema,'ORACLE')
91
91
,p_name=>nvl(wwv_flow_application_install.get_application_name,'Brookstrut Sample App')
92
92
,p_alias=>nvl(wwv_flow_application_install.get_application_alias,'BROOKSTRUT')
93
- ,p_application_group=>wwv_flow_imp.id(4093052402544691420 )
93
+ ,p_application_group=>wwv_flow_imp.id(4125433736958071892 )
94
94
,p_application_group_name=>'Sample Applications'
95
95
,p_page_view_logging=>'YES'
96
96
,p_page_protection_enabled_y_n=>'Y'
@@ -116,7 +116,7 @@ wwv_imp_workspace.create_flow(
116
116
,p_public_user=>'APEX_PUBLIC_USER'
117
117
,p_proxy_server=>nvl(wwv_flow_application_install.get_proxy,'')
118
118
,p_no_proxy_domains=>nvl(wwv_flow_application_install.get_no_proxy_domains,'')
119
- ,p_flow_version=>'24.2.0 '
119
+ ,p_flow_version=>'24.2.1 '
120
120
,p_flow_status=>'AVAILABLE_W_EDIT_LINK'
121
121
,p_flow_unavailable_text=>'This application is currently unavailable at this time.'
122
122
,p_exact_substitutions_only=>'Y'
@@ -136,7 +136,7 @@ wwv_imp_workspace.create_flow(
136
136
,p_substitution_value_01=>'Brookstrut Sample App'
137
137
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
138
138
,p_files_version=>20
139
- ,p_version_scn=>187906107
139
+ ,p_version_scn=>37169915235816
140
140
,p_print_server_type=>'INSTANCE'
141
141
,p_file_storage=>'DB'
142
142
,p_is_pwa=>'Y'
@@ -15024,6 +15024,7 @@ wwv_flow_imp_page.create_page_plug(
15024
15024
p_id=>wwv_flow_imp.id(38758375220649172774)
15025
15025
,p_plug_name=>'Sales by Store by Day'
15026
15026
,p_region_template_options=>'#DEFAULT#'
15027
+ ,p_escape_on_http_output=>'Y'
15027
15028
,p_plug_template=>3371237801798025892
15028
15029
,p_plug_display_sequence=>10
15029
15030
,p_query_type=>'SQL'
@@ -24095,12 +24096,7 @@ wwv_flow_imp_shared.create_install_script(
24095
24096
' values',
24096
24097
' (97, 12, 18, null, null, null, null);',
24097
24098
'',
24098
- ' '))
24099
- );
24100
- wwv_flow_imp_shared.append_to_install_script(
24101
- p_id=>wwv_flow_imp.id(40210080327670064336)
24102
- ,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
24103
- ' commit;',
24099
+ ' commit;',
24104
24100
'',
24105
24101
' ',
24106
24102
' ',
@@ -24129,7 +24125,12 @@ wwv_flow_imp_shared.append_to_install_script(
24129
24125
' (56, 13, 8, null, null, null, null);',
24130
24126
' commit;',
24131
24127
'',
24132
- ' insert into oow_demo_store_products',
24128
+ ' insert into oow_demo_store_'))
24129
+ );
24130
+ wwv_flow_imp_shared.append_to_install_script(
24131
+ p_id=>wwv_flow_imp.id(40210080327670064336)
24132
+ ,p_script_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
24133
+ 'products',
24133
24134
' (id, store_id, item_id, item_price, discount_pct, sale_start_date, sale_end_date)',
24134
24135
' values',
24135
24136
' (98, 13, 17, null, null, null, null);',
0 commit comments