prompt --application/pages/page_00001 begin -- Manifest -- PAGE: 00001 -- 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=>1 ,p_name=>'Home' ,p_alias=>'HOME' ,p_step_title=>'Chatbot' ,p_autocomplete_on_off=>'OFF' ,p_page_template_options=>'#DEFAULT#' ,p_protection_level=>'C' ,p_page_component_map=>'13' ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10331330447632810) ,p_plug_name=>'Chatbot' ,p_region_template_options=>'#DEFAULT#' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10109526422629541) ,p_plug_display_sequence=>10 ,p_plug_display_point=>'REGION_POSITION_01' ,p_plug_query_num_rows=>15 ,p_region_image=>'#APP_FILES#icons/app-icon-512.png' ,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( 'expand_shortcuts', 'N', 'output_as', 'HTML', 'show_line_breaks', 'Y')).to_clob ); wwv_flow_imp.component_end; end; /