prompt --application/pages/page_10000 begin -- Manifest -- PAGE: 10000 -- 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=>10000 ,p_name=>'Administration' ,p_alias=>'ADMINISTRATION' ,p_step_title=>'Administration' ,p_autocomplete_on_off=>'OFF' ,p_group_id=>wwv_flow_imp.id(10323519869632584) ,p_page_template_options=>'#DEFAULT#' ,p_required_role=>wwv_flow_imp.id(10322946272632526) ,p_protection_level=>'C' ,p_deep_linking=>'N' ,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( '

The administration page allows application owners (Administrators) to configure the application and maintain common data used across the application.', 'By selecting one of the available settings, administrators can potentially change how the application is displayed and/or features available to the end users.

', '

Access to this page should be limited to Administrators only.

')) ,p_page_component_map=>'03' ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10383923069633493) ,p_plug_name=>'Breadcrumb' ,p_region_template_options=>'#DEFAULT#:t-BreadcrumbRegion--useBreadcrumbTitle' ,p_component_template_options=>'#DEFAULT#' ,p_plug_template=>wwv_flow_imp.id(10145238625629609) ,p_plug_display_sequence=>10 ,p_plug_display_point=>'REGION_POSITION_01' ,p_menu_id=>wwv_flow_imp.id(10029580740629034) ,p_plug_source_type=>'NATIVE_BREADCRUMB' ,p_menu_template_id=>wwv_flow_imp.id(10207649640629828) ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10385943160633538) ,p_plug_name=>'Column 1' ,p_region_template_options=>'#DEFAULT#' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10067642234629347) ,p_plug_display_sequence=>10 ,p_plug_query_num_rows=>15 ,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_page.create_page_plug( p_id=>wwv_flow_imp.id(10386376770633540) ,p_plug_name=>'Configuration' ,p_parent_plug_id=>wwv_flow_imp.id(10385943160633538) ,p_region_template_options=>'#DEFAULT#:t-Region--noPadding:t-Region--scrollBody' ,p_component_template_options=>'#DEFAULT#:u-colors' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10132850710629585) ,p_plug_display_sequence=>40 ,p_list_id=>wwv_flow_imp.id(10384575174633535) ,p_plug_source_type=>'NATIVE_LIST' ,p_list_template_id=>wwv_flow_imp.id(10187815072629739) ,p_plug_query_num_rows=>15 ,p_required_patch=>wwv_flow_imp.id(10321742078632488) ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10386754609633545) ,p_plug_name=>'Column 2' ,p_region_template_options=>'#DEFAULT#' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10067642234629347) ,p_plug_display_sequence=>20 ,p_plug_new_grid_row=>false ,p_plug_query_num_rows=>15 ,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_page.create_page_plug( p_id=>wwv_flow_imp.id(10387167285633546) ,p_plug_name=>'Feedback' ,p_parent_plug_id=>wwv_flow_imp.id(10386754609633545) ,p_region_template_options=>'#DEFAULT#:t-Region--noPadding:t-Region--scrollBody' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10132850710629585) ,p_plug_display_sequence=>50 ,p_plug_query_num_rows=>15 ,p_required_patch=>wwv_flow_imp.id(10321559262632488) ,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_page.create_report_region( p_id=>wwv_flow_imp.id(10387559156633548) ,p_name=>'Report' ,p_parent_plug_id=>wwv_flow_imp.id(10387167285633546) ,p_template=>wwv_flow_imp.id(10132850710629585) ,p_display_sequence=>10 ,p_region_template_options=>'#DEFAULT#:t-Region--removeHeader:t-Region--stacked:t-Region--scrollBody:t-Region--noPadding' ,p_component_template_options=>'#DEFAULT#:t-AVPList--rightAligned' ,p_source_type=>'NATIVE_SQL_REPORT' ,p_query_type=>'SQL' ,p_source=>wwv_flow_string.join(wwv_flow_t_varchar2( 'select l.display_value feedback_status, ', '(select count(*) from apex_team_feedback f where f.application_id = :APP_ID and f.feedback_status = l.return_value) feedback_count ', 'from apex_application_lov_entries l', 'where l.application_id = :APP_ID', 'and l.list_of_values_name = ''FEEDBACK_STATUS''', 'order by 2 desc, 1')) ,p_ajax_enabled=>'Y' ,p_lazy_loading=>false ,p_query_row_template=>wwv_flow_imp.id(10176089039629693) ,p_query_options=>'DERIVED_REPORT_COLUMNS' ,p_query_no_data_found=>'no data found' ,p_query_row_count_max=>500 ); wwv_flow_imp_page.create_report_columns( p_id=>wwv_flow_imp.id(10388225056633587) ,p_query_column_id=>1 ,p_column_alias=>'FEEDBACK_STATUS' ,p_column_display_sequence=>1 ,p_column_heading=>'Feedback Status' ,p_use_as_row_header=>'N' ,p_heading_alignment=>'LEFT' ); wwv_flow_imp_page.create_report_columns( p_id=>wwv_flow_imp.id(10388680390633598) ,p_query_column_id=>2 ,p_column_alias=>'FEEDBACK_COUNT' ,p_column_display_sequence=>2 ,p_column_heading=>'Feedback Count' ,p_use_as_row_header=>'N' ,p_column_format=>'999G999G999G999G999G999G990' ,p_heading_alignment=>'LEFT' ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10390324204633707) ,p_plug_name=>'Feedback' ,p_parent_plug_id=>wwv_flow_imp.id(10387167285633546) ,p_region_template_options=>'#DEFAULT#' ,p_component_template_options=>'#DEFAULT#:u-colors' ,p_escape_on_http_output=>'Y' ,p_plug_template=>wwv_flow_imp.id(10066208585629345) ,p_plug_display_sequence=>20 ,p_list_id=>wwv_flow_imp.id(10385260648633537) ,p_plug_source_type=>'NATIVE_LIST' ,p_list_template_id=>wwv_flow_imp.id(10187815072629739) ,p_plug_query_num_rows=>15 ); wwv_flow_imp.component_end; end; /