DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 6439: from mtl_material_transactions_temp

6435: select 'Y'
6436: into l_exists
6437: from dual
6438: where exists( select 1
6439: from mtl_material_transactions_temp
6440: where organization_id = p_organization_id
6441: and inventory_item_id = p_inventory_item_id
6442: and transaction_type_id in (93,94))
6443: or exists( select 1

Line 6461: from mtl_material_transactions_temp

6457: select 'Y'
6458: into l_exists
6459: from dual
6460: where exists( select 1
6461: from mtl_material_transactions_temp
6462: where organization_id = p_organization_id
6463: and inventory_item_id = p_inventory_item_id
6464: and transaction_type_id in (35,43))
6465: or exists( select 1