DBA Data[Home] [Help]

APPS.BEN_DM_INIT dependencies on ALL_OBJECTS

Line 108: all_objects obj

104:
105: CURSOR csr_select_pi IS
106: SELECT DISTINCT tbl.table_name
107: FROM ben_dm_tables tbl, ben_dm_table_order tbo,
108: all_objects obj
109: WHERE (tbo.table_id = tbl.table_id)
110: AND (obj.object_name = tbl.table_name)
111: AND (obj.object_type = 'TABLE')
112: AND obj.owner in