DBA Data[Home] [Help]

APPS.BISM_CORE dependencies on BISM_PRIVILEGES

Line 211: select PRIVILEGE_ID into p from bism_privileges where PRIVILEGE_ID = priv;

207: sub_id raw(16);
208: begin
209:
210: begin
211: select PRIVILEGE_ID into p from bism_privileges where PRIVILEGE_ID = priv;
212: exception
213: when no_data_found then
214: raise_application_error(BISM_ERRORCODES.PRIVILEGE_NOT_UNDERSTOOD,'Privilege not understood');
215: end;