DBA Data[Home] [Help]

APPS.JAI_AP_IA_TRIGGER_PKG dependencies on JAI_RCV_THIRD_PARTY_PKG

Line 187: A new procedure has been added to the package - jai_rcv_third_party_pkg which does

183:
184: This patch creates dependency by addition of a new table - jai_rcv_tp_inv_Details
185: and addition of new column (invoice_id) in the table jai_Rcv_tp_invoices table.
186:
187: A new procedure has been added to the package - jai_rcv_third_party_pkg which does
188: the actual invoice id update , and hence this package should go along with this trigger
189:
190: 2. 24/05/2005 Ramananda for bug# 4388958 File Version: 116.1
191: Changed AP Lookup code from 'TDS' to 'INDIA TDS'

Line 318: jai_rcv_third_party_pkg.populate_tp_invoice_id

314:
315: /* Update invoice Ids in Third Party tables for Third Party invoices */
316: if pv_action = jai_constants.inserting and pr_new.source = 'INDIA TAX INVOICE' then /* 'RECEIPT' then --Ramanand for bug#4388958 */
317:
318: jai_rcv_third_party_pkg.populate_tp_invoice_id
319: (
320: p_invoice_id => pr_new.invoice_id,
321: p_invoice_num => pr_new.invoice_num,
322: p_vendor_id => pr_new.vendor_id,