DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on PO_EMPLOYEES_SV

Line 968: po_employees_sv.derive_employee_info(employee_id_record);

964: IF (g_asn_debug = 'Y') THEN
965: asn_debug.put_line('In Derive deliver_to_person_id Information');
966: END IF;
967:
968: po_employees_sv.derive_employee_info(employee_id_record);
969:
970: IF (g_asn_debug = 'Y') THEN
971: asn_debug.put_line('Employee name ' || employee_id_record.employee_name);
972: asn_debug.put_line('Employee id ' || TO_CHAR(employee_id_record.employee_id));