prompt --application/pages/page_10031 begin -- Manifest -- PAGE: 10031 -- 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_page.create_page( p_id=>10031 ,p_name=>'Help' ,p_alias=>'HELP' ,p_page_mode=>'MODAL' ,p_step_title=>'Help' ,p_warn_on_unsaved_changes=>'N' ,p_autocomplete_on_off=>'OFF' ,p_page_template_options=>'#DEFAULT#' ,p_required_patch=>wwv_flow_imp.id(10322066338632488) ,p_dialog_chained=>'N' ,p_protection_level=>'C' ,p_page_component_map=>'25' ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10378831762633431) ,p_plug_name=>'Search Dialog' ,p_region_template_options=>'#DEFAULT#' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10066208585629345) ,p_plug_display_sequence=>10 ,p_function_body_language=>'PLSQL' ,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2( 'for l_page in ( select page_title,', ' help_text', ' from apex_application_pages', ' where application_id = :APP_ID', ' and page_id = :P10031_PAGE_ID )', 'loop', ' if l_page.help_text is null then', ' return ''No help is available for this page.'';', ' else', ' return case when substr(l_page.help_text, 1, 3) != ''

'' then ''

'' end ||', ' apex_application.do_substitutions(l_page.help_text) ||', ' case when substr(trim(l_page.help_text), -4) != ''

'' then ''

'' end;', ' end if;', 'end loop;')) ,p_plug_source_type=>'NATIVE_DYNAMIC_CONTENT' ,p_plug_query_num_rows=>15 ); wwv_flow_imp_page.create_page_item( p_id=>wwv_flow_imp.id(10379248637633432) ,p_name=>'P10031_PAGE_ID' ,p_item_sequence=>10 ,p_item_plug_id=>wwv_flow_imp.id(10378831762633431) ,p_display_as=>'NATIVE_HIDDEN' ,p_lov_display_extra=>'NO' ,p_protection_level=>'S' ,p_attribute_01=>'Y' ); wwv_flow_imp.component_end; end; /