DBA Data[Home] [Help]

APPS.HRI_OPL_JOB_JOB_ROLE dependencies on FND_INSTALLATION

Line 66: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, g_hri_schema)) THEN

62: output('Fully refreshing the Job Role table.');
63: --
64: -- Truncate the table
65: --
66: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, g_hri_schema)) THEN
67: --
68: EXECUTE IMMEDIATE 'TRUNCATE TABLE ' || g_hri_schema || '.HRI_CS_JOB_JOB_ROLE_CT';
69: --
70: END IF;