DBA Data[Home] [Help]

APPS.FII_AR_REVENUE_B_C dependencies on FND_INSTALLATION

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

285: -- Find the schema owner and tablespace
286: -- FII_AR_REVENUE_B is using
287: -- --------------------------------------------------------
288: g_section := 'Section 30';
289: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_fii_schema))
290: THEN NULL;
291: END IF;
292:
293: g_section := 'Section 40';

Line 2072: IF(FND_INSTALLATION.GET_APP_INFO('AR', k_status, k_industry, k_ar_schema))

2068: -- This table has been introduced in financals 115.9,
2069: -- but DBI6.1 can only assume dependency on financals 115.8
2070: --
2071:
2072: IF(FND_INSTALLATION.GET_APP_INFO('AR', k_status, k_industry, k_ar_schema))
2073: THEN NULL;
2074: END IF;
2075:
2076: -- Bug 4942753: Changed to select from dba_tables instead of all_tables