DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on PO_EMPLOYEES_SV

Line 1984: po_employees_sv.derive_employee_info(employee_id_record);

1980: IF (g_asn_debug = 'Y') THEN
1981: asn_debug.put_line('In Derive deliver_to_person_id Information');
1982: END IF;
1983:
1984: po_employees_sv.derive_employee_info(employee_id_record);
1985:
1986: IF (g_asn_debug = 'Y') THEN
1987: asn_debug.put_line('Employee name ' || employee_id_record.employee_name);
1988: asn_debug.put_line('Employee id ' || TO_CHAR(employee_id_record.employee_id));