DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 4817: select max(person_id) from per_all_assignments_f paf,per_assignment_status_types past

4813: And Lookup_Code = P_Lookup_Code;
4814:
4815: /* For Bug 7645561*/
4816: Cursor Check_Term_with_pay(p_person_id IN NUMBER) is
4817: select max(person_id) from per_all_assignments_f paf,per_assignment_status_types past
4818: where paf.person_id = p_person_id
4819: and paf.assignment_status_type_id = past.assignment_status_type_id
4820: and past.per_system_status = 'TERM_ASSIGN';
4821: /* For Bug 7645561*/

Line 8767: from PER_ASSIGNMENT_STATUS_TYPES where per_system_status = 'SUSP_ASSIGN');

8763: Select '1' from per_assignments_f where
8764: person_id = p_person_id and
8765: trunc(p_stop_date) + 1 between effective_start_date and effective_end_date
8766: and assignment_status_type_id in (select assignment_status_type_id
8767: from PER_ASSIGNMENT_STATUS_TYPES where per_system_status = 'SUSP_ASSIGN');
8768:
8769:
8770: Begin
8771: