DBA Data[Home] [Help]

PACKAGE: APPS.JL_ZZ_AP_EXT_AWT_UTIL

Source


1 PACKAGE JL_ZZ_AP_EXT_AWT_UTIL AUTHID CURRENT_USER AS
2 /* $Header: jlzzpwus.pls 115.4 2003/01/17 06:51:30 kpvs ship $ */
3 
4 
5 /**************************************************************************
6  *                                                                        *
7  * Name       : debug                                                     *
8  * Purpose    : Writes the p_line in a system file                        *
9  *                                                                        *
10  **************************************************************************/
11 PROCEDURE  debug(p_line in VARCHAR2 );
12 
13 /**************************************************************************
14  *                                                                        *
15  * Name       : Print_Tax_Names                                           *
16  * Purpose    : This procedure shows all the elements of the PL/SQL table *
17  *              (just for debug purposes)                                 *
18  *                                                                        *
19  **************************************************************************/
20 PROCEDURE Print_Tax_Names (P_Tab_Payment_Wh    IN   JL_ZZ_AP_WITHHOLDING_PKG.Tab_Withholding);
21 
22 /**************************************************************************
23  *                                                                        *
24  * Name       : Print_tab_all_wh                                          *
25  * Purpose    : This procedure shows all the elements of the PL/SQL table *
26  *              (just for debug purposes)                                 *
27  *                                                                        *
28  **************************************************************************/
29 
30 PROCEDURE Print_tab_all_wh (P_tab_all_wh  IN JL_ZZ_AP_WITHHOLDING_PKG.Tab_All_Withholding);
31 
32 /**************************************************************************
33  *                                                                        *
34  * Name       : Print_tab_amounts                                         *
35  * Purpose    : This procedure shows all the elements of the PL/SQL table *
36  *              (just for debug purposes)                                 *
37  *                                                                        *
38  **************************************************************************/
39 
40 PROCEDURE Print_tab_amounts (P_tab_Amounts IN JL_AR_AP_WITHHOLDING_PKG.Tab_Amounts);
41 
42 PROCEDURE initialize;
43 
44 END   JL_ZZ_AP_EXT_AWT_UTIL;