DBA Data[Home] [Help]

APPS.PAY_MX_PTU_CALC dependencies on PER_PEOPLE_F

Line 549: FROM per_people_f

545:
546: -- Get CURP for the person
547: CURSOR c_get_EE_no(cp_person_id NUMBER) IS
548: SELECT employee_number
549: FROM per_people_f
550: WHERE person_id = cp_person_id
551: ORDER BY effective_end_date DESC;
552:
553: ln_assignment_id NUMBER;