DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on MTL_TRANSACTIONS_INTERFACE

Line 6444: from mtl_transactions_interface

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
6444: from mtl_transactions_interface
6445: where organization_id = p_organization_id
6446: and inventory_item_id = p_inventory_item_id
6447: and transaction_type_id in (93,94));
6448:

Line 6466: from mtl_transactions_interface

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
6466: from mtl_transactions_interface
6467: where organization_id = p_organization_id
6468: and inventory_item_id = p_inventory_item_id
6469: and transaction_type_id in (35,43));
6470: