Altered agent specific authorization scheme for enquiry, as if there was no data in the apex_authorization table then the system reported an error rather than telling you that you didn't have access

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2942 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2007-12-05 16:32:36 +00:00
parent b98e95a055
commit 72ea2264a3

View File

@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
-- Application Export:
-- Application: 155
-- Name: webmip
-- Date and Time: 15:47 Wednesday December 5, 2007
-- Date and Time: 16:30 Wednesday December 5, 2007
-- Exported By: PRIESTJ
-- Flashback: 0
-- Export Type: Application Export
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
p_error_template => 24734616867526758 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'N',
p_checksum_salt_last_reset => '20071205154747',
p_checksum_salt_last_reset => '20071205163052',
p_home_link => 'f?p=&APP_ID.:1',
p_box_width => '98%',
p_flow_language => 'en-gb',
@@ -185,7 +185,7 @@ wwv_flow_api.create_flow(
p_default_menur_template => 24737010408526765 + wwv_flow_api.g_id_offset,
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss=> '20071205154747',
p_last_upd_yyyymmddhh24miss=> '20071205163052',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -265,10 +265,10 @@ wwv_flow_api.create_security_scheme(
' end if;'||chr(10)||
'end if;'||chr(10)||
'END IF;'||chr(10)||
''||chr(10)||
'return false;'||chr(10)||
'end;',
p_caching=>'BY_USER_BY_PAGE_VIEW',
p_error_message=>'Oi');
p_error_message=>'Unauthorized to view this page');
end;