DBA Data[Home] [Help]

APPS.FUN_BAL_PKG dependencies on STANDARD

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

2824: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
2825: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_pkg.journal_balancing.begin', 'begin');
2826: END IF;
2827:
2828: -- Standard call to check for call compatibility.
2829: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2830: p_api_version,
2831: l_api_name,
2832: G_PKG_NAME )

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

2852:
2853: x_return_status := do_finalize;
2854:
2855: -- End of API body.
2856: -- Standard call to get message count and if count is 1, get message info.
2857: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
2858: p_data => x_msg_data);
2859:
2860: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN