DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_AWT_BUCKETS

Line 2283: FROM ap_awt_buckets

2279: SELECT gross_amount_to_date,
2280: withheld_amount_to_date
2281: INTO l_gross_amount_to_date,
2282: l_withheld_amount_to_date
2283: FROM ap_awt_buckets
2284: WHERE period_name = l_period_name
2285: AND tax_name = P_Tax_Name
2286: AND vendor_id = P_Vendor_Id;
2287: