DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_HORIZONTAL_PLAN dependencies on MSC_ITEMS

Line 477: FROM msc_items

473: WHERE partner_id = p_sup_id;
474:
475: SELECT item_name
476: INTO v_item_name
477: FROM msc_items
478: WHERE inventory_item_id = p_item_id;
479:
480:
481: g_error_stmt := 'Debug - flush_crp_plan - 10';