DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on FND_MESSAGE

Line 161: fnd_message.set_name('CSI', 'CSI_UNSUPPORTED_INST_LEVEL');

157: */
158:
159: ELSE
160:
161: fnd_message.set_name('CSI', 'CSI_UNSUPPORTED_INST_LEVEL');
162: fnd_message.set_token('INST_LVL', px_instance_level);
163: fnd_msg_pub.add;
164: RAISE fnd_api.g_exc_error;
165:

Line 162: fnd_message.set_token('INST_LVL', px_instance_level);

158:
159: ELSE
160:
161: fnd_message.set_name('CSI', 'CSI_UNSUPPORTED_INST_LEVEL');
162: fnd_message.set_token('INST_LVL', px_instance_level);
163: fnd_msg_pub.add;
164: RAISE fnd_api.g_exc_error;
165:
166: END IF;

Line 171: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');

167:
168: IF NOT(l_rev_found) THEN
169: x_install_config_rec.config_inst_rev_num := null;
170: /*
171: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
172: fnd_message.set_token('LEVEL', l_instance_level);
173: fnd_message.set_token('INST_HDR_ID', p_config_header_id);
174: fnd_msg_pub.add;
175: RAISE fnd_api.g_exc_error;

Line 172: fnd_message.set_token('LEVEL', l_instance_level);

168: IF NOT(l_rev_found) THEN
169: x_install_config_rec.config_inst_rev_num := null;
170: /*
171: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
172: fnd_message.set_token('LEVEL', l_instance_level);
173: fnd_message.set_token('INST_HDR_ID', p_config_header_id);
174: fnd_msg_pub.add;
175: RAISE fnd_api.g_exc_error;
176: */

Line 173: fnd_message.set_token('INST_HDR_ID', p_config_header_id);

169: x_install_config_rec.config_inst_rev_num := null;
170: /*
171: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
172: fnd_message.set_token('LEVEL', l_instance_level);
173: fnd_message.set_token('INST_HDR_ID', p_config_header_id);
174: fnd_msg_pub.add;
175: RAISE fnd_api.g_exc_error;
176: */
177: END IF;

Line 416: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');

412: AND czItems.config_item_id = cii.config_inst_item_id
413: AND czItems.component_instance_type = 'I' -- I = Root instance
414: AND czItems.deleted_flag = '0');
415: Exception when others then
416: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
417: fnd_message.set_token('LEVEL', 'INSTALLED');
418: fnd_message.set_token('INST_HDR_ID', l_conn_hdr_id);
419: fnd_msg_pub.add;
420: RAISE fnd_api.g_exc_error;

Line 417: fnd_message.set_token('LEVEL', 'INSTALLED');

413: AND czItems.component_instance_type = 'I' -- I = Root instance
414: AND czItems.deleted_flag = '0');
415: Exception when others then
416: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
417: fnd_message.set_token('LEVEL', 'INSTALLED');
418: fnd_message.set_token('INST_HDR_ID', l_conn_hdr_id);
419: fnd_msg_pub.add;
420: RAISE fnd_api.g_exc_error;
421: End;

Line 418: fnd_message.set_token('INST_HDR_ID', l_conn_hdr_id);

414: AND czItems.deleted_flag = '0');
415: Exception when others then
416: fnd_message.set_name('CSI','CSI_CONFIG_REV_NOT_FOUND');
417: fnd_message.set_token('LEVEL', 'INSTALLED');
418: fnd_message.set_token('INST_HDR_ID', l_conn_hdr_id);
419: fnd_msg_pub.add;
420: RAISE fnd_api.g_exc_error;
421: End;
422:

Line 638: fnd_message.set_name('CSI','CSI_CZ_LOCK_DTLS_MISS');

634: OR
635: px_config_tbl(l_key).source_txn_header_ref = fnd_api.g_miss_num
636: )
637: THEN
638: fnd_message.set_name('CSI','CSI_CZ_LOCK_DTLS_MISS');
639: fnd_message.set_token('APPLN_ID',px_config_tbl(l_key).source_application_id);
640: fnd_message.set_token('HEADER_REF',px_config_tbl(l_key).source_txn_header_ref);
641: fnd_msg_pub.add;
642: RAISE fnd_api.g_exc_error;

Line 639: fnd_message.set_token('APPLN_ID',px_config_tbl(l_key).source_application_id);

635: px_config_tbl(l_key).source_txn_header_ref = fnd_api.g_miss_num
636: )
637: THEN
638: fnd_message.set_name('CSI','CSI_CZ_LOCK_DTLS_MISS');
639: fnd_message.set_token('APPLN_ID',px_config_tbl(l_key).source_application_id);
640: fnd_message.set_token('HEADER_REF',px_config_tbl(l_key).source_txn_header_ref);
641: fnd_msg_pub.add;
642: RAISE fnd_api.g_exc_error;
643: END IF;

Line 640: fnd_message.set_token('HEADER_REF',px_config_tbl(l_key).source_txn_header_ref);

636: )
637: THEN
638: fnd_message.set_name('CSI','CSI_CZ_LOCK_DTLS_MISS');
639: fnd_message.set_token('APPLN_ID',px_config_tbl(l_key).source_application_id);
640: fnd_message.set_token('HEADER_REF',px_config_tbl(l_key).source_txn_header_ref);
641: fnd_msg_pub.add;
642: RAISE fnd_api.g_exc_error;
643: END IF;
644:

Line 677: fnd_message.set_name('CSI','CSI_CONFIG_KEYS_LOCKED');

673: x_msg_data => x_msg_data);
674:
675: IF (l_lock)
676: THEN
677: fnd_message.set_name('CSI','CSI_CONFIG_KEYS_LOCKED');
678: fnd_message.set_token('CONFIG_INST_HDR_ID',l_config_rec.config_inst_hdr_id);
679: fnd_message.set_token('CONFIG_INST_ITEM_ID',l_config_rec.config_inst_item_id);
680: fnd_message.set_token('CONFIG_INST_REV_NUM',l_config_rec.config_inst_rev_num);
681: fnd_msg_pub.add;

Line 678: fnd_message.set_token('CONFIG_INST_HDR_ID',l_config_rec.config_inst_hdr_id);

674:
675: IF (l_lock)
676: THEN
677: fnd_message.set_name('CSI','CSI_CONFIG_KEYS_LOCKED');
678: fnd_message.set_token('CONFIG_INST_HDR_ID',l_config_rec.config_inst_hdr_id);
679: fnd_message.set_token('CONFIG_INST_ITEM_ID',l_config_rec.config_inst_item_id);
680: fnd_message.set_token('CONFIG_INST_REV_NUM',l_config_rec.config_inst_rev_num);
681: fnd_msg_pub.add;
682: RAISE fnd_api.g_exc_error;

Line 679: fnd_message.set_token('CONFIG_INST_ITEM_ID',l_config_rec.config_inst_item_id);

675: IF (l_lock)
676: THEN
677: fnd_message.set_name('CSI','CSI_CONFIG_KEYS_LOCKED');
678: fnd_message.set_token('CONFIG_INST_HDR_ID',l_config_rec.config_inst_hdr_id);
679: fnd_message.set_token('CONFIG_INST_ITEM_ID',l_config_rec.config_inst_item_id);
680: fnd_message.set_token('CONFIG_INST_REV_NUM',l_config_rec.config_inst_rev_num);
681: fnd_msg_pub.add;
682: RAISE fnd_api.g_exc_error;
683: Exit;

Line 680: fnd_message.set_token('CONFIG_INST_REV_NUM',l_config_rec.config_inst_rev_num);

676: THEN
677: fnd_message.set_name('CSI','CSI_CONFIG_KEYS_LOCKED');
678: fnd_message.set_token('CONFIG_INST_HDR_ID',l_config_rec.config_inst_hdr_id);
679: fnd_message.set_token('CONFIG_INST_ITEM_ID',l_config_rec.config_inst_item_id);
680: fnd_message.set_token('CONFIG_INST_REV_NUM',l_config_rec.config_inst_rev_num);
681: fnd_msg_pub.add;
682: RAISE fnd_api.g_exc_error;
683: Exit;
684: ELSE

Line 704: fnd_message.set_name('CSI','CSI_CZ_KEY_INVAL_OREDER');

700: AND oel.configuration_id = l_CONFIG_SESSION_ITEM_ID;
701:
702: EXCEPTION
703: WHEN NO_DATA_FOUND Then
704: fnd_message.set_name('CSI','CSI_CZ_KEY_INVAL_OREDER');
705: fnd_msg_pub.add;
706: RAISE fnd_api.g_exc_error;
707: Exit;
708: END;

Line 806: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');

802: p_data => x_msg_data );
803: rollback to csi_cz_lock_item;
804: debug(l_return_message);
805: WHEN others THEN
806: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
807: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
808: fnd_msg_pub.add;
809: FND_MSG_PUB.Count_And_Get
810: (p_count => x_msg_count ,

Line 807: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));

803: rollback to csi_cz_lock_item;
804: debug(l_return_message);
805: WHEN others THEN
806: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
807: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
808: fnd_msg_pub.add;
809: FND_MSG_PUB.Count_And_Get
810: (p_count => x_msg_count ,
811: p_data => x_msg_data );

Line 1153: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');

1149: p_data => x_msg_data );
1150: rollback to unlock_current_node;
1151: debug(l_return_message);
1152: WHEN others THEN
1153: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
1154: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
1155: fnd_msg_pub.add;
1156: FND_MSG_PUB.Count_And_Get
1157: (p_count => x_msg_count ,

Line 1154: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));

1150: rollback to unlock_current_node;
1151: debug(l_return_message);
1152: WHEN others THEN
1153: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
1154: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
1155: fnd_msg_pub.add;
1156: FND_MSG_PUB.Count_And_Get
1157: (p_count => x_msg_count ,
1158: p_data => x_msg_data );

Line 1244: fnd_message.set_name('CSI','CSI_CZ_LOCK_ID_MISS');

1240: OR
1241: p_config_tbl(l_key).source_txn_header_ref = fnd_api.g_miss_char --lock_id = fnd_api.g_miss_num
1242: )
1243: THEN
1244: fnd_message.set_name('CSI','CSI_CZ_LOCK_ID_MISS');
1245: fnd_message.set_token('CONFIG_INST_HDR_ID',p_config_tbl(l_key).config_inst_hdr_id);
1246: fnd_message.set_token('CONFIG_INST_REV_NUM',p_config_tbl(l_key).config_inst_rev_num);
1247: fnd_message.set_token('CONFIG_INST_ITEM_ID',p_config_tbl(l_key).config_inst_item_id);
1248: fnd_msg_pub.add;

Line 1245: fnd_message.set_token('CONFIG_INST_HDR_ID',p_config_tbl(l_key).config_inst_hdr_id);

1241: p_config_tbl(l_key).source_txn_header_ref = fnd_api.g_miss_char --lock_id = fnd_api.g_miss_num
1242: )
1243: THEN
1244: fnd_message.set_name('CSI','CSI_CZ_LOCK_ID_MISS');
1245: fnd_message.set_token('CONFIG_INST_HDR_ID',p_config_tbl(l_key).config_inst_hdr_id);
1246: fnd_message.set_token('CONFIG_INST_REV_NUM',p_config_tbl(l_key).config_inst_rev_num);
1247: fnd_message.set_token('CONFIG_INST_ITEM_ID',p_config_tbl(l_key).config_inst_item_id);
1248: fnd_msg_pub.add;
1249: RAISE fnd_api.g_exc_error;

Line 1246: fnd_message.set_token('CONFIG_INST_REV_NUM',p_config_tbl(l_key).config_inst_rev_num);

1242: )
1243: THEN
1244: fnd_message.set_name('CSI','CSI_CZ_LOCK_ID_MISS');
1245: fnd_message.set_token('CONFIG_INST_HDR_ID',p_config_tbl(l_key).config_inst_hdr_id);
1246: fnd_message.set_token('CONFIG_INST_REV_NUM',p_config_tbl(l_key).config_inst_rev_num);
1247: fnd_message.set_token('CONFIG_INST_ITEM_ID',p_config_tbl(l_key).config_inst_item_id);
1248: fnd_msg_pub.add;
1249: RAISE fnd_api.g_exc_error;
1250: EXIT;

Line 1247: fnd_message.set_token('CONFIG_INST_ITEM_ID',p_config_tbl(l_key).config_inst_item_id);

1243: THEN
1244: fnd_message.set_name('CSI','CSI_CZ_LOCK_ID_MISS');
1245: fnd_message.set_token('CONFIG_INST_HDR_ID',p_config_tbl(l_key).config_inst_hdr_id);
1246: fnd_message.set_token('CONFIG_INST_REV_NUM',p_config_tbl(l_key).config_inst_rev_num);
1247: fnd_message.set_token('CONFIG_INST_ITEM_ID',p_config_tbl(l_key).config_inst_item_id);
1248: fnd_msg_pub.add;
1249: RAISE fnd_api.g_exc_error;
1250: EXIT;
1251: END IF;

Line 1381: FND_MESSAGE.SET_NAME('CSI','CSI_INVALID_LOCKS');

1377: END LOOP;
1378: END IF;
1379: ELSE
1380: debug('Config keys are already in unlocked status');
1381: FND_MESSAGE.SET_NAME('CSI','CSI_INVALID_LOCKS');
1382: FND_MSG_PUB.Add;
1383: END IF;
1384: END LOOP;
1385: END IF;

Line 1403: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');

1399: p_data => x_msg_data );
1400: rollback to csi_cz_unlock_item;
1401: debug(l_return_message);
1402: WHEN others THEN
1403: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
1404: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
1405: fnd_msg_pub.add;
1406: FND_MSG_PUB.Count_And_Get
1407: (p_count => x_msg_count ,

Line 1404: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));

1400: rollback to csi_cz_unlock_item;
1401: debug(l_return_message);
1402: WHEN others THEN
1403: fnd_message.set_name ('FND', 'FND_GENERIC_MESSAGE');
1404: fnd_message.set_token('MESSAGE', 'OTHERS Error :'||substr(sqlerrm, 1, 300));
1405: fnd_msg_pub.add;
1406: FND_MSG_PUB.Count_And_Get
1407: (p_count => x_msg_count ,
1408: p_data => x_msg_data );

Line 1491: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');

1487: IF l_return_value <> 1
1488: AND
1489: td_cur%ROWCOUNT > 0
1490: THEN
1491: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1492: fnd_message.set_token('MESSAGE', l_error_message);
1493: fnd_msg_pub.add;
1494: raise fnd_api.g_exc_error;
1495: END IF;

Line 1492: fnd_message.set_token('MESSAGE', l_error_message);

1488: AND
1489: td_cur%ROWCOUNT > 0
1490: THEN
1491: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1492: fnd_message.set_token('MESSAGE', l_error_message);
1493: fnd_msg_pub.add;
1494: raise fnd_api.g_exc_error;
1495: END IF;
1496: CLOSE td_cur;

Line 1548: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');

1544: x_error_message := substr(sqlerrm, 1, 500);
1545: x_msg_data := x_error_message;
1546: x_msg_count := 1;
1547:
1548: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1549: fnd_message.set_token('MESSAGE', x_error_message);
1550: fnd_msg_pub.add;
1551:
1552: END configure_from_html_ui;

Line 1549: fnd_message.set_token('MESSAGE', x_error_message);

1545: x_msg_data := x_error_message;
1546: x_msg_count := 1;
1547:
1548: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
1549: fnd_message.set_token('MESSAGE', x_error_message);
1550: fnd_msg_pub.add;
1551:
1552: END configure_from_html_ui;
1553: