DBA Data[Home] [Help]

APPS.POR_AUTOSOURCE_UTIL_PKG dependencies on MTL_ITEM_SUB_INVENTORIES

Line 318: from mtl_item_sub_inventories mis

314: and mos.organization_id (+) = l_source_organization_id
315: and (msi.restrict_subinventories_code = 2
316: or (msi.restrict_subinventories_code = 1
317: and exists (select null
318: from mtl_item_sub_inventories mis
319: where mis.organization_id = msi.organization_id
320: and mis.inventory_item_id = msi.inventory_item_id
321: and mis.secondary_inventory = mos.subinventory_code)
322: )