DBA Data[Home] [Help]

APPS.BEN_DM_DELETE dependencies on BEN_DM_INPUT_FILE

Line 23: ben_dm_input_file dif,

19: cursor c1 is
20: select distinct per.person_id, dif.group_order
21: from ben_dm_phase_items itm,
22: ben_dm_phases phs,
23: ben_dm_input_file dif,
24: per_all_people_f per,
25: per_business_groups bg
26: where phs.migration_id = p_migration_id
27: and phs.phase_id = itm.phase_id

Line 44: ben_dm_input_file dif,

40: ,p_person_id number) is
41: select distinct per.person_id
42: from ben_dm_phase_items itm,
43: ben_dm_phases phs,
44: ben_dm_input_file dif,
45: per_all_people_f per,
46: per_business_groups bg,
47: per_contact_relationships pcr
48: where phs.migration_id = p_migration_id