DBA Data[Home] [Help]

APPS.FII_GL_TOP_SPENDERS_PKG dependencies on FND_INSTALLATION

Line 32: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry,

28: -- Find the schema owner of FII
29: ----------------------------------------------------------
30:
31: g_phase := 'Find FII schema';
32: IF(FND_INSTALLATION.GET_APP_INFO('FII', l_status, l_industry,
33: g_fii_schema))THEN
34: NULL;
35: END IF;
36: