DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on HR_LOCATIONS_ALL

Line 910: from hr_locations_all loc,per_all_assignments_f asg

906: --
907:
908: Cursor c_state is
909: select region_2
910: from hr_locations_all loc,per_all_assignments_f asg
911: where loc.location_id = asg.location_id
912: and asg.person_id = p_person_id
913: and asg.assignment_type <> 'C'
914: and asg.primary_flag = 'Y'