Not sure what this is
This commit is contained in:
parent
f72a9d6aa7
commit
e79715a796
17
apex/f770/application/deployment/buildoptions.sql
Normal file
17
apex/f770/application/deployment/buildoptions.sql
Normal file
@ -0,0 +1,17 @@
|
||||
prompt --application/deployment/buildoptions
|
||||
begin
|
||||
-- Manifest
|
||||
-- INSTALL BUILD OPTIONS: 770
|
||||
-- Manifest End
|
||||
wwv_flow_api.component_begin (
|
||||
p_version_yyyy_mm_dd=>'2021.04.15'
|
||||
,p_release=>'21.1.6'
|
||||
,p_default_workspace_id=>9014660246496943
|
||||
,p_default_application_id=>770
|
||||
,p_default_id_offset=>0
|
||||
,p_default_owner=>'CORE'
|
||||
);
|
||||
null;
|
||||
wwv_flow_api.component_end;
|
||||
end;
|
||||
/
|
||||
17
apex/f770/application/deployment/checks.sql
Normal file
17
apex/f770/application/deployment/checks.sql
Normal file
@ -0,0 +1,17 @@
|
||||
prompt --application/deployment/checks
|
||||
begin
|
||||
-- Manifest
|
||||
-- INSTALL CHECKS: 770
|
||||
-- Manifest End
|
||||
wwv_flow_api.component_begin (
|
||||
p_version_yyyy_mm_dd=>'2021.04.15'
|
||||
,p_release=>'21.1.6'
|
||||
,p_default_workspace_id=>9014660246496943
|
||||
,p_default_application_id=>770
|
||||
,p_default_id_offset=>0
|
||||
,p_default_owner=>'CORE'
|
||||
);
|
||||
null;
|
||||
wwv_flow_api.component_end;
|
||||
end;
|
||||
/
|
||||
19
apex/f770/application/deployment/definition.sql
Normal file
19
apex/f770/application/deployment/definition.sql
Normal file
@ -0,0 +1,19 @@
|
||||
prompt --application/deployment/definition
|
||||
begin
|
||||
-- Manifest
|
||||
-- INSTALL: 770
|
||||
-- Manifest End
|
||||
wwv_flow_api.component_begin (
|
||||
p_version_yyyy_mm_dd=>'2021.04.15'
|
||||
,p_release=>'21.1.6'
|
||||
,p_default_workspace_id=>9014660246496943
|
||||
,p_default_application_id=>770
|
||||
,p_default_id_offset=>0
|
||||
,p_default_owner=>'CORE'
|
||||
);
|
||||
wwv_flow_api.create_install(
|
||||
p_id=>wwv_flow_api.id(12958699824624058)
|
||||
);
|
||||
wwv_flow_api.component_end;
|
||||
end;
|
||||
/
|
||||
Loading…
x
Reference in New Issue
Block a user