DBA Data[Home] [Help]

APPS.BEN_ENROLMENT_REQUIREMENTS dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 2233: per_assignment_status_types ast

2229: cursor c_manager_id (p_position_id number)
2230: is
2231: select person_id
2232: from per_all_assignments_f ass,
2233: per_assignment_status_types ast
2234: where ass.position_id = p_position_id
2235: and ass.primary_flag = 'Y'
2236: and ass.assignment_type in ( 'E' , 'C' ) -- Bug 2827121
2237: and p_effective_date