prompt --application/pages/page_10010 begin -- Manifest -- PAGE: 10010 -- 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=>10010 ,p_name=>'Configuration Options' ,p_alias=>'CONFIGURATION-OPTIONS' ,p_page_mode=>'MODAL' ,p_step_title=>'Configuration Options' ,p_warn_on_unsaved_changes=>'N' ,p_autocomplete_on_off=>'OFF' ,p_group_id=>wwv_flow_imp.id(10323519869632584) ,p_step_template=>wwv_flow_imp.id(10037256924629202) ,p_page_template_options=>'#DEFAULT#:ui-dialog--stretch:t-Dialog--noPadding' ,p_required_role=>wwv_flow_imp.id(10322946272632526) ,p_required_patch=>wwv_flow_imp.id(10321742078632488) ,p_protection_level=>'C' ,p_help_text=>wwv_flow_string.join(wwv_flow_t_varchar2( '
Configuration settings allow you to make specific functionality either available (enabled) or unavailable (disabled) to end users.
', 'If a specific function is not 100% ready, or needs to be temporarily removed, click Disabled. ', 'Once it should be made available, simply click Enabled.
', 'Note: Changes made here will not be reflected for individual end users currently running the application. Once the end user signs out and then signs back in the revised feature settings will be invoked.
')) ,p_page_component_map=>'18' ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10331901814632888) ,p_plug_name=>'Buttons' ,p_region_template_options=>'#DEFAULT#' ,p_plug_template=>wwv_flow_imp.id(10089132544629424) ,p_plug_display_sequence=>10 ,p_plug_display_point=>'REGION_POSITION_03' ,p_attributes=>wwv_flow_t_plugin_attributes(wwv_flow_t_varchar2( 'expand_shortcuts', 'N', 'output_as', 'TEXT', 'show_line_breaks', 'Y')).to_clob ); wwv_flow_imp_page.create_page_plug( p_id=>wwv_flow_imp.id(10332147012632901) ,p_plug_name=>'Configuration Options' ,p_region_template_options=>'#DEFAULT#:t-IRR-region--noBorders' ,p_plug_template=>wwv_flow_imp.id(10123076177629564) ,p_plug_display_sequence=>10 ,p_query_type=>'SQL' ,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2( 'select ', ' build_option_id ID, ', ' build_option_name application_option,', ' apex_item.hidden(1, build_option_id) ||', ' apex_item.hidden(2, build_option_status) ||', ' apex_item.switch ( ', ' p_idx => 3,', ' p_value => build_option_status,', ' p_on_value => ''Include'',', ' p_on_label => m.enabled,', ' p_off_value => ''Exclude'',', ' p_off_label => m.disabled,', ' p_item_id => ''BO_OPT_'' || rownum,', ' p_item_label => ( case when build_option_status = ''Include'' then', ' apex_lang.message( ''APEX.FEATURE.CONFIG.IS_ENABLED'', apex_escape.html(build_option_name) )', ' when build_option_status = ''Exclude'' then', ' apex_lang.message( ''APEX.FEATURE.CONFIG.IS_DISABLED'', apex_escape.html(build_option_name) )', ' end ),', ' p_attributes => ''style="white-space:pre;"'') "STATUS",', ' component_comment description,', ' last_updated_on updated,', ' lower(last_updated_by) updated_by,', ' build_option_status current_status', ' from apex_application_build_options,', ' (select apex_lang.message(''APEX.FEATURE.CONFIG.ENABLED'') enabled, apex_lang.message(''APEX.FEATURE.CONFIG.DISABLED'') disabled from dual) m', ' where application_id = :APP_ID ', ' and (feature_identifier not in ( ''APPLICATION_ACCESS_CONTROL'',''APPLICATION_CONFIGURATION'') or feature_identifier is null)')) ,p_plug_source_type=>'NATIVE_IR' ,p_prn_page_header=>'Configuration Options' ); wwv_flow_imp_page.create_worksheet( p_id=>wwv_flow_imp.id(10332641351632904) ,p_name=>'Configuration Options' ,p_max_row_count_message=>'The maximum row count for this report is #MAX_ROW_COUNT# rows. Please apply a filter to reduce the number of records in your query.' ,p_no_data_found_message=>'No data found.' ,p_pagination_type=>'ROWS_X_TO_Y' ,p_pagination_display_pos=>'BOTTOM_RIGHT' ,p_report_list_mode=>'TABS' ,p_lazy_loading=>false ,p_show_detail_link=>'N' ,p_show_notify=>'Y' ,p_download_formats=>'CSV:HTML:XLSX:PDF' ,p_enable_mail_download=>'Y' ,p_owner=>'DEMO_DEV' ,p_internal_uid=>10332641351632904 ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10333062218633018) ,p_db_column_name=>'ID' ,p_display_order=>1 ,p_column_identifier=>'A' ,p_column_label=>'ID' ,p_column_type=>'NUMBER' ,p_display_text_as=>'HIDDEN_ESCAPE_SC' ,p_heading_alignment=>'RIGHT' ,p_column_alignment=>'RIGHT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10333362098633079) ,p_db_column_name=>'APPLICATION_OPTION' ,p_display_order=>2 ,p_column_identifier=>'B' ,p_column_label=>'Feature' ,p_column_type=>'STRING' ,p_heading_alignment=>'LEFT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10333764291633082) ,p_db_column_name=>'STATUS' ,p_display_order=>3 ,p_column_identifier=>'C' ,p_column_label=>'Status' ,p_column_type=>'STRING' ,p_display_text_as=>'WITHOUT_MODIFICATION' ,p_heading_alignment=>'LEFT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10334113637633083) ,p_db_column_name=>'DESCRIPTION' ,p_display_order=>4 ,p_column_identifier=>'D' ,p_column_label=>'Description' ,p_column_type=>'STRING' ,p_heading_alignment=>'LEFT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10334593955633084) ,p_db_column_name=>'UPDATED' ,p_display_order=>5 ,p_column_identifier=>'E' ,p_column_label=>'Updated' ,p_column_type=>'DATE' ,p_heading_alignment=>'LEFT' ,p_format_mask=>'SINCE' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10334995568633085) ,p_db_column_name=>'UPDATED_BY' ,p_display_order=>6 ,p_column_identifier=>'F' ,p_column_label=>'Updated By' ,p_column_type=>'STRING' ,p_heading_alignment=>'LEFT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_column( p_id=>wwv_flow_imp.id(10335341701633086) ,p_db_column_name=>'CURRENT_STATUS' ,p_display_order=>7 ,p_column_identifier=>'G' ,p_column_label=>'Current Status' ,p_column_type=>'STRING' ,p_heading_alignment=>'LEFT' ,p_tz_dependent=>'N' ,p_use_as_row_header=>'N' ); wwv_flow_imp_page.create_worksheet_rpt( p_id=>wwv_flow_imp.id(10338055381633112) ,p_application_user=>'APXWS_DEFAULT' ,p_report_seq=>10 ,p_report_alias=>'103381' ,p_status=>'PUBLIC' ,p_is_default=>'Y' ,p_report_columns=>'APPLICATION_OPTION:STATUS:DESCRIPTION:UPDATED:UPDATED_BY' ); wwv_flow_imp_page.create_page_button( p_id=>wwv_flow_imp.id(10339629202633168) ,p_button_sequence=>10 ,p_button_plug_id=>wwv_flow_imp.id(10331901814632888) ,p_button_name=>'APPLY_CHANGES' ,p_button_action=>'SUBMIT' ,p_button_template_options=>'#DEFAULT#' ,p_button_template_id=>wwv_flow_imp.id(10206077575629823) ,p_button_is_hot=>'Y' ,p_button_image_alt=>'Apply Changes' ,p_button_position=>'NEXT' ,p_button_alignment=>'RIGHT' ); wwv_flow_imp_page.create_page_button( p_id=>wwv_flow_imp.id(10338923308633160) ,p_button_sequence=>20 ,p_button_plug_id=>wwv_flow_imp.id(10332147012632901) ,p_button_name=>'RESET_REPORT' ,p_button_action=>'REDIRECT_PAGE' ,p_button_template_options=>'t-Button--iconLeft' ,p_button_template_id=>wwv_flow_imp.id(10206146706629823) ,p_button_image_alt=>'Reset' ,p_button_position=>'RIGHT_OF_IR_SEARCH_BAR' ,p_button_alignment=>'RIGHT' ,p_button_redirect_url=>'f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::&DEBUG.:&APP_PAGE_ID.,RR::' ,p_icon_css_classes=>'fa-undo-alt' ); wwv_flow_imp_page.create_page_branch( p_id=>wwv_flow_imp.id(10340441348633182) ,p_branch_name=>'Branch to Admin Page' ,p_branch_action=>'f?p=&APP_ID.:10000:&APP_SESSION.::&DEBUG.:::&success_msg=#SUCCESS_MSG#' ,p_branch_point=>'AFTER_PROCESSING' ,p_branch_type=>'REDIRECT_URL' ,p_branch_sequence=>10 ); wwv_flow_imp_page.create_page_process( p_id=>wwv_flow_imp.id(10340065868633174) ,p_process_sequence=>10 ,p_process_point=>'AFTER_SUBMIT' ,p_process_type=>'NATIVE_PLSQL' ,p_process_name=>'Update' ,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2( 'for i in 1..apex_application.g_f01.count loop', ' for c1 in ( select application_id, build_option_name, build_option_status', ' from apex_application_build_options', ' where apex_application.g_f01(i) = build_option_id', ' and application_Id = :APP_ID) loop', ' if c1.build_option_status != apex_application.g_f03(i) then', ' apex_util.set_build_option_status( p_application_id => :APP_ID,', ' p_id => apex_application.g_f01(i),', ' p_build_status => upper(apex_application.g_f03(i)) );', ' end if;', ' end loop;', 'end loop;')) ,p_process_clob_language=>'PLSQL' ,p_error_display_location=>'INLINE_IN_NOTIFICATION' ,p_process_success_message=>'Configuration Options updated. ' ,p_internal_uid=>10340065868633174 ); wwv_flow_imp.component_end; end; /