DBA Data[Home] [Help]

APPS.ICX_CAT_UTIL_PVT dependencies on FND_INSTALLATION

Line 46: FND_INSTALLATION.GET_APP_INFO('ICX', l_status,

42: l_err_loc PLS_INTEGER;
43: BEGIN
44: l_err_loc := 100;
45: IF (g_icx_schema_name IS NOT NULL OR
46: FND_INSTALLATION.GET_APP_INFO('ICX', l_status,
47: l_industry, g_icx_schema_name))
48: THEN
49: l_err_loc := 200;
50: l_icx_schema_name := g_icx_schema_name;