Adjust columns
This commit is contained in:
parent
86a06c9021
commit
7a0df36c51
@ -26,14 +26,14 @@ wwv_flow_api.create_page(
|
||||
);
|
||||
wwv_flow_api.create_page_plug(
|
||||
p_id=>wwv_flow_api.id(9263989035429040)
|
||||
,p_plug_name=>'Dashboard'
|
||||
,p_plug_name=>'®ION_DASHBOARD.'
|
||||
,p_icon_css_classes=>'fa-gears'
|
||||
,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_source=>'Overview of what is going on in the application in past few days.'
|
||||
,p_plug_source=>'&HELP_DASHBOARD!RAW.'
|
||||
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
|
||||
,p_plug_display_condition_type=>'ITEM_IS_NULL'
|
||||
,p_plug_display_when_condition=>'P900_SHOW_SETTINGS'
|
||||
@ -781,15 +781,13 @@ wwv_flow_api.create_ig_report_column(
|
||||
);
|
||||
wwv_flow_api.create_page_plug(
|
||||
p_id=>wwv_flow_api.id(44332607390561362)
|
||||
,p_plug_name=>'Blacklist'
|
||||
,p_plug_name=>'®ION_BLACKLIST.'
|
||||
,p_icon_css_classes=>'fa-low-vision'
|
||||
,p_region_template_options=>'#DEFAULT#'
|
||||
,p_plug_template=>wwv_flow_api.id(9070356145569920)
|
||||
,p_plug_display_sequence=>30
|
||||
,p_plug_display_point=>'BODY'
|
||||
,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
||||
'Logs matching all columns in setup table wont be logged,<br />',
|
||||
'unless there is an error or you are in debug mode.'))
|
||||
,p_plug_source=>'&HELP_BLACKLIST!RAW.'
|
||||
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
|
||||
,p_plug_required_role=>wwv_flow_api.id(9556407311505078)
|
||||
,p_plug_display_condition_type=>'ITEM_IS_NOT_NULL'
|
||||
@ -1093,18 +1091,6 @@ wwv_flow_api.create_region_column(
|
||||
,p_is_primary_key=>false
|
||||
,p_include_in_export=>false
|
||||
);
|
||||
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_region_column(
|
||||
p_id=>wwv_flow_api.id(44427719527783184)
|
||||
,p_name=>'ROWID'
|
||||
@ -1119,6 +1105,18 @@ wwv_flow_api.create_region_column(
|
||||
,p_is_primary_key=>true
|
||||
,p_include_in_export=>false
|
||||
);
|
||||
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_interactive_grid(
|
||||
p_id=>wwv_flow_api.id(44340299650565423)
|
||||
,p_internal_uid=>44340299650565423
|
||||
@ -1280,7 +1278,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Purge Old'
|
||||
,p_button_image_alt=>'&BUTTON_PURGE_OLD.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:900:&SESSION.::&DEBUG.::P900_PURGE:Y'
|
||||
,p_icon_css_classes=>'fa-trash-o'
|
||||
@ -1293,7 +1291,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Refresh'
|
||||
,p_button_image_alt=>'&BUTTON_REFRESH.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:900:&SESSION.::&DEBUG.::P900_SHOW_SETTINGS:Y'
|
||||
,p_icon_css_classes=>'fa-refresh'
|
||||
@ -1306,7 +1304,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Shrink'
|
||||
,p_button_image_alt=>'&BUTTON_SHRINK.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:900:&SESSION.::&DEBUG.::P900_SHRINK:Y'
|
||||
,p_icon_css_classes=>'fa-scissors'
|
||||
@ -1319,7 +1317,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Close Settings'
|
||||
,p_button_image_alt=>'&BUTTON_CLOSE_SETTINGS.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:900:&SESSION.::&DEBUG.:900::'
|
||||
,p_button_condition=>'P900_SHOW_SETTINGS'
|
||||
@ -1334,7 +1332,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Settings'
|
||||
,p_button_image_alt=>'&BUTTON_SHOW_SETTINGS.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:900:&SESSION.::&DEBUG.::P900_SHOW_SETTINGS:Y'
|
||||
,p_icon_css_classes=>'fa-wrench'
|
||||
|
||||
@ -538,7 +538,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'96189'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>20
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>true
|
||||
);
|
||||
@ -698,6 +698,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'109699'
|
||||
,p_type=>'ALTERNATIVE'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>20
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
@ -710,6 +711,14 @@ wwv_flow_api.create_ig_report_view(
|
||||
,p_srv_only_display_columns=>true
|
||||
,p_edit_mode=>false
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(838091000014)
|
||||
,p_view_id=>wwv_flow_api.id(20587673837464693)
|
||||
,p_display_seq=>16
|
||||
,p_column_id=>wwv_flow_api.id(23729257970559241)
|
||||
,p_is_visible=>false
|
||||
,p_is_frozen=>false
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(20588140888464694)
|
||||
,p_view_id=>wwv_flow_api.id(20587673837464693)
|
||||
@ -1103,6 +1112,18 @@ wwv_flow_api.create_jet_chart_axis(
|
||||
,p_zoom_order_quarters=>false
|
||||
,p_zoom_order_years=>false
|
||||
);
|
||||
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_jet_chart_axis(
|
||||
p_id=>wwv_flow_api.id(10893570097121644)
|
||||
,p_chart_id=>wwv_flow_api.id(10893251519121641)
|
||||
@ -1128,18 +1149,6 @@ wwv_flow_api.create_jet_chart_axis(
|
||||
,p_zoom_order_quarters=>false
|
||||
,p_zoom_order_years=>false
|
||||
);
|
||||
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_plug(
|
||||
p_id=>wwv_flow_api.id(17066303453582749)
|
||||
,p_plug_name=>'®ION_ROLES.'
|
||||
@ -1530,6 +1539,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'95731'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
@ -2226,15 +2236,6 @@ wwv_flow_api.create_interactive_grid(
|
||||
,p_show_icon_view=>false
|
||||
,p_show_detail_view=>false
|
||||
);
|
||||
wwv_flow_api.create_ig_report(
|
||||
p_id=>wwv_flow_api.id(9814006082101179)
|
||||
,p_interactive_grid_id=>wwv_flow_api.id(9719050657455643)
|
||||
,p_static_id=>'98141'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
wwv_flow_api.component_end;
|
||||
end;
|
||||
/
|
||||
@ -2247,6 +2248,16 @@ wwv_flow_api.component_begin (
|
||||
,p_default_id_offset=>0
|
||||
,p_default_owner=>'CORE'
|
||||
);
|
||||
wwv_flow_api.create_ig_report(
|
||||
p_id=>wwv_flow_api.id(9814006082101179)
|
||||
,p_interactive_grid_id=>wwv_flow_api.id(9719050657455643)
|
||||
,p_static_id=>'98141'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
wwv_flow_api.create_ig_report_view(
|
||||
p_id=>wwv_flow_api.id(9814223779101180)
|
||||
,p_report_id=>wwv_flow_api.id(9814006082101179)
|
||||
@ -3363,6 +3374,18 @@ wwv_flow_api.create_region_column(
|
||||
,p_display_condition_type=>'ITEM_IS_NOT_NULL'
|
||||
,p_display_condition=>'P920_C030'
|
||||
);
|
||||
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_region_column(
|
||||
p_id=>wwv_flow_api.id(9961607555802015)
|
||||
,p_name=>'C031'
|
||||
@ -3392,18 +3415,6 @@ wwv_flow_api.create_region_column(
|
||||
,p_display_condition_type=>'ITEM_IS_NOT_NULL'
|
||||
,p_display_condition=>'P920_C031'
|
||||
);
|
||||
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_region_column(
|
||||
p_id=>wwv_flow_api.id(9961713643802016)
|
||||
,p_name=>'C032'
|
||||
@ -4002,6 +4013,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'99659'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>true
|
||||
);
|
||||
@ -4498,6 +4510,18 @@ wwv_flow_api.create_page_plug(
|
||||
,p_prn_page_footer_alignment=>'CENTER'
|
||||
,p_prn_border_color=>'#666666'
|
||||
);
|
||||
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_region_column(
|
||||
p_id=>wwv_flow_api.id(19160353083813942)
|
||||
,p_name=>'APP_ID'
|
||||
@ -4526,18 +4550,6 @@ wwv_flow_api.create_region_column(
|
||||
,p_duplicate_value=>true
|
||||
,p_include_in_export=>true
|
||||
);
|
||||
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_region_column(
|
||||
p_id=>wwv_flow_api.id(19160433411813943)
|
||||
,p_name=>'USER_ID'
|
||||
@ -5604,6 +5616,18 @@ wwv_flow_api.create_page_item(
|
||||
,p_attribute_04=>'TEXT'
|
||||
,p_attribute_05=>'BOTH'
|
||||
);
|
||||
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_item(
|
||||
p_id=>wwv_flow_api.id(9900914801658801)
|
||||
,p_name=>'P920_C034'
|
||||
@ -5626,18 +5650,6 @@ wwv_flow_api.create_page_item(
|
||||
,p_attribute_04=>'TEXT'
|
||||
,p_attribute_05=>'BOTH'
|
||||
);
|
||||
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_item(
|
||||
p_id=>wwv_flow_api.id(9901003751658802)
|
||||
,p_name=>'P920_C035'
|
||||
|
||||
@ -39,7 +39,7 @@ wwv_flow_api.create_page_plug(
|
||||
);
|
||||
wwv_flow_api.create_page_plug(
|
||||
p_id=>wwv_flow_api.id(24353498590954708)
|
||||
,p_plug_name=>'Available Applications'
|
||||
,p_plug_name=>'®ION_AVAILABLE_APPS.'
|
||||
,p_parent_plug_id=>wwv_flow_api.id(24353326601954707)
|
||||
,p_region_template_options=>'#DEFAULT#'
|
||||
,p_plug_template=>wwv_flow_api.id(9049155795569902)
|
||||
@ -100,14 +100,14 @@ wwv_flow_api.create_card_action(
|
||||
);
|
||||
wwv_flow_api.create_page_plug(
|
||||
p_id=>wwv_flow_api.id(49094373215245981)
|
||||
,p_plug_name=>'Available Applications'
|
||||
,p_plug_name=>'®ION_AVAILABLE_APPS.'
|
||||
,p_parent_plug_id=>wwv_flow_api.id(24353498590954708)
|
||||
,p_icon_css_classes=>'fa-map-signs'
|
||||
,p_region_template_options=>'#DEFAULT#'
|
||||
,p_plug_template=>wwv_flow_api.id(9070356145569920)
|
||||
,p_plug_display_sequence=>20
|
||||
,p_plug_display_point=>'BODY'
|
||||
,p_plug_source=>'Applications which users can see on their page, if they have permissions to them.'
|
||||
,p_plug_source=>'&HELP_AVAILABLE_APPS!RAW.'
|
||||
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
|
||||
,p_attribute_01=>'N'
|
||||
,p_attribute_02=>'HTML'
|
||||
@ -1178,6 +1178,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'208604'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
@ -2183,7 +2184,7 @@ wwv_flow_api.create_page_plug(
|
||||
,p_plug_template=>wwv_flow_api.id(9070356145569920)
|
||||
,p_plug_display_sequence=>10
|
||||
,p_plug_display_point=>'BODY'
|
||||
,p_plug_source=>'&HELP_APPLICATIONS.'
|
||||
,p_plug_source=>'&HELP_APPLICATIONS!RAW.'
|
||||
,p_plug_query_options=>'DERIVED_REPORT_COLUMNS'
|
||||
,p_plug_required_role=>wwv_flow_api.id(9556407311505078)
|
||||
,p_attribute_01=>'N'
|
||||
|
||||
@ -245,7 +245,7 @@ wwv_flow_api.create_page_button(
|
||||
,p_button_action=>'REDIRECT_PAGE'
|
||||
,p_button_template_options=>'#DEFAULT#'
|
||||
,p_button_template_id=>wwv_flow_api.id(9144574670569995)
|
||||
,p_button_image_alt=>'Refresh'
|
||||
,p_button_image_alt=>'&BUTTON_REFRESH.'
|
||||
,p_button_position=>'RIGHT_OF_TITLE'
|
||||
,p_button_redirect_url=>'f?p=&APP_ID.:950:&SESSION.::&DEBUG.:950::'
|
||||
,p_icon_css_classes=>'fa-refresh'
|
||||
|
||||
@ -59,9 +59,10 @@ wwv_flow_api.create_report_region(
|
||||
,p_display_point=>'BODY'
|
||||
,p_source_type=>'NATIVE_SQL_REPORT'
|
||||
,p_query_type=>'TABLE'
|
||||
,p_query_table=>'USER_SOURCE'
|
||||
,p_query_table=>'ALL_SOURCE'
|
||||
,p_query_where=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
||||
'name = :P961_PACKAGE_NAME',
|
||||
'owner = app.get_owner()',
|
||||
'AND name = :P961_PACKAGE_NAME',
|
||||
'AND type = ''PACKAGE BODY''',
|
||||
'AND line BETWEEN :P961_LINE_START AND :P961_LINE_END',
|
||||
''))
|
||||
@ -80,8 +81,16 @@ wwv_flow_api.create_report_region(
|
||||
,p_plug_query_strip_html=>'N'
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16026326961727248)
|
||||
p_id=>wwv_flow_api.id(32965001043841125)
|
||||
,p_query_column_id=>1
|
||||
,p_column_alias=>'OWNER'
|
||||
,p_column_display_sequence=>60
|
||||
,p_hidden_column=>'Y'
|
||||
,p_derived_column=>'N'
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16026326961727248)
|
||||
,p_query_column_id=>2
|
||||
,p_column_alias=>'NAME'
|
||||
,p_column_display_sequence=>10
|
||||
,p_hidden_column=>'Y'
|
||||
@ -89,7 +98,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16026485211727249)
|
||||
,p_query_column_id=>2
|
||||
,p_query_column_id=>3
|
||||
,p_column_alias=>'TYPE'
|
||||
,p_column_display_sequence=>20
|
||||
,p_hidden_column=>'Y'
|
||||
@ -97,7 +106,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16026593816727250)
|
||||
,p_query_column_id=>3
|
||||
,p_query_column_id=>4
|
||||
,p_column_alias=>'LINE'
|
||||
,p_column_display_sequence=>30
|
||||
,p_column_heading=>'Line'
|
||||
@ -109,7 +118,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16221294148514101)
|
||||
,p_query_column_id=>4
|
||||
,p_query_column_id=>5
|
||||
,p_column_alias=>'TEXT'
|
||||
,p_column_display_sequence=>40
|
||||
,p_column_heading=>'Text'
|
||||
@ -121,7 +130,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(16221307374514102)
|
||||
,p_query_column_id=>5
|
||||
,p_query_column_id=>6
|
||||
,p_column_alias=>'ORIGIN_CON_ID'
|
||||
,p_column_display_sequence=>50
|
||||
,p_hidden_column=>'Y'
|
||||
@ -209,9 +218,10 @@ wwv_flow_api.create_report_region(
|
||||
,p_display_point=>'BODY'
|
||||
,p_source_type=>'NATIVE_SQL_REPORT'
|
||||
,p_query_type=>'TABLE'
|
||||
,p_query_table=>'USER_SOURCE'
|
||||
,p_query_table=>'ALL_SOURCE'
|
||||
,p_query_where=>wwv_flow_string.join(wwv_flow_t_varchar2(
|
||||
'name = :P961_TRIGGER_NAME',
|
||||
'owner = app.get_owner()',
|
||||
'AND name = :P961_TRIGGER_NAME',
|
||||
'AND type = ''TRIGGER''',
|
||||
'AND line > 1',
|
||||
''))
|
||||
@ -230,8 +240,16 @@ wwv_flow_api.create_report_region(
|
||||
,p_plug_query_strip_html=>'N'
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084065592580608)
|
||||
p_id=>wwv_flow_api.id(32965134513841126)
|
||||
,p_query_column_id=>1
|
||||
,p_column_alias=>'OWNER'
|
||||
,p_column_display_sequence=>60
|
||||
,p_hidden_column=>'Y'
|
||||
,p_derived_column=>'N'
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084065592580608)
|
||||
,p_query_column_id=>2
|
||||
,p_column_alias=>'NAME'
|
||||
,p_column_display_sequence=>10
|
||||
,p_hidden_column=>'Y'
|
||||
@ -239,7 +257,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084120662580609)
|
||||
,p_query_column_id=>2
|
||||
,p_query_column_id=>3
|
||||
,p_column_alias=>'TYPE'
|
||||
,p_column_display_sequence=>20
|
||||
,p_hidden_column=>'Y'
|
||||
@ -247,7 +265,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084247482580610)
|
||||
,p_query_column_id=>3
|
||||
,p_query_column_id=>4
|
||||
,p_column_alias=>'LINE'
|
||||
,p_column_display_sequence=>30
|
||||
,p_column_heading=>'Line'
|
||||
@ -259,7 +277,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084317038580611)
|
||||
,p_query_column_id=>4
|
||||
,p_query_column_id=>5
|
||||
,p_column_alias=>'TEXT'
|
||||
,p_column_display_sequence=>40
|
||||
,p_column_heading=>'Text'
|
||||
@ -271,7 +289,7 @@ wwv_flow_api.create_report_columns(
|
||||
);
|
||||
wwv_flow_api.create_report_columns(
|
||||
p_id=>wwv_flow_api.id(22084452881580612)
|
||||
,p_query_column_id=>5
|
||||
,p_query_column_id=>6
|
||||
,p_column_alias=>'ORIGIN_CON_ID'
|
||||
,p_column_display_sequence=>50
|
||||
,p_hidden_column=>'Y'
|
||||
|
||||
@ -413,7 +413,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'241798'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>50
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>true
|
||||
);
|
||||
@ -444,7 +444,7 @@ wwv_flow_api.create_ig_report_column(
|
||||
,p_column_id=>wwv_flow_api.id(24137407726306108)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_width=>120
|
||||
,p_width=>90
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(24182245090999198)
|
||||
@ -462,7 +462,7 @@ wwv_flow_api.create_ig_report_column(
|
||||
,p_column_id=>wwv_flow_api.id(24137643815306110)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_width=>100
|
||||
,p_width=>80
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(24184018093999203)
|
||||
@ -471,7 +471,7 @@ wwv_flow_api.create_ig_report_column(
|
||||
,p_column_id=>wwv_flow_api.id(24137785078306111)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_width=>80
|
||||
,p_width=>70
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(24184934801999206)
|
||||
@ -480,7 +480,7 @@ wwv_flow_api.create_ig_report_column(
|
||||
,p_column_id=>wwv_flow_api.id(24137858203306112)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_width=>80
|
||||
,p_width=>70
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(24185862596999209)
|
||||
@ -489,7 +489,7 @@ wwv_flow_api.create_ig_report_column(
|
||||
,p_column_id=>wwv_flow_api.id(24137901961306113)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_width=>100
|
||||
,p_width=>90
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(24186782859999211)
|
||||
|
||||
@ -701,6 +701,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'114301'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>50
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
@ -1116,6 +1117,7 @@ wwv_flow_api.create_ig_report(
|
||||
,p_static_id=>'114307'
|
||||
,p_type=>'PRIMARY'
|
||||
,p_default_view=>'GRID'
|
||||
,p_rows_per_page=>100
|
||||
,p_show_row_number=>false
|
||||
,p_settings_area_expanded=>false
|
||||
);
|
||||
@ -1143,10 +1145,13 @@ wwv_flow_api.create_ig_report_view(
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(26472849231220702)
|
||||
,p_view_id=>wwv_flow_api.id(26466993924220683)
|
||||
,p_display_seq=>0
|
||||
,p_display_seq=>1
|
||||
,p_column_id=>wwv_flow_api.id(26271135269185742)
|
||||
,p_is_visible=>true
|
||||
,p_is_frozen=>false
|
||||
,p_sort_order=>2
|
||||
,p_sort_direction=>'ASC'
|
||||
,p_sort_nulls=>'LAST'
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(26473795287220704)
|
||||
@ -1172,11 +1177,15 @@ wwv_flow_api.create_ig_report_column(
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(26475531903220708)
|
||||
,p_view_id=>wwv_flow_api.id(26466993924220683)
|
||||
,p_display_seq=>3
|
||||
,p_display_seq=>4
|
||||
,p_column_id=>wwv_flow_api.id(26460344169219895)
|
||||
,p_is_visible=>true
|
||||
,p_is_visible=>false
|
||||
,p_is_frozen=>false
|
||||
,p_width=>160
|
||||
,p_break_order=>10
|
||||
,p_break_is_enabled=>true
|
||||
,p_break_sort_direction=>'ASC'
|
||||
,p_break_sort_nulls=>'LAST'
|
||||
);
|
||||
wwv_flow_api.create_ig_report_column(
|
||||
p_id=>wwv_flow_api.id(26476464897220710)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user