DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS dependencies on FND_INSTALLATION

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

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

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

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