DBA Data[Home] [Help]

APPS.JAI_PO_PROC_PKG dependencies on RCV_TRANSACTIONS

Line 1733: from rcv_transactions

1729: IF v_vendor_id <> v_old_vendor_id then
1730: for c_receipt_rec in
1731: (
1732: select distinct shipment_header_id, shipment_line_id
1733: from rcv_transactions
1734: where po_header_id = v_vendor_id
1735: )
1736: loop
1737: update JAI_RCV_LINE_TAXES

Line 7241: from rcv_transactions

7237: IF ln_vendor_id <> nvl(pn_old_vendor_id,-999) then
7238: for c_receipt_rec in
7239: (
7240: select distinct shipment_header_id, shipment_line_id
7241: from rcv_transactions
7242: where po_header_id = ln_po_header_id
7243: )
7244: loop
7245: update JAI_RCV_LINE_TAXES