DBA Data[Home] [Help]

APPS.JAI_AP_IA_TRIGGER_PKG dependencies on JAI_RCV_THIRD_PARTY_PKG

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

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

Line 312: jai_rcv_third_party_pkg.populate_tp_invoice_id

308:
309: /* Update invoice Ids in Third Party tables for Third Party invoices */
310: if pv_action = jai_constants.inserting and pr_new.source = 'INDIA TAX INVOICE' then /* 'RECEIPT' then --Ramanand for bug#4388958 */
311:
312: jai_rcv_third_party_pkg.populate_tp_invoice_id
313: (
314: p_invoice_id => pr_new.invoice_id,
315: p_invoice_num => pr_new.invoice_num,
316: p_vendor_id => pr_new.vendor_id,