DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on ALL_OBJECTS

Line 264: select 'Y' from sys.all_objects

260: select 'Y' from sys.all_tables where table_name = l_view_name;
261:
262: l_synonym_exists varchar2(1);
263: cursor c_synonym_exists is
264: select 'Y' from sys.all_objects
265: where object_name = l_view_name
266: and object_type = 'SYNONYM';
267:
268: