DBA Data[Home] [Help]

APPS.MSC_X_HZ_UPDATE dependencies on MSC_ITEMS

Line 478: FROM msc_items

474: IF v_i_item_desc(cnt) is NULL THEN
475: BEGIN
476: SELECT description
477: INTO l_item_desc
478: FROM msc_items
479: WHERE inventory_item_id = v_i_item_id(cnt);
480: EXCEPTION
481: WHEN OTHERS THEN
482: l_item_desc := NULL;