DBA Data[Home] [Help]

APPS.PO_EMPLOYEES_SV dependencies on PO_WORKFORCE_CURRENT_X

Line 378: FROM po_workforce_current_x --

374: /* bug 1845314 replaced hr_employees with per_employees_current_x
375: for global supervisor support */
376: SELECT full_name
377: INTO x_emp_name
378: FROM po_workforce_current_x --
379: WHERE person_id = x_emp_id;
380:
381: ELSE
382: x_progress := '015';