DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on PER_EMPLOYEES_CURRENT_X

Line 706: x_emp_name per_employees_current_x.full_name%TYPE;

702: /* bug 12987412 variables declared to get the employee_id using
703: po_employees_sv.get_employee
704: */
705: x_emp_id NUMBER;
706: x_emp_name per_employees_current_x.full_name%TYPE;
707: x_location_id NUMBER;
708: x_location_code hr_locations_all.location_code%TYPE;
709: x_is_buyer BOOLEAN := FALSE;
710: x_emp_flag BOOLEAN := FALSE;