DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on FND_INSTALLATION

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

788: --local variable
789: l_proc constant varchar2(100) := g_package || ' check_ota_installed';
790: begin
791: hr_utility.set_location('Entering: '|| l_proc,5);
792: l_flag := fnd_installation.get(appl_id => appl_id,
793: dep_appl_id => appl_id,
794: status => l_status,
795: industry => l_industry );
796: