DBA Data[Home] [Help]

APPS.JG_EXTENDED_WITHHOLDING_PKG dependencies on JL_AR_AP_WITHHOLDING_PKG

Line 55: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Do_Withholding

51: -------------------------------------------------
52: -- Execute the Argentine Withholding Tax Routine
53: -------------------------------------------------
54: IF (l_country_code = 'AR') THEN
55: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Do_Withholding
56: (P_Invoice_Id,
57: P_Awt_Date,
58: P_Calling_Module,
59: P_Amount,

Line 143: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Undo_Withholding

139: -------------------------------------------------
140: -- Execute the Argentine Withholding Tax Routine
141: -------------------------------------------------
142: IF (l_country_code = 'AR') THEN
143: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Undo_Withholding
144: (P_Parent_Id,
145: P_Calling_Module,
146: P_Awt_Date,
147: P_Last_Updated_By,

Line 216: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Undo_Temp_Withholding

212: -------------------------------------------------
213: -- Execute the Argentine Withholding Tax Routine
214: -------------------------------------------------
215: IF (l_country_code = 'AR') THEN
216: Jl_Ar_Ap_Withholding_Pkg.Jl_Ar_Ap_Undo_Temp_Withholding
217: (P_Invoice_Id,
218: P_Payment_Num,
219: P_Checkrun_Name,
220: p_Checkrun_id,