DBA Data[Home] [Help]

APPS.BEN_ON_LINE_LF_EVT dependencies on HR_LOCATIONS_ALL

Line 2473: from hr_locations_all loc,per_all_assignments_f asg

2469: l_asn per_asn%rowtype;
2470:
2471: Cursor c_state is
2472: select region_2
2473: from hr_locations_all loc,per_all_assignments_f asg
2474: where loc.location_id = asg.location_id
2475: and asg.person_id = p_person_id
2476: and asg.assignment_type <> 'C'
2477: and asg.primary_flag = 'Y'