DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on MTL_SECONDARY_INVENTORIES

Line 255: FROM mtl_secondary_inventories

251:
252: /* if subinventory from above is not null */
253: CURSOR recv_subinventory IS
254: SELECT description
255: FROM mtl_secondary_inventories
256: WHERE organization_id = l_organization_id
257: AND secondary_inventory_name = l_subinventory ;
258:
259: --RLNAGARA Bug5334308 Added cursor get_lot and modified cursor recv_inv