DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on FND_INSTALLATION

Line 93: l_return := fnd_installation.get(appl_id => 800,

89: end if;
90: --
91: -- Find if full hr installation or shared hr installation
92: --
93: l_return := fnd_installation.get(appl_id => 800,
94: dep_appl_id => 800,
95: status => l_status,
96: industry => l_industry);
97: --