DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on HR_LOCATIONS_ALL

Line 966: from hr_locations_all loc,per_all_assignments_f asg

962: --
963:
964: Cursor c_state is
965: select region_2
966: from hr_locations_all loc,per_all_assignments_f asg
967: where loc.location_id = asg.location_id
968: and asg.person_id = p_person_id
969: and asg.assignment_type <> 'C'
970: and asg.primary_flag = 'Y'