DBA Data[Home] [Help]

APPS.BEN_DM_DELETE dependencies on PER_BUSINESS_GROUPS

Line 25: per_business_groups bg

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
28: and phs.phase_name = 'UP' --use UP phase for now
29: and mod(itm.phase_item_id,l_no_of_threads) + 1 = p_process_number

Line 46: per_business_groups bg,

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
49: and phs.phase_id = itm.phase_id
50: and phs.phase_name = 'UP' --use UP phase for now