DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on JAI_AP_TDS_INV_CANCELS

Line 4714: FROM jai_ap_tds_inv_cancels b

4710: WHERE a.threshold_grp_id = c_threshold_grp_id
4711: AND a.tds_event = 'INVOICE VALIDATE'
4712: AND a.taxable_amount >= c_single_threshold_amt
4713: AND NOT EXISTS (SELECT '1'
4714: FROM jai_ap_tds_inv_cancels b
4715: WHERE a.invoice_id = b.invoice_id);
4716:
4717: CURSOR c_prepayments(c_threshold_grp_id NUMBER)
4718: IS