@@ -6,44 +6,21 @@ whenever sqlerror exit sql.sqlcode rollback
66-- ORACLE Application Express (APEX) export file
77--
88-- You should run the script connected to SQL*Plus as the Oracle user
9- -- APEX_200100 or as the owner (parsing schema) of the application.
9+ -- APEX_050100 or as the owner (parsing schema) of the application.
1010--
1111-- NOTE: Calls to apex_application_install override the defaults below.
1212--
1313--------------------------------------------------------------------------------
1414begin
1515wwv_flow_api.import_begin (
16- p_version_yyyy_mm_dd=>'2020.03.31'
17- ,p_release=>'20.1.0.00.13'
18- ,p_default_workspace_id=>16477951687704506971
19- ,p_default_application_id=>106345
20- ,p_default_id_offset=>9098507567230236286
16+ p_version_yyyy_mm_dd=>'2016.08.24'
17+ ,p_release=>'5.1.4.00.08'
18+ ,p_default_workspace_id=>55254912735801457
19+ ,p_default_application_id=>116612
2120,p_default_owner=>'OGOBRECHT'
2221);
2322end;
2423/
25-
26- prompt APPLICATION 106345 - dhtmlxGantt Region Type Plugin - Test App
27- --
28- -- Application Export:
29- -- Application: 106345
30- -- Name: dhtmlxGantt Region Type Plugin - Test App
31- -- Date and Time: 20:13 Donnerstag Oktober 8, 2020
32- -- Exported By: OGOBRECHT
33- -- Flashback: 0
34- -- Export Type: Component Export
35- -- Manifest
36- -- PLUGIN: 85087983665261276843
37- -- Manifest End
38- -- Version: 20.1.0.00.13
39- -- Instance ID: 63113759365424
40- --
41-
42- begin
43- -- replace components
44- wwv_flow_api.g_mode := 'REPLACE';
45- end;
46- /
4724prompt --application/shared_components/plugins/region_type/com_github_ogobrecht_dhtmlxgantt
4825begin
4926wwv_flow_api.create_plugin(
@@ -47941,10 +47918,9 @@ wwv_flow_api.create_plugin_file(
4794147918,p_file_content=>wwv_flow_api.varchar2_to_blob(wwv_flow_api.g_varchar2_table)
4794247919);
4794347920end;
47944- /
47945- prompt --application/end_environment
47921+ /
4794647922begin
47947- wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
47923+ wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false), p_is_component_import => true );
4794847924commit;
4794947925end;
4795047926/
0 commit comments