DBA Data[Home] [Help]

APPS.CSI_UTILITY_GRP dependencies on MTL_TRANSACTIONS_INTERFACE

Line 361: from mtl_transactions_interface mti

357:
358: BEGIN
359: select 1
360: into l_record_found
361: from mtl_transactions_interface mti
362: where mti.inventory_item_id = p_item_id
363: and mti.organization_id = p_org_id
364: and rownum < 2;
365: