DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_PERSON_TYPE_USAGES_F

Line 4334: FROM per_person_type_usages_f ptu

4330: for update nowait;
4331: --
4332: CURSOR csr_lock_ptu(cp_person_id number, cp_termination_date date) IS
4333: SELECT null
4334: FROM per_person_type_usages_f ptu
4335: ,per_person_types ppt
4336: WHERE person_id = cp_person_id
4337: AND (effective_start_date > cp_termination_date
4338: OR