DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on HR_LOCATIONS_ALL

Line 2485: from hr_locations_all loc,per_all_assignments_f asg

2481: l_asn per_asn%rowtype;
2482:
2483: Cursor c_state is
2484: select region_2
2485: from hr_locations_all loc,per_all_assignments_f asg
2486: where loc.location_id = asg.location_id
2487: and asg.person_id = p_person_id
2488: and asg.assignment_type <> 'C'
2489: and asg.primary_flag = 'Y'