DBA Data[Home] [Help]

APPS.GHR_TSP_PLAN_DESIGN dependencies on FND_MESSAGE

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

163: CLOSE check_pgm_exists;
164: End If;
165: hr_utility.set_location('Leaving :'|| g_package||l_proc, 60);
166: hr_utility.trace('Error ' ||sqlerrm(sqlcode));
167: l_err_msg := substr(p_target_business_group_id||':'||nvl(fnd_message.get,sqlerrm),1,1999) ;
168: rollback to create_tsp_plan_design;
169: ghr_wgi_pkg.create_ghr_errorlog
170: (p_program_name => l_proc,
171: p_log_text => l_err_msg,