DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on FND_INSTALLATION

Line 784: l_flag := fnd_installation.get(appl_id => appl_id,

780: --local variable
781: l_proc constant varchar2(100) := g_package || ' check_ota_installed';
782: begin
783: hr_utility.set_location('Entering: '|| l_proc,5);
784: l_flag := fnd_installation.get(appl_id => appl_id,
785: dep_appl_id => appl_id,
786: status => l_status,
787: industry => l_industry );
788: