prompt --application/shared_components/user_interface/templates/label/required begin -- Manifest -- LABEL TEMPLATE: REQUIRED -- 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_field_template( p_id=>wwv_flow_imp.id(10203650955629779) ,p_template_name=>'Required' ,p_internal_name=>'REQUIRED' ,p_template_body1=>wwv_flow_string.join(wwv_flow_t_varchar2( '
', ' ', '
')) ,p_before_item=>'
' ,p_after_item=>'
' ,p_item_pre_text=>'#CURRENT_ITEM_PRE_TEXT#' ,p_item_post_text=>'#CURRENT_ITEM_POST_TEXT#' ,p_before_element=>wwv_flow_string.join(wwv_flow_t_varchar2( '
', '
#ITEM_PRE_TEXT#')) ,p_after_element=>wwv_flow_string.join(wwv_flow_t_varchar2( '#ITEM_POST_TEXT##HELP_TEMPLATE#', '
', '
', ' #ERROR_TEMPLATE#', ' ', '
', ' #INLINE_HELP_TEMPLATE#', '
')) ,p_help_link=>'' ,p_inline_help_text=>'
#CURRENT_ITEM_INLINE_HELP_TEXT#
' ,p_error_template=>'
#ERROR_MESSAGE#
' ,p_theme_id=>42 ,p_theme_class_id=>4 ,p_reference_id=>2525313812251712801 ,p_translate_this_template=>'N' ); wwv_flow_imp.component_end; end; /