DBA Data[Home] [Help]

APPS.MSD_SCE_PUBLISH_FORECAST_PKG dependencies on MSC_ITEMS

Line 714: from msc_items

710: select item_name,
711: description
712: into t_master_item_name(j),
713: t_master_item_desc(j)
714: from msc_items
715: where inventory_item_id = t_item_id(j);
716: exception
717: when others then
718: t_master_item_name(j) := t_item_name(j);