DBA Data[Home] [Help]

PACKAGE: APPS.INV_SYNC_PRINT_REQUEST

Source


1 PACKAGE INV_SYNC_PRINT_REQUEST AUTHID CURRENT_USER AS
2 /* $Header: INVSPRQS.pls 120.2 2005/06/22 05:32:07 appldev ship $ */
3 G_PKG_NAME	CONSTANT VARCHAR2(50) := 'INV_SYNC_PRINT_REQUEST';
4 
5 PROCEDURE SYNC_PRINT_REQUEST
6 (
7 	p_xml_content 		IN LONG
8 ,	x_job_status 		OUT NOCOPY VARCHAR2    -- NOCOPY added as a part of Bug# 4380449
9 ,	x_printer_status	OUT NOCOPY VARCHAR2    -- NOCOPY added as a part of Bug# 4380449
10 ,	x_status_type		OUT NOCOPY NUMBER  -- NOCOPY added as a part of Bug# 4380449
11 );
12 END INV_SYNC_PRINT_REQUEST;