DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on HR_LOCATIONS_ALL

Line 3201: from hr_locations_all loc,per_all_assignments_f asg

3197: l_asg c_asg%rowtype;
3198:
3199: Cursor c_state is
3200: select region_2
3201: from hr_locations_all loc,per_all_assignments_f asg
3202: where loc.location_id = asg.location_id
3203: and asg.person_id = l_rslt.person_id
3204: and asg.assignment_type <> 'C'
3205: and p_effective_date between