DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 2206: per_assignment_status_types ast

2202: cursor c_manager_id (p_position_id number)
2203: is
2204: select person_id
2205: from per_all_assignments_f ass,
2206: per_assignment_status_types ast
2207: where ass.position_id = p_position_id
2208: and ass.primary_flag = 'Y'
2209: and ass.assignment_type in ( 'E' , 'C' ) -- Bug 2827121
2210: and p_effective_date