DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_ORGMGR dependencies on FND_INSTALLATION

Line 213: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN

209: -- ---------------------------------------------------------------------------
210: -- Full Refresh Section
211: -- ---------------------------------------------------------------------------
212: --
213: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
214: --
215: -- If it's a full refresh
216: --
217: IF (g_full_refresh = 'Y') THEN

Line 259: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN

255: -- Collect stats for full refresh
256: --
257: IF (g_full_refresh = 'Y') THEN
258: --
259: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
260: --
261: -- Create indexes
262: --
263: dbg('Full Refresh selected - Creating indexes');