DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on JL_ZZ_AP_AWT_TYPES

Line 186: * 3. Associated attributes (from JL_ZZ_AP_AWT_TYPES) *

182: * Purpose : Obtains all the information associated to the current *
183: * withholding tax type and for a particular supplier: *
184: * 1. Minimum taxable base amount *
185: * 2. Minimum withheld amount *
186: * 3. Associated attributes (from JL_ZZ_AP_AWT_TYPES) *
187: * 4. Supplier exemptions *
188: * 5. Multilateral contribution *
189: * *
190: **************************************************************************/

Line 194: P_Rec_AWT_Type OUT NOCOPY jl_zz_ap_awt_types%ROWTYPE,

190: **************************************************************************/
191: PROCEDURE Initialize_Withholding_Type
192: (P_AWT_Type_Code IN Varchar2,
193: P_Vendor_Id IN Number,
194: P_Rec_AWT_Type OUT NOCOPY jl_zz_ap_awt_types%ROWTYPE,
195: P_Rec_Suppl_AWT_Type OUT NOCOPY jl_zz_ap_supp_awt_types%ROWTYPE);
196:
197:
198:

Line 284: P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,

280: * *
281: **************************************************************************/
282: PROCEDURE Process_Withholding_Name
283: (P_Vendor_Id IN Number,
284: P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,
285: P_Rec_AWT_Name IN Rec_AWT_CODE,
286: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,
287: P_Rec_Suppl_AWT_Name IN jl_zz_ap_sup_awt_cd%ROWTYPE,
288: P_AWT_Date IN Date,

Line 353: (P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,

349: * tax type included within the payment. *
350: * *
351: **************************************************************************/
352: PROCEDURE Process_Withholding_Type
353: (P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,
354: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,
355: P_AWT_Date IN Date,
356: P_Currency_Code IN Varchar2,
357: P_Tab_Withhold IN OUT NOCOPY Tab_Withholding);