DBA Data[Home] [Help]

APPS.BISM_UTILS dependencies on BISM_OBJECTS

Line 37: select object_id into oid from bism_objects where folder_id = '30' and object_name = 'ROOT' and user_visible = 'Y';

33: begin
34:
35: --make sure there is a root folder
36: begin
37: select object_id into oid from bism_objects where folder_id = '30' and object_name = 'ROOT' and user_visible = 'Y';
38: exception
39: when no_data_found then
40: raise_application_error(BISM_ERRORCODES.ROOT_NOT_FOUND,'Root folder not found');
41: end;