DBA Data[Home] [Help]

APPS.JAI_PO_HA_TRIGGER_PKG dependencies on JAI_RCV_LINE_TAXES

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

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

Line 558: update JAI_RCV_LINE_TAXES

554: from rcv_transactions
555: where po_header_id = pr_new.po_header_id
556: )
557: loop
558: update JAI_RCV_LINE_TAXES
559: set vendor_id = pr_new.vendor_id
560: where shipment_header_id = c_receipt_rec.shipment_header_id
561: and shipment_line_id = c_receipt_rec.shipment_line_id
562: and vendor_id = pr_old.vendor_id;