DBA Data[Home] [Help]

APPS.HR_DM_LIBRARY dependencies on HR_DM_PHASES

Line 3531: hr_dm_phases p

3527: select dmt.table_name,
3528: dmt.upload_table_name
3529: from hr_dm_tables dmt,
3530: hr_dm_phase_items pi,
3531: hr_dm_phases p
3532: where p.phase_name = 'G'
3533: and pi.phase_id = p.phase_id
3534: and pi.table_name = dmt.table_name
3535: and pi.status <> 'C'