DBA Data[Home] [Help]

APPS.INV_EBI_CZ_PUB dependencies on FND_MESSAGE

Line 41: FND_MESSAGE.set_name('INV','INV_EBI_CONFIG_NOT_A_MODEL');

37: END IF;
38:
39: IF(NVL(l_bom_item_type_code,4) <> 1) THEN
40:
41: FND_MESSAGE.set_name('INV','INV_EBI_CONFIG_NOT_A_MODEL');
42: FND_MESSAGE.set_token('ITEM', l_item_number);
43: FND_MSG_PUB.add;
44: RAISE FND_API.g_exc_error;
45:

Line 42: FND_MESSAGE.set_token('ITEM', l_item_number);

38:
39: IF(NVL(l_bom_item_type_code,4) <> 1) THEN
40:
41: FND_MESSAGE.set_name('INV','INV_EBI_CONFIG_NOT_A_MODEL');
42: FND_MESSAGE.set_token('ITEM', l_item_number);
43: FND_MSG_PUB.add;
44: RAISE FND_API.g_exc_error;
45:
46: END IF;