DBA Data[Home] [Help]

APPS.HRBISORGPARAMS dependencies on FND_INSTALLATION

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

536: -- Empty Org Hierarchy tables before re-creating data in them.
537: --
538: -- Bug 3658446 used truncate in place of delete
539: --
540: IF fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_schema) THEN
541: --
542: -- delete from hri_org_param_list;
543: l_sql_stmt := 'TRUNCATE TABLE ' || l_schema || '.HRI_ORG_PARAM_LIST';
544: EXECUTE IMMEDIATE(l_sql_stmt);