DBA Data[Home] [Help]

APPS.INV_LABEL_PVT5 dependencies on MTL_TRANSACTIONS_INTERFACE

Line 607: FROM mtl_transactions_interface

603: ,subinventory_code
604: ,locator_id
605: ,inventory_item_id
606: ,revision
607: FROM mtl_transactions_interface
608: WHERE transaction_interface_id = p_transaction_id;
609:
610: -- Cursor to retrieve all the LPNs (including parent and outermostLPN)
611: -- associated with a shipment_header for ASN business-flow. iSP requirements.