DBA Data[Home] [Help]

APPS.HRI_TIME_STRUCTURE_C dependencies on FND_INSTALLATION

Line 279: IF(FND_INSTALLATION.GET_APP_INFO('HRI', l_status, l_industry, g_schema)) THEN

275:
276: BEGIN
277:
278: if g_schema is null then
279: IF(FND_INSTALLATION.GET_APP_INFO('HRI', l_status, l_industry, g_schema)) THEN
280: NULL;
281: END IF;
282: end if;
283: