CORE/apex/f770/application/comments.sql
2021-12-22 22:17:45 +01:00

18 lines
355 B
SQL

prompt --application/comments
begin
-- Manifest
-- APPLICATION COMMENTS: 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;
/