DBA Data[Home] [Help]

APPS.CSI_UTILITY_GRP dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 382: from mtl_material_transactions_temp mmtt

378:
379: BEGIN
380: select 1
381: into l_record_found
382: from mtl_material_transactions_temp mmtt
383: where mmtt.inventory_item_id = p_item_id
384: and mmtt.organization_id = p_org_id
385: and rownum < 2;
386: