Views as tabs

This commit is contained in:
Jan Kvetina 2022-02-18 23:00:43 +01:00
parent 36ad8f3a70
commit 1e839b6e15

View File

@ -24,14 +24,39 @@ wwv_flow_api.create_page(
,p_last_updated_by=>'DEV'
,p_last_upd_yyyymmddhh24miss=>'20220206164722'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(24927303014543626)
,p_plug_name=>'TABS'
,p_region_template_options=>'#DEFAULT#:t-TabsRegion-mod--simple'
,p_plug_template=>wwv_flow_api.id(9086964183569930)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'Y'
,p_plug_display_point=>'BODY'
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(24927493189543627)
,p_plug_name=>'Views'
,p_region_name=>'TAB_VIEWS'
,p_parent_plug_id=>wwv_flow_api.id(24927303014543626)
,p_region_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(9049155795569902)
,p_plug_display_sequence=>10
,p_plug_display_point=>'BODY'
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(14220162747378949)
,p_plug_name=>'Views'
,p_parent_plug_id=>wwv_flow_api.id(24927493189543627)
,p_icon_css_classes=>'fa-table-heart'
,p_region_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(9070356145569920)
,p_plug_display_sequence=>10
,p_include_in_reg_disp_sel_yn=>'Y'
,p_plug_display_point=>'BODY'
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
,p_attribute_01=>'N'
@ -41,11 +66,11 @@ wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(14220223287378950)
,p_plug_name=>'Views [GRID]'
,p_region_name=>'VIEWS'
,p_parent_plug_id=>wwv_flow_api.id(24927493189543627)
,p_region_template_options=>'#DEFAULT#'
,p_component_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(9078290074569925)
,p_plug_display_sequence=>20
,p_include_in_reg_disp_sel_yn=>'Y'
,p_plug_display_point=>'BODY'
,p_query_type=>'TABLE'
,p_query_table=>'OBJ_VIEWS'
@ -804,6 +829,19 @@ wwv_flow_api.create_ig_report_column(
,p_is_visible=>true
,p_is_frozen=>false
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(24927595866543628)
,p_plug_name=>'Columns'
,p_region_name=>'TAB_COLUMNS'
,p_parent_plug_id=>wwv_flow_api.id(24927303014543626)
,p_region_template_options=>'#DEFAULT#'
,p_plug_template=>wwv_flow_api.id(9049155795569902)
,p_plug_display_sequence=>20
,p_plug_display_point=>'BODY'
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
,p_attribute_01=>'N'
,p_attribute_02=>'HTML'
);
wwv_flow_api.create_page_button(
p_id=>wwv_flow_api.id(21547186191979378)
,p_button_sequence=>40
@ -1043,6 +1081,18 @@ wwv_flow_api.create_page_da_action(
,p_attribute_09=>'N'
,p_wait_for_result=>'Y'
);
wwv_flow_api.component_end;
end;
/
begin
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.7'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
,p_default_owner=>'CORE'
);
wwv_flow_api.create_page_da_action(
p_id=>wwv_flow_api.id(23725980780559208)
,p_event_id=>wwv_flow_api.id(23725766651559206)