DBA Data[Home] [Help]

APPS.MSD_SCE_PUBLISH_FORECAST_PKG dependencies on MSC_ITEMS

Line 680: from msc_items

676: select item_name,
677: description
678: into t_master_item_name(j),
679: t_master_item_desc(j)
680: from msc_items
681: where inventory_item_id = t_item_id(j);
682: exception
683: when others then
684: t_master_item_name(j) := t_item_name(j);