DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on JL_ZZ_AP_SUPP_AWT_TYPES

Line 195: P_Rec_Suppl_AWT_Type OUT NOCOPY jl_zz_ap_supp_awt_types%ROWTYPE);

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:
199:

Line 286: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,

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,
289: P_Tab_Withhold IN OUT NOCOPY Tab_Withholding,
290: P_Tax_Name_From IN Number,

Line 354: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,

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);
358: