DBA Data[Home] [Help]

APPS.HR_API dependencies on FND_INSTALLATION

Line 143: If (fnd_installation.get(appl_id => l_pa_appid,

139: Begin
140: --
141: -- We need to determine if HR is installed.
142: --
143: If (fnd_installation.get(appl_id => l_pa_appid,
144: dep_appl_id => l_pa_appid,
145: status => l_pa_installed,
146: industry => l_industry)) then
147: --