DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_EMPLOYEES_SV

Line 2466: po_employees_sv.derive_employee_info(employee_id_record);

2462: IF (g_asn_debug = 'Y') THEN
2463: asn_debug.put_line('In Derive deliver_to_person_id Information');
2464: END IF;
2465:
2466: po_employees_sv.derive_employee_info(employee_id_record);
2467:
2468: IF (g_asn_debug = 'Y') THEN
2469: asn_debug.put_line('Employee name ' || employee_id_record.employee_name);
2470: asn_debug.put_line('Employee id ' || TO_CHAR(employee_id_record.employee_id));