DBA Data[Home] [Help]

APPS.HRI_OPL_BDGTS_LBRCST_ORGMGR dependencies on FND_INSTALLATION

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

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

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

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