DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_VALIDATION dependencies on FND_MESSAGE

Line 348: fnd_message.set_name( 'IGI', p_mesg_code );

344: l_path := g_path||'add_exception';
345:
346: igi_iac_debug_pkg.debug_other_string(g_excep_level,l_path,'+adding exception');
347: begin
348: fnd_message.set_name( 'IGI', p_mesg_code );
349: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
350: l_mesg := fnd_message.get;
351: exception when others then
352: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

Line 350: l_mesg := fnd_message.get;

346: igi_iac_debug_pkg.debug_other_string(g_excep_level,l_path,'+adding exception');
347: begin
348: fnd_message.set_name( 'IGI', p_mesg_code );
349: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
350: l_mesg := fnd_message.get;
351: exception when others then
352: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
353: l_mesg := p_mesg_code;
354: end;

Line 375: fnd_message.set_name( 'IGI', p_mesg_code );

371: l_path := g_path||'add_exception';
372:
373: igi_iac_debug_pkg.debug_other_string(g_excep_level,l_path,'+adding exception');
374: begin
375: fnd_message.set_name( 'IGI', p_mesg_code );
376: fnd_message.set_token('REVALUATION_ID',p_token);
377: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
378: l_mesg := fnd_message.get;
379: exception when others then

Line 376: fnd_message.set_token('REVALUATION_ID',p_token);

372:
373: igi_iac_debug_pkg.debug_other_string(g_excep_level,l_path,'+adding exception');
374: begin
375: fnd_message.set_name( 'IGI', p_mesg_code );
376: fnd_message.set_token('REVALUATION_ID',p_token);
377: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
378: l_mesg := fnd_message.get;
379: exception when others then
380: igi_iac_debug_pkg.debug_unexpected_msg(l_path);

Line 378: l_mesg := fnd_message.get;

374: begin
375: fnd_message.set_name( 'IGI', p_mesg_code );
376: fnd_message.set_token('REVALUATION_ID',p_token);
377: igi_iac_debug_pkg.debug_other_msg(g_error_level,l_path,FALSE);
378: l_mesg := fnd_message.get;
379: exception when others then
380: igi_iac_debug_pkg.debug_unexpected_msg(l_path);
381: l_mesg := p_mesg_code;
382: end;