DBA Data[Home] [Help]

APPS.HRI_OPL_ORGH dependencies on FND_INSTALLATION

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

448: /* Time at start */
449: output('PL/SQL Start: ' || to_char(sysdate,'HH24:MI:SS'));
450:
451: /* Get HRI schema name - get_app_info populates l_schema */
452: IF fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema) THEN
453:
454: /* Empty out organization hierarchy tables */
455: l_sql_stmt := 'TRUNCATE TABLE ' || l_schema || '.HRI_ORG_HRCHY_SUMMARY';
456: EXECUTE IMMEDIATE(l_sql_stmt);