DBA Data[Home] [Help]

APPS.FII_AP_INV_SUM_INC dependencies on FND_INSTALLATION

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

277: -- --------------------------------------------------------
278: -- Find the schema owner
279: -- --------------------------------------------------------
280:
281: IF (FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_fii_schema)) THEN
282: NULL;
283: if g_debug_flag = 'Y' then
284: FII_UTIL.put_line('g_fii_schema is '||g_fii_schema);
285: end if;