DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on MTL_SECONDARY_INVENTORIES

Line 3141: FROM mtl_secondary_inventories

3137:
3138: SELECT
3139: Nvl(lpn_controlled_flag, 2) -- 2 is non-lpn controlled
3140: INTO l_lpn_controlled_flag
3141: FROM mtl_secondary_inventories
3142: WHERE secondary_inventory_name = Nvl(l_mmtt_rec.transfer_subinventory,
3143: l_mmtt_rec.subinventory_code)
3144: AND organization_id = l_mmtt_rec.organization_id;
3145: