DBA Data[Home] [Help]

APPS.HRI_OPL_ACTLS dependencies on FND_INSTALLATION

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

283: -- ---------------------------------------------------------------------------
284: -- Full Refresh Section
285: -- ---------------------------------------------------------------------------
286: --
287: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
288: --
289: -- If it's a full refresh
290: --
291: IF (g_full_refresh = 'Y') THEN

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

418: -- Collect stats for full refresh
419: --
420: IF (g_full_refresh = 'Y') THEN
421: --
422: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
423: --
424: -- Create indexes
425: --
426: dbg('Full Refresh selected - Creating indexes');