DBA Data[Home] [Help]

APPS.GHR_FEHB_PLAN_DESIGN dependencies on FND_MESSAGE

Line 659: l_err_msg := substr(p_target_business_group_id||':'||nvl(fnd_message.get,sqlerrm),1,1999) ;

655: CLOSE check_pgm_exists;
656: End If;
657: hr_utility.set_location('Leaving :'|| g_package||l_proc, 60);
658: hr_utility.trace('Error ' ||sqlerrm(sqlcode));
659: l_err_msg := substr(p_target_business_group_id||':'||nvl(fnd_message.get,sqlerrm),1,1999) ;
660: rollback to create_plan_design;
661: ghr_wgi_pkg.create_ghr_errorlog
662: (p_program_name => l_proc,
663: p_log_text => l_err_msg,