DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on PO_EMPLOYEES_SV

Line 969: po_employees_sv.derive_employee_info(employee_id_record);

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