DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on MTL_SYSTEM_ITEMS

Line 950: from mtl_system_items msi

946: and (x_item_id is null
947: or
948: (x_item_id is not null
949: and exists (select null
950: from mtl_system_items msi
951: where msi.organization_id = nvl(x_ship_to_organization_id, msi.organization_id)
952: and msi.inventory_item_id = x_item_id
953: and (msi.restrict_subinventories_code = 2
954: or (msi.restrict_subinventories_code = 1