DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_ORGMGR dependencies on FND_INSTALLATION

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

391: -- ---------------------------------------------------------------------------
392: -- Full Refresh Section
393: -- ---------------------------------------------------------------------------
394: --
395: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
396: --
397: -- If it's a full refresh
398: --
399: IF (g_full_refresh = 'Y') THEN

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

521: -- Collect stats for full refresh
522: --
523: IF (g_full_refresh = 'Y') THEN
524: --
525: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
526: --
527: -- Create indexes
528: --
529: dbg('Full Refresh selected - Creating indexes');