DBA Data[Home] [Help]

APPS.BIS_CREATE_REQUESTSET dependencies on USER_OBJECTS

Line 174: from user_objects

170: select 'Y'
171: from dual
172: where exists
173: (select 'Y'
174: from user_objects
175: where object_name='BSC_DBGEN_UTILS' and object_type='PACKAGE' );
176:
177: l_dummy varchar2(1);
178: