DBA Data[Home] [Help]

APPS.PO_EMPLOYEES_SV dependencies on PO_WORKFORCE_CURRENT_X

Line 489: FROM po_workforce_current_x --

485: /* bug 1845314 replaced hr_employees with per_employees_current_x
486: for global supervisor support */
487: SELECT full_name
488: INTO x_emp_name
489: FROM po_workforce_current_x --
490: WHERE person_id = x_emp_id;
491:
492: ELSE
493: x_progress := '015';