DBA Data[Home] [Help]

APPS.IGIRX_C_IMP_IAC_REP dependencies on FND_MESSAGE

Line 221: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');

217:
218:
219: IF( NOT Trxns_In_Open_Period(l_dist_source_book,argument1))
220: THEN
221: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');
222: errbuf := fnd_message.get;
223: retcode := 0 ;
224: RETURN ;
225:

Line 222: errbuf := fnd_message.get;

218:
219: IF( NOT Trxns_In_Open_Period(l_dist_source_book,argument1))
220: THEN
221: fnd_message.set_name ('IGI','IGI_IMP_IAC_TRXNS_IN_OPEN_PERD');
222: errbuf := fnd_message.get;
223: retcode := 0 ;
224: RETURN ;
225:
226: ELSE

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

245:
246: EXCEPTION
247: WHEN OTHERS THEN
248: retcode := 2;
249: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
250: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_imp_iac_rep');
251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');
252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
253: p_full_path => l_path_name,

Line 250: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_imp_iac_rep');

246: EXCEPTION
247: WHEN OTHERS THEN
248: retcode := 2;
249: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
250: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_imp_iac_rep');
251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');
252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
253: p_full_path => l_path_name,
254: p_remove_from_stack => FALSE);

Line 251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');

247: WHEN OTHERS THEN
248: retcode := 2;
249: FND_MESSAGE.SET_NAME('IGI', 'IGI_IAC_EXCEPTION');
250: FND_MESSAGE.SET_TOKEN('PACKAGE','igirx_c_imp_iac_rep');
251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');
252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
253: p_full_path => l_path_name,
254: p_remove_from_stack => FALSE);
255: errbuf := FND_MESSAGE.GET;

Line 255: errbuf := FND_MESSAGE.GET;

251: FND_MESSAGE.SET_TOKEN('ERROR_MESSAGE','Reconciliation Implementation outer wrapper did not complete successfully');
252: igi_iac_debug_pkg.debug_other_msg(p_level => g_error_level,
253: p_full_path => l_path_name,
254: p_remove_from_stack => FALSE);
255: errbuf := FND_MESSAGE.GET;
256: fnd_file.put_line(fnd_file.log, errbuf);
257: END imp;
258:
259: END igirx_c_imp_iac_rep;