DBA Data[Home] [Help]

APPS.HRI_OPL_PERIOD_OF_WORK dependencies on FND_INSTALLATION

Line 363: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_hri_schema)) THEN

359: --
360: --
361: -- Truncate the table hri_cs_pow_band_ct
362: --
363: IF (fnd_installation.get_app_info('HRI',l_dummy1, l_dummy2, l_hri_schema)) THEN
364: --
365: EXECUTE IMMEDIATE 'TRUNCATE TABLE ' || l_hri_schema || '.HRI_CS_POW_BAND_CT';
366: --
367: END IF;