DBA Data[Home] [Help]

APPS.FUN_BAL_PKG dependencies on FND_INSTALLATION

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

514: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
515: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_pkg.do_init.begin', 'begin');
516: END IF;
517: -- Retrieve the actual FUN schema name from the current installation
518: l_boolean := FND_INSTALLATION.GET_APP_INFO('FUN', l_status, l_industry, g_fun_schema);
519: IF g_debug = FND_API.G_TRUE THEN
520: -- Delete data stored in temporary tables
521: truncate_tables;
522: END IF;