DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV dependencies on PO_EMPLOYEES_SV

Line 1018: po_employees_sv.derive_employee_info(employee_id_record);

1014: IF (g_asn_debug = 'Y') THEN
1015: asn_debug.put_line('In Derive deliver_to_person_id Information');
1016: END IF;
1017:
1018: po_employees_sv.derive_employee_info(employee_id_record);
1019:
1020: IF (g_asn_debug = 'Y') THEN
1021: asn_debug.put_line('Employee name ' || employee_id_record.employee_name);
1022: asn_debug.put_line('Employee id ' || TO_CHAR(employee_id_record.employee_id));