DBA Data[Home] [Help]

APPS.FUN_BAL_PKG dependencies on STANDARD

Line 3808: -- Standard call to check for call compatibility.

3804: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
3805: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_pkg.journal_balancing.begin', 'begin');
3806: END IF;
3807:
3808: -- Standard call to check for call compatibility.
3809: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3810: p_api_version,
3811: l_api_name,
3812: G_PKG_NAME )

Line 3877: -- Standard call to get message count and if count is 1, get message info.

3873: END IF;
3874: --End Bug: 16266089.
3875:
3876: -- End of API body.
3877: -- Standard call to get message count and if count is 1, get message info.
3878: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
3879: p_data => x_msg_data);
3880:
3881: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN