Skip to content

Commit 3758849

Browse files
Merge pull request #101 from oracle/24.2-brookstrut-update
update brookstrut
2 parents 8b0911c + b0195ba commit 3758849

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/json/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
{
108108
"internalName": "BROOKSTRUT_SAMPLE_APP",
109109
"author": "Oracle",
110-
"version": "24.2.0",
110+
"version": "24.2.1",
111111
"icon": "https://raw.githubusercontent.com/oracle/apex/24.2/docs/img/apps/app-brookstrut-sample-app.svg",
112112
"url": "https://github.com/oracle/apex/tree/24.2/sample-apps/brookstrut-sample-app",
113113
"source": "https://raw.githubusercontent.com/oracle/apex/24.2/sample-apps/brookstrut-sample-app/brookstrut-sample-app.sql",

sample-apps/brookstrut-sample-app/brookstrut-sample-app.sql

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ wwv_imp_workspace.create_flow(
9090
,p_owner=>nvl(wwv_flow_application_install.get_schema,'ORACLE')
9191
,p_name=>nvl(wwv_flow_application_install.get_application_name,'Brookstrut Sample App')
9292
,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)
9494
,p_application_group_name=>'Sample Applications'
9595
,p_page_view_logging=>'YES'
9696
,p_page_protection_enabled_y_n=>'Y'
@@ -116,7 +116,7 @@ wwv_imp_workspace.create_flow(
116116
,p_public_user=>'APEX_PUBLIC_USER'
117117
,p_proxy_server=>nvl(wwv_flow_application_install.get_proxy,'')
118118
,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'
120120
,p_flow_status=>'AVAILABLE_W_EDIT_LINK'
121121
,p_flow_unavailable_text=>'This application is currently unavailable at this time.'
122122
,p_exact_substitutions_only=>'Y'
@@ -136,7 +136,7 @@ wwv_imp_workspace.create_flow(
136136
,p_substitution_value_01=>'Brookstrut Sample App'
137137
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
138138
,p_files_version=>20
139-
,p_version_scn=>187906107
139+
,p_version_scn=>37169915235816
140140
,p_print_server_type=>'INSTANCE'
141141
,p_file_storage=>'DB'
142142
,p_is_pwa=>'Y'
@@ -15024,6 +15024,7 @@ wwv_flow_imp_page.create_page_plug(
1502415024
p_id=>wwv_flow_imp.id(38758375220649172774)
1502515025
,p_plug_name=>'Sales by Store by Day'
1502615026
,p_region_template_options=>'#DEFAULT#'
15027+
,p_escape_on_http_output=>'Y'
1502715028
,p_plug_template=>3371237801798025892
1502815029
,p_plug_display_sequence=>10
1502915030
,p_query_type=>'SQL'
@@ -24095,12 +24096,7 @@ wwv_flow_imp_shared.create_install_script(
2409524096
' values',
2409624097
' (97, 12, 18, null, null, null, null);',
2409724098
'',
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;',
2410424100
'',
2410524101
' ',
2410624102
' ',
@@ -24129,7 +24125,12 @@ wwv_flow_imp_shared.append_to_install_script(
2412924125
' (56, 13, 8, null, null, null, null);',
2413024126
' commit;',
2413124127
'',
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',
2413324134
' (id, store_id, item_id, item_price, discount_pct, sale_start_date, sale_end_date)',
2413424135
' values',
2413524136
' (98, 13, 17, null, null, null, null);',
Binary file not shown.

0 commit comments

Comments
 (0)