DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on HR_LOCATIONS_ALL

Line 2359: from hr_locations_all loc,per_all_assignments_f asg

2355: ) is
2356:
2357: Cursor c_state is
2358: select loc.region_2, asg.assignment_id, asg.organization_id
2359: from hr_locations_all loc,per_all_assignments_f asg
2360: where loc.location_id(+) = asg.location_id
2361: and asg.person_id = p_person_id
2362: and asg.assignment_type <> 'C'
2363: and asg.primary_flag = 'Y'