DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on HR_LOCATIONS_ALL

Line 4607: ' (select 1 from hr_locations_all loc where loc.location_id = ben_asg.location_id ' ||

4603: ' erd.ext_rslt_id = ' || p_ext_rslt_id ||
4604: ' and group_val_01 is not null and group_val_01 = pay.payroll_name )) ' ;
4605: elsif l_pdl_val1 = 'PDLLOC' then
4606: l_dynamic_sql := l_dynamic_sql ||
4607: ' (select 1 from hr_locations_all loc where loc.location_id = ben_asg.location_id ' ||
4608: ' and to_date(''' || to_char(p_effective_date,'DD-MM-RRRR') ||
4609: ''',''DD-MM-RRRR'') between loc.effective_start_date and loc.effective_end_date ' ||
4610: ' and exists ( select group_val_01 from ben_ext_rslt_dtl erd where ' ||
4611: ' erd.ext_rslt_id = ' || p_ext_rslt_id ||

Line 4912: from hr_locations_all loc

4908:
4909:
4910: cursor c_loc(p_bg_id number ) is
4911: select loc.location_id
4912: from hr_locations_all loc
4913: where loc.business_group_id = p_bg_id
4914: or loc.business_group_id is null -- for global location
4915: ;
4916: