DBA Data[Home] [Help]

APPS.JTF_TTY_CAL_METRICS_PVT dependencies on FND_INSTALLATION

Line 296: IF(FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_jtf_schema)) THEN

292:
293: print_log('Parameters : Metric Code - ' || p_metric_code );
294: print_log('Start of ' || l_proc_name);
295:
296: IF(FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_jtf_schema)) THEN
297: NULL;
298: END IF;
299:
300: IF (l_jtf_schema IS NULL) THEN