Not sure what this is

This commit is contained in:
Jan Kvetina 2022-01-02 20:23:00 +01:00
parent f72a9d6aa7
commit e79715a796
3 changed files with 53 additions and 0 deletions

View 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;
/

View 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;
/

View 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;
/