DBA Data[Home] [Help]

APPS.JAI_PO_PROC_PKG dependencies on JAI_RCV_LINE_TAXES

Line 1737: update JAI_RCV_LINE_TAXES

1733: from rcv_transactions
1734: where po_header_id = v_vendor_id
1735: )
1736: loop
1737: update JAI_RCV_LINE_TAXES
1738: set vendor_id = v_vendor_id
1739: where shipment_header_id = c_receipt_rec.shipment_header_id
1740: and shipment_line_id = c_receipt_rec.shipment_line_id
1741: and vendor_id = v_old_vendor_id;

Line 7245: update JAI_RCV_LINE_TAXES

7241: from rcv_transactions
7242: where po_header_id = ln_po_header_id
7243: )
7244: loop
7245: update JAI_RCV_LINE_TAXES
7246: set vendor_id = ln_vendor_id
7247: where shipment_header_id = c_receipt_rec.shipment_header_id
7248: and shipment_line_id = c_receipt_rec.shipment_line_id
7249: and vendor_id = pn_old_vendor_id;