DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 178: from mtl_system_items_b msi

174: and ( wdd.released_status = 'Y'
175: OR (wdd.released_status='X' and wdd.source_code='RTV') --RTV Change 16197273
176: OR ( wdd.released_status = 'X' and
177: exists (select 1
178: from mtl_system_items_b msi
179: where msi.organization_id = wdd.organization_id
180: and msi.inventory_item_id = wdd.inventory_item_id
181: and msi.mtl_transactions_enabled_flag = 'N')) -- for nontransactable items
182: )