DBA Data[Home] [Help]

APPS.EAM_ASSET_MOVE_UTIL dependencies on MTL_SYSTEM_ITEMS_B

Line 279: mtl_system_items_b where

275: --Dbms_Output.put_line('Processing isTransactable');
276:
277: BEGIN
278: select MTL_TRANSACTIONS_ENABLED_FLAG into l_flag from
279: mtl_system_items_b where
280: inventory_item_id = p_inventory_item_id
281: and organization_id = p_organization_id;
282:
283: EXCEPTION

Line 758: FROM mtl_system_items_b

754:
755: BEGIN
756: SELECT ORGANIZATION_ID
757: INTO l_org_assign_chk
758: FROM mtl_system_items_b
759: WHERE inventory_item_id =p_inventory_item_id
760: AND organization_id= p_organization_id;
761:
762: EXCEPTION