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 287: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,

283: PROCEDURE Process_Withholding_Name
284: (P_Vendor_Id IN Number,
285: P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,
286: P_Rec_AWT_Name IN Rec_AWT_CODE,
287: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,
288: P_Rec_Suppl_AWT_Name IN jl_zz_ap_sup_awt_cd%ROWTYPE,
289: P_AWT_Date IN Date,
290: P_Tab_Withhold IN OUT NOCOPY Tab_Withholding,
291: P_Tax_Name_From IN Number,

Line 355: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,

351: * *
352: **************************************************************************/
353: PROCEDURE Process_Withholding_Type
354: (P_Rec_AWT_Type IN jl_zz_ap_awt_types%ROWTYPE,
355: P_Rec_Suppl_AWT_Type IN jl_zz_ap_supp_awt_types%ROWTYPE,
356: P_AWT_Date IN Date,
357: P_Currency_Code IN Varchar2,
358: P_Tab_Withhold IN OUT NOCOPY Tab_Withholding);
359: