DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on HR_LOCATIONS_ALL

Line 2358: from hr_locations_all loc,per_all_assignments_f asg

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