DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_ENRL_ACTN dependencies on FND_INSTALLATION

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

211:
212:
213:
214: --
215: IF (fnd_installation.get_app_info ('HRI', l_dummy1, l_dummy2, l_schema)) THEN
216: --
217: -- output ('Schema Found: ' || l_schema);
218: -- l_schema := 'BEN';
219:

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

943: set_parameters (p_mthd_action_id);
944: OUTPUT('Full Refresh Flag : ' || g_full_refresh);
945: OUTPUT('Open Enr Only Flag : ' || g_collect_oe_only);
946: --
947: IF (fnd_installation.get_app_info ('HRI',l_dummy1,l_dummy2,l_schema)) THEN
948: --
949: IF (g_full_refresh = 'Y') THEN
950: --
951: -- output ('Full Refresh selected - Creating indexes');