DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_PERSON_TYPE_USAGES_F

Line 3265: FROM per_person_type_usages_f ptu

3261: for update nowait;
3262: --
3263: CURSOR csr_lock_ptu(cp_person_id number, cp_termination_date date) IS
3264: SELECT null
3265: FROM per_person_type_usages_f ptu
3266: ,per_person_types ppt
3267: WHERE person_id = cp_person_id
3268: AND (effective_start_date > cp_termination_date
3269: OR