DBA Data[Home] [Help]

APPS.PAY_MX_PTU_CALC dependencies on PER_PEOPLE_F

Line 539: FROM per_people_f

535:
536: -- Get CURP for the person
537: CURSOR c_get_EE_no(cp_person_id NUMBER) IS
538: SELECT employee_number
539: FROM per_people_f
540: WHERE person_id = cp_person_id
541: ORDER BY effective_end_date DESC;
542:
543: ln_assignment_id NUMBER;