DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ELIG_ENRL dependencies on FND_INSTALLATION

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

176: OUTPUT('Full Refresh Flag : ' || g_full_refresh);
177: OUTPUT('Open Enr Only Flag : ' || g_collect_oe_only);
178: --
179: -- Disable WHO triggers on Events table
180: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
181: --
182: -- ---------------------------------------------------------------------------
183: -- Full Refresh Section
184: -- ---------------------------------------------------------------------------

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

1534: OUTPUT('Open Enr Only Flag : ' || g_collect_oe_only);
1535: --
1536: -- Recreate indexes and gather stats for full refresh or shared HR insert
1537: --
1538: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema)) THEN
1539:
1540: IF (g_full_refresh = 'Y') THEN
1541: --
1542: OUTPUT('Full Refresh selected - Creating indexes');