DBA Data[Home] [Help]

APPS.FII_AR_FACTS_AGING_PKG dependencies on FND_INSTALLATION

Line 420: IF (FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_fii_schema)) THEN

416:
417: g_state := 'Initializing the global variables';
418:
419: -- Find the schema owner
420: IF (FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_fii_schema)) THEN
421: NULL;
422: if g_debug_flag = 'Y' then
423: FII_UTIL.put_line('g_fii_schema is '||g_fii_schema);
424: end if;