This commit is contained in:
Jan Kvetina 2021-12-30 00:29:47 +01:00
parent 3c3a0396f1
commit 5cb1924f9c
2 changed files with 2 additions and 1 deletions

View File

@ -589,6 +589,7 @@ wwv_flow_api.create_ig_report(
,p_static_id=>'111743'
,p_type=>'PRIMARY'
,p_default_view=>'GRID'
,p_rows_per_page=>20
,p_show_row_number=>false
,p_settings_area_expanded=>false
);

View File

@ -5770,7 +5770,7 @@ wwv_flow_api.create_page_process(
,p_process_sequence=>10
,p_process_point=>'AFTER_HEADER'
,p_process_type=>'NATIVE_PLSQL'
,p_process_name=>'PREP_USER_ROLES'
,p_process_name=>'PREP_USER_ROLES_PIVOT'
,p_process_sql_clob=>wwv_flow_string.join(wwv_flow_t_varchar2(
'app_actions.prep_user_roles_pivot(:APP_PAGE_ID);',
''))