DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on ALL_OBJECTS

Line 285: select 'Y' from sys.all_objects

281: select 'Y' from sys.all_tables where table_name = l_view_name;
282:
283: l_synonym_exists varchar2(1);
284: cursor c_synonym_exists is
285: select 'Y' from sys.all_objects
286: where object_name = l_view_name
287: and object_type = 'SYNONYM';
288:
289: