DBA Data[Home] [Help]

APPS.JL_ZZ_AP_WITHHOLDING_PKG dependencies on AP_AWT_BUCKETS

Line 2328: FROM ap_awt_buckets

2324: SELECT gross_amount_to_date,
2325: withheld_amount_to_date
2326: INTO l_gross_amount_to_date,
2327: l_withheld_amount_to_date
2328: FROM ap_awt_buckets
2329: WHERE period_name = l_period_name
2330: AND tax_name = P_Tax_Name
2331: AND vendor_id = P_Vendor_Id;
2332: