DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS_ORGMGR dependencies on FND_INSTALLATION

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

338: -- ---------------------------------------------------------------------------
339: -- Full Refresh Section
340: -- ---------------------------------------------------------------------------
341: --
342: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
343: --
344: -- If it's a full refresh
345: --
346: IF (g_full_refresh = 'Y') THEN

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

466: -- Collect stats for full refresh
467: --
468: IF (g_full_refresh = 'Y') THEN
469: --
470: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
471: --
472: -- Create indexes
473: --
474: dbg('Full Refresh selected - Creating indexes');