DBA Data[Home] [Help]

APPS.MSC_SCE_PUB_SUPPLY_COMMIT_PKG dependencies on MSC_ITEMS

Line 665: FROM msc_items

661:
662: IF p_item_id IS NOT NULL THEN
663: SELECT item_name
664: INTO l_item_name
665: FROM msc_items
666: WHERE inventory_item_id = p_item_id;
667: l_log_message := l_log_message || get_message('MSC','MSC_X_PUB_ITEM',l_language_code) || ': ' || l_item_name || fnd_global.local_chr(10);
668: END IF;
669:

Line 1128: from msc_items

1124: select item_name,
1125: description
1126: into t_master_item_name(j),
1127: t_master_item_desc(j)
1128: from msc_items
1129: where inventory_item_id = t_item_id(j);
1130: exception
1131: when others then
1132: t_master_item_name(j) := t_item_name(j);