[Home] [Help]
320: -- Initialize the global variables
321: -- ----------------------
322:
323:
324: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry,
325: g_schema)) THEN
326: NULL;
327: END IF;
328:
3261: into l_max_cal_name
3262: from fii_time_cal_name;
3263:
3264: if g_schema is null then
3265: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_schema)) THEN
3266: NULL;
3267: END IF;
3268: end if;
3269: