DBA Data[Home] [Help]

APPS.HRI_OPL_BDGTS_HDCNT_ORGMGR dependencies on FND_INSTALLATION

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

190: -- ---------------------------------------------------------------------------
191: -- Full Refresh Section
192: -- ---------------------------------------------------------------------------
193: --
194: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
195: --
196: -- If it's a full refresh
197: --
198: IF (g_full_refresh = 'Y') THEN

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

236: -- Collect stats for full refresh
237: --
238: IF (g_full_refresh = 'Y') THEN
239: --
240: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
241: --
242: -- Create indexes
243: --
244: dbg('Full Refresh selected - Creating indexes');