DBA Data[Home] [Help]

APPS.CN_CALC_EXT_TABLES_PVT dependencies on FND_MESSAGE

Line 142: fnd_message.set_name('CN', 'CN_INTERNAL_TABLE_NOT_NULL');

138:
139: if p_calc_ext_table_rec.internal_table_id = 0 THEN
140: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
141: THEN
142: fnd_message.set_name('CN', 'CN_INTERNAL_TABLE_NOT_NULL');
143: fnd_msg_pub.add;
144: END IF;
145: x_loading_status := 'CN_INTERNAL_TABLE_NOT_NULL';
146: RAISE FND_API.G_EXC_ERROR;

Line 161: fnd_message.set_name('CN', 'CN_EXTERNAL_TABLE_NOT_NULL');

157:
158: if p_calc_ext_table_rec.external_table_id = 0 THEN
159: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
160: THEN
161: fnd_message.set_name('CN', 'CN_EXTERNAL_TABLE_NOT_NULL');
162: fnd_msg_pub.add;
163: END IF;
164: x_loading_status := 'CN_EXTERNAL_TABLE_NOT_NULL';
165: RAISE FND_API.G_EXC_ERROR;

Line 418: fnd_message.set_name('CN', 'CN_INTERNAL_TABLE_NOT_NULL');

414:
415: if p_calc_ext_table_rec.internal_table_id = 0 THEN
416: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
417: THEN
418: fnd_message.set_name('CN', 'CN_INTERNAL_TABLE_NOT_NULL');
419: fnd_msg_pub.add;
420: END IF;
421: x_loading_status := 'CN_INTERNAL_TABLE_NOT_NULL';
422: RAISE FND_API.G_EXC_ERROR;

Line 446: fnd_message.set_name('CN', 'CN_EXTERNAL_TABLE_NOT_NULL');

442:
443: if p_calc_ext_table_rec.external_table_id = 0 THEN
444: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
445: THEN
446: fnd_message.set_name('CN', 'CN_EXTERNAL_TABLE_NOT_NULL');
447: fnd_msg_pub.add;
448: END IF;
449: x_loading_status := 'CN_EXTERNAL_TABLE_NOT_NULL';
450: RAISE FND_API.G_EXC_ERROR;

Line 491: fnd_message.set_name('CN', 'CN_EXT_UPDATE_NOT_ALLOWED');

487:
488: if l_col_found = 1 THEN
489: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
490: THEN
491: fnd_message.set_name('CN', 'CN_EXT_UPDATE_NOT_ALLOWED');
492: fnd_msg_pub.add;
493: END IF;
494: x_loading_status := 'CN_EXT_UPDATE_NOT_ALLOWED';
495: RAISE FND_API.G_EXC_ERROR;

Line 662: fnd_message.set_name('CN', 'CN_COLUMN_EXISTS');

658:
659: IF l_count > 0 THEN
660: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_error)
661: THEN
662: fnd_message.set_name('CN', 'CN_COLUMN_EXISTS');
663: fnd_msg_pub.add;
664: END IF;
665: x_loading_status := 'CN_COLUMN_EXISTS';
666: RAISE FND_API.G_EXC_ERROR;