DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on PO_EMPLOYEES_SV

Line 180: po_employees_sv.derive_employee_info(emp_record);

176: IF (g_asn_debug = 'Y') THEN
177: asn_debug.put_line('In Derive Receiver Information');
178: END IF;
179:
180: po_employees_sv.derive_employee_info(emp_record);
181:
182: IF (g_asn_debug = 'Y') THEN
183: asn_debug.put_line(emp_record.employee_name);
184: asn_debug.put_line(TO_CHAR(emp_record.employee_id));

Line 1333: po_employees_sv.validate_employee_info(emp_record);

1329: IF (g_asn_debug = 'Y') THEN
1330: asn_debug.put_line('In Validate Receiver Information');
1331: END IF;
1332:
1333: po_employees_sv.validate_employee_info(emp_record);
1334:
1335: IF (g_asn_debug = 'Y') THEN
1336: asn_debug.put_line(emp_record.error_record.error_status);
1337: END IF;