DBA Data[Home] [Help]

APPS.FUN_BAL_PKG dependencies on FND_INSTALLATION

Line 570: l_boolean := FND_INSTALLATION.GET_APP_INFO('FUN', l_status, l_industry, g_fun_schema);

566: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
567: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_pkg.do_init.begin', 'begin');
568: END IF;
569: -- Retrieve the actual FUN schema name from the current installation
570: l_boolean := FND_INSTALLATION.GET_APP_INFO('FUN', l_status, l_industry, g_fun_schema);
571: IF g_debug = FND_API.G_TRUE THEN
572: -- Delete data stored in temporary tables
573: truncate_tables;
574: END IF;