DBA Data[Home] [Help]

APPS.FII_AP_INV_SUM_INIT dependencies on FND_INSTALLATION

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

108: -- --------------------------------------------------------
109: -- Find the schema owner
110: -- --------------------------------------------------------
111:
112: IF (FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry, g_fii_schema)) THEN
113: NULL;
114: if g_debug_flag = 'Y' then
115: FII_UTIL.put_line('g_fii_schema is '||g_fii_schema);
116: end if;