DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 6: l_create_dists ap_system_parameters.create_awt_dists_type%TYPE;

2: /* $Header: apdoawts.pls 120.5.12010000.6 2009/11/16 08:11:15 imandal ship $ */
3:
4: -- Public packaged variables:
5:
6: l_create_dists ap_system_parameters.create_awt_dists_type%TYPE;
7: l_create_invoices ap_system_parameters.create_awt_invoices_type%TYPE;
8:
9: PROCEDURE Ap_Do_Withholding(
10: P_Invoice_Id IN NUMBER,

Line 7: l_create_invoices ap_system_parameters.create_awt_invoices_type%TYPE;

3:
4: -- Public packaged variables:
5:
6: l_create_dists ap_system_parameters.create_awt_dists_type%TYPE;
7: l_create_invoices ap_system_parameters.create_awt_invoices_type%TYPE;
8:
9: PROCEDURE Ap_Do_Withholding(
10: P_Invoice_Id IN NUMBER,
11: P_Awt_Date IN DATE,