DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on MTL_SYSTEM_ITEMS

Line 138: FROM mtl_system_items

134: -- in the WHERE clause of the following SELECT Statment.
135: -- Removed NVL function from the SELECT statement.
136: SELECT cost_of_sales_account
137: INTO v_item_cogs
138: FROM mtl_system_items
139: WHERE inventory_item_id = ic_item_id
140: AND organization_id = ic_to_inv_organization_id;
141: EXCEPTION
142: WHEN NO_DATA_FOUND THEN