DBA Data[Home] [Help]

APPS.IGI_IAC_REBASE_PKG dependencies on FND_MESSAGE

Line 252: fnd_message.set_name('IGI','IGI_IAC_NOT_INSTALLED');

248:
249:
250: EXCEPTION
251: WHEN IGI_IAC_NOT_ENABLED THEN
252: fnd_message.set_name('IGI','IGI_IAC_NOT_INSTALLED');
253: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
254: Errbuf:=fnd_message.get;
255: retcode :=2;
256: WHEN IGI_IAC_PRICE_INDEX_ZERO THEN

Line 254: Errbuf:=fnd_message.get;

250: EXCEPTION
251: WHEN IGI_IAC_NOT_ENABLED THEN
252: fnd_message.set_name('IGI','IGI_IAC_NOT_INSTALLED');
253: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
254: Errbuf:=fnd_message.get;
255: retcode :=2;
256: WHEN IGI_IAC_PRICE_INDEX_ZERO THEN
257: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
258: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');

Line 257: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');

253: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
254: Errbuf:=fnd_message.get;
255: retcode :=2;
256: WHEN IGI_IAC_PRICE_INDEX_ZERO THEN
257: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
258: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
259: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error : Price index value 0 cannot be processed ');
260: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
261:

Line 258: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');

254: Errbuf:=fnd_message.get;
255: retcode :=2;
256: WHEN IGI_IAC_PRICE_INDEX_ZERO THEN
257: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
258: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
259: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error : Price index value 0 cannot be processed ');
260: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
261:
262: retcode :=2;

Line 259: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error : Price index value 0 cannot be processed ');

255: retcode :=2;
256: WHEN IGI_IAC_PRICE_INDEX_ZERO THEN
257: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
258: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
259: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error : Price index value 0 cannot be processed ');
260: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
261:
262: retcode :=2;
263: Errbuf := fnd_message.get;

Line 263: Errbuf := fnd_message.get;

259: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Error : Price index value 0 cannot be processed ');
260: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
261:
262: retcode :=2;
263: Errbuf := fnd_message.get;
264: WHEN ZERO_DIVIDE THEN
265: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');

Line 265: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');

261:
262: retcode :=2;
263: Errbuf := fnd_message.get;
264: WHEN ZERO_DIVIDE THEN
265: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');
268: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
269: retcode :=2;

Line 266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');

262: retcode :=2;
263: Errbuf := fnd_message.get;
264: WHEN ZERO_DIVIDE THEN
265: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');
268: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
269: retcode :=2;
270: errbuf:= fnd_message.get;

Line 267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');

263: Errbuf := fnd_message.get;
264: WHEN ZERO_DIVIDE THEN
265: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');
268: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
269: retcode :=2;
270: errbuf:= fnd_message.get;
271: WHEN IGI_IAC_INDEX_PERIOD_NOT_FOUND THEN

Line 270: errbuf:= fnd_message.get;

266: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
267: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Division By Zero ');
268: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
269: retcode :=2;
270: errbuf:= fnd_message.get;
271: WHEN IGI_IAC_INDEX_PERIOD_NOT_FOUND THEN
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');

Line 272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');

268: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
269: retcode :=2;
270: errbuf:= fnd_message.get;
271: WHEN IGI_IAC_INDEX_PERIOD_NOT_FOUND THEN
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');
275: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
276: retcode:=2;

Line 273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');

269: retcode :=2;
270: errbuf:= fnd_message.get;
271: WHEN IGI_IAC_INDEX_PERIOD_NOT_FOUND THEN
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');
275: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
276: retcode:=2;
277: errbuf:= fnd_message.get;

Line 274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');

270: errbuf:= fnd_message.get;
271: WHEN IGI_IAC_INDEX_PERIOD_NOT_FOUND THEN
272: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');
275: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
276: retcode:=2;
277: errbuf:= fnd_message.get;
278: END do_rebase;

Line 277: errbuf:= fnd_message.get;

273: FND_MESSAGE.SET_TOKEN('PACKAGE','igi_iac_rebase_pkg');
274: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Price Index not linked to the calendar periods ');
275: igi_iac_debug_pkg.debug_other_msg(g_error_level,g_path||'do_rebase',FALSE);
276: retcode:=2;
277: errbuf:= fnd_message.get;
278: END do_rebase;
279: END igi_iac_rebase_pkg;