DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on RCV_TRANSACTIONS

Line 4864: FROM rcv_transactions

4860: SELECT organization_id , location_id FROM JAI_INV_SUBINV_DTLS
4861: WHERE organization_id = pr_new.interface_line_attribute10
4862: AND UPPER(sub_inventory_name) IN
4863: (SELECT UPPER(subinventory)
4864: FROM rcv_transactions
4865: WHERE
4866: organization_id = pr_new.interface_line_attribute10
4867: AND (oe_order_line_id) = v_interface_line_attribute7
4868: AND subinventory IS NOT NULL