DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on PO_EMPLOYEES_SV

Line 222: po_employees_sv.derive_employee_info(emp_record);

218: IF (g_asn_debug = 'Y') THEN
219: asn_debug.put_line('In Derive Receiver Information');
220: END IF;
221:
222: po_employees_sv.derive_employee_info(emp_record);
223:
224: IF (g_asn_debug = 'Y') THEN
225: asn_debug.put_line(emp_record.employee_name);
226: asn_debug.put_line(TO_CHAR(emp_record.employee_id));

Line 1128: po_employees_sv.validate_employee_info(emp_record);

1124: IF (g_asn_debug = 'Y') THEN
1125: asn_debug.put_line('In Validate Receiver Information');
1126: END IF;
1127:
1128: po_employees_sv.validate_employee_info(emp_record);
1129:
1130: IF (g_asn_debug = 'Y') THEN
1131: asn_debug.put_line(emp_record.error_record.error_status);
1132: END IF;