DBA Data[Home] [Help]

APPS.HR_DM_GEN_MAIN dependencies on ALL_VIEWS

Line 305: from all_views av,

301: cursor csr_view_info is
302: select av.view_name,
303: av.text,
304: itm.phase_item_id
305: from all_views av,
306: hr_dm_phase_items itm,
307: hr_dm_phases phs
308: where phs.migration_id = p_migration_id
309: and phs.phase_name = 'G'