DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on PO_EMPLOYEES_SV

Line 703: po_employees_sv.get_employee

699: l_po_ou_sob_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE;
700: l_display_rate NUMBER;
701: l_rate_type PO_HEADERS_INTERFACE.rate_type%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;

Line 973: x_fnd_user := po_employees_sv.get_employee(x_emp_id,

969: IF adding to existing award , then default from base document.
970: x_headers.clm_contract_officer will be null whle creating new award.*/
971: IF x_headers.clm_contract_officer IS NULL THEN
972: l_progress := '130';
973: x_fnd_user := po_employees_sv.get_employee(x_emp_id,
974: x_emp_name,
975: x_location_id,
976: x_location_code,
977: x_is_buyer,