DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on MTL_SECONDARY_INVENTORIES

Line 3181: FROM mtl_secondary_inventories

3177:
3178: SELECT
3179: Nvl(lpn_controlled_flag, 2) -- 2 is non-lpn controlled
3180: INTO l_lpn_controlled_flag
3181: FROM mtl_secondary_inventories
3182: WHERE secondary_inventory_name = Nvl(l_mmtt_rec.transfer_subinventory,
3183: l_mmtt_rec.subinventory_code)
3184: AND organization_id = l_mmtt_rec.organization_id;
3185: