DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_RCV_LINE_TAXES

Line 425: JAI_RCV_LINE_TAXES still used to hold the old vendor. Added code on top to update

421: Code has been added to Check for override_flag for vendor and Vendor_site_id.
422:
423: 2. 08-mar-2004 Aparajita. Bug#3030483. Version#619.1
424: Vendor id gets updated for a PO for supplier merge scenario. Data in receipt tax table
425: JAI_RCV_LINE_TAXES still used to hold the old vendor. Added code on top to update
426: this vendor id as there are multiple return statements in the code.
427:
428: There is no need to update the vendor site as it is only for third party tax.
429:

Line 547: update JAI_RCV_LINE_TAXES

543: from rcv_transactions
544: where po_header_id = pr_new.po_header_id
545: )
546: loop
547: update JAI_RCV_LINE_TAXES
548: set vendor_id = pr_new.vendor_id
549: where shipment_header_id = c_receipt_rec.shipment_header_id
550: and shipment_line_id = c_receipt_rec.shipment_line_id
551: and vendor_id = pr_old.vendor_id;