DBA Data[Home] [Help]

APPS.INV_PRINT_REQUEST dependencies on INV_SYNC_PRINT_REQUEST

Line 21: INV_SYNC_PRINT_REQUEST.SYNC_PRINT_REQUEST

17: , x_status_type OUT NOCOPY NUMBER
18: ) IS
19: BEGIN
20: -- Call out to 3rd party print procedures
21: INV_SYNC_PRINT_REQUEST.SYNC_PRINT_REQUEST
22: (p_xml_content, x_job_status,x_printer_status,x_status_type);
23: END;
24:
25: PROCEDURE WRITE_XML