DBA Data[Home] [Help]

APPS.INV_WORKFLOW dependencies on MTL_SYSTEM_ITEMS

Line 118: FROM mtl_system_items

114: -- in the WHERE clause of the following SELECT Statment.
115: -- Removed NVL function from the SELECT statement.
116: SELECT cost_of_sales_account
117: INTO v_item_cogs
118: FROM mtl_system_items
119: WHERE inventory_item_id = ic_item_id
120: AND organization_id = ic_to_inv_organization_id;
121: EXCEPTION
122: WHEN NO_DATA_FOUND THEN