DBA Data[Home] [Help]

APPS.MSC_PUBLISH_SAFETY_STOCK_PKG dependencies on MSC_ITEMS

Line 1094: FROM msc_items

1090:
1091: IF p_item_id IS NOT NULL THEN
1092: SELECT item_name
1093: INTO l_item_name
1094: FROM msc_items
1095: WHERE inventory_item_id = p_item_id;
1096: l_log_message := l_log_message || get_message('MSC','MSC_X_PUB_ITEM',l_language_code) || ': ' || l_item_name || fnd_global.local_chr(10);
1097: END IF;
1098:

Line 1820: from msc_items

1816: select item_name,
1817: description
1818: into t_master_item_name(j),
1819: t_master_item_desc(j)
1820: from msc_items
1821: where inventory_item_id = t_item_id(j);
1822:
1823:
1824: end loop;