DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_HORIZONTAL_PLAN dependencies on MSC_ITEMS

Line 482: FROM msc_items

478: WHERE partner_id = p_sup_id;
479:
480: SELECT item_name
481: INTO v_item_name
482: FROM msc_items
483: WHERE inventory_item_id = p_item_id;
484:
485:
486: g_error_stmt := 'Debug - flush_crp_plan - 10';