DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS dependencies on FND_INSTALLATION

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

254: -- ---------------------------------------------------------------------------
255: -- Full Refresh Section
256: -- ---------------------------------------------------------------------------
257: --
258: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
259: --
260: -- If it's a full refresh
261: --
262: IF (g_full_refresh = 'Y') THEN

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

389: -- Collect stats for full refresh
390: --
391: IF (g_full_refresh = 'Y') THEN
392: --
393: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
394: --
395: -- Create indexes
396: --
397: dbg('Full Refresh selected - Creating indexes');