DBA Data[Home] [Help]

APPS.HRI_OPL_POSH dependencies on FND_INSTALLATION

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

441: /* Time at start */
442: output('PL/SQL Start: ' || to_char(sysdate,'HH24:MI:SS'));
443:
444: /* Get HRI schema name - get_app_info populates l_schema */
445: IF fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema) THEN
446:
447: /* Empty out position hierarchy table */
448: l_sql_stmt := 'TRUNCATE TABLE ' || l_schema || '.HRI_CS_POSH';
449: EXECUTE IMMEDIATE(l_sql_stmt);