DBA Data[Home] [Help]

APPS.HRI_TIME_C dependencies on FND_INSTALLATION

Line 324: IF(FND_INSTALLATION.GET_APP_INFO('HRI', l_status, l_industry,

320: -- Initialize the global variables
321: -- ----------------------
322:
323:
324: IF(FND_INSTALLATION.GET_APP_INFO('HRI', l_status, l_industry,
325: g_schema)) THEN
326: NULL;
327: END IF;
328:

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

3262: into l_max_cal_name
3263: from HRI_time_cal_name;
3264:
3265: if g_schema is null then
3266: IF(FND_INSTALLATION.GET_APP_INFO('HRI', l_status, l_industry, g_schema)) THEN
3267: NULL;
3268: END IF;
3269: end if;
3270: