DBA Data[Home] [Help]

PACKAGE: APPS.JL_AR_AP_AWT_REPORTS_PKG

Source


1 PACKAGE JL_AR_AP_AWT_REPORTS_PKG AUTHID CURRENT_USER AS
2 /* $Header: jlarpwrs.pls 120.3 2005/09/01 18:11:31 rguerrer ship $ */
3 
4 	-- This function will insert lines in the table JL_AR_AP_AWT_CERTIF.
5 	-- This table will contain the AWT
6 	-- Certificates
7 
8  		FUNCTION JL_AR_AP_GEN_CERTIFICATES(
9   		    p_payment_instruction_id  	 IN		NUMBER,
10   		    p_calling_module             IN     VARCHAR2,
11 			p_errmsg		 IN OUT NOCOPY		VARCHAR2) RETURN BOOLEAN;
12 
13 	-- This procedure will change the certificate status to 'VOID'
14 
15 		PROCEDURE JL_AR_AP_VOID_CERTIFICATES(
16         		P_payment_id            IN     Number,
17         		P_Calling_Sequence      IN     Varchar2);
18 
19 END JL_AR_AP_AWT_REPORTS_PKG;