DBA Data[Home] [Help]

APPS.WIP_EAM_TRANSACTIONS_PVT dependencies on MTL_SYSTEM_ITEMS

Line 82: from mtl_system_items

78: -- If not, raise an error.
79:
80: select mtl_transactions_enabled_flag
81: into l_transaction_flag
82: from mtl_system_items
83: where inventory_item_id = p_inventory_item_id
84: and organization_id = p_organization_id;
85:
86: if l_transaction_flag = 'N' then