DBA Data[Home] [Help]

APPS.JAI_AP_IDA_TRIGGER_PKG dependencies on JAI_AP_TDS_INV_TAXES

Line 2001: Need to update match_status_flag in jai_ap_tds_inv_taxes with the match_status_flag of

1997: Invoked processing of old prepayment application using variable lv_process_old_trxn. Processing of TDS prepayment application for transactions created
1998: prior to upgrade to TDS Threshold will be done only at the time of application and not during validation.
1999:
2000: 9. 18-Jul-2009 Bug 8641199
2001: Need to update match_status_flag in jai_ap_tds_inv_taxes with the match_status_flag of
2002: ap_invoice_distributions_all
2003:
2004: 8. 11-Jan-2010 Xiao Lv for bug#7347508, related 11i bug#6417285
2005: Added new conditions to check if either TDS, WCT or ESSI taxes are getting modified or inserted

Line 2264: FROM jai_ap_tds_inv_taxes

2260:
2261: END IF;
2262: /*Verify if Invoice is processed by process_tds_at_inv_validate before processing Prepayments*/
2263: SELECT max(process_status) INTO ln_processed
2264: FROM jai_ap_tds_inv_taxes
2265: WHERE invoice_id = pr_new.invoice_id;
2266: --should be run, only if prepayment application/unapplication is not already processed
2267: IF lv_prepay_flag IS NULL AND ln_processed = 'P' THEN
2268: lv_process_old_trxn := 'N';