DBA Data[Home] [Help]

APPS.GMD_FORMULA_DETAIL_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 235: FROM mtl_system_items_b

231: /* Bug No.6799624 - Start */
232:
233: BEGIN
234: SELECT segment1,recipe_enabled_flag INTO v_item_no, v_recipe_enabled
235: FROM mtl_system_items_b
236: WHERE inventory_item_id = p_formula_detail_rec.inventory_item_id AND
237: organization_id = p_formula_detail_rec.owner_organization_id;
238: EXCEPTION
239: WHEN others THEN