DBA Data[Home] [Help]

APPS.PER_POS_STRUCTURE_ELEMENTS_PKG dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 81: from per_assignment_status_types past

77: and ppt.system_person_type in ('EMP','CWK')
78: and X_session_date between pptu.effective_start_date
79: AND pptu.effective_end_date)
80: and exists (select past.per_system_status
81: from per_assignment_status_types past
82: where past.assignment_status_type_id = a.assignment_status_type_id
83: and past.per_system_status in ('ACTIVE_ASSIGN','SUSP_ASSIGN','ACTIVE_CWK','SUSP_CWK_ASG'))
84: and X_Session_date between a.effective_start_date
85: and a.effective_end_date

Line 119: from per_assignment_status_types past

115: and ppt.system_person_type in ('EMP', 'CWK')
116: and X_session_date between ptu.effective_start_date and ptu.effective_end_date)
117: and exists
118: (select past.per_system_status
119: from per_assignment_status_types past
120: where past.assignment_status_type_id
121: = a.assignment_status_type_id
122: and past.per_system_status in
123: ('ACTIVE_ASSIGN','SUSP_ASSIGN'