prompt --application/shared_components/user_interface/templates/button/text
begin
-- Manifest
-- BUTTON TEMPLATE: TEXT
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.2'
,p_default_workspace_id=>5893639279394007
,p_default_application_id=>20011
,p_default_id_offset=>0
,p_default_owner=>'DEMO'
);
wwv_flow_imp_shared.create_button_templates(
p_id=>wwv_flow_imp.id(10206077575629823)
,p_template_name=>'Text'
,p_internal_name=>'TEXT'
,p_template=>''
,p_hot_template=>''
,p_reference_id=>4070916158035059322
,p_translate_this_template=>'N'
,p_theme_class_id=>1
,p_theme_id=>42
);
wwv_flow_imp.component_end;
end;
/