DBA Data[Home] [Help]

APPS.FUN_BAL_UTILS_GRP dependencies on STANDARD

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

96: 'fun.plsql.fun_bal_utils_grp.get_inter_intra_account.begin',
97: 'begin');
98: END IF;
99:
100: -- Standard call to check for call compatibility.
101: IF NOT FND_API.Compatible_API_Call ( l_api_version,
102: p_api_version,
103: l_api_name,
104: g_package_name )

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

223: x_reciprocal_ccid => x_reciprocal_ccid);
224:
225: END IF;
226:
227: -- Standard call to get message count and if count is 1, get message info.
228: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
229: p_data => x_msg_data);
230:
231: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN

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

417: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
418: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_utils_grp.get_intercompany_account.begin', 'begin');
419: END IF;
420:
421: -- Standard call to check for call compatibility.
422: IF NOT FND_API.Compatible_API_Call ( l_api_version,
423: p_api_version,
424: l_api_name,
425: g_package_name )

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

708: FND_MSG_PUB.Add;
709: x_status := FND_API.G_RET_STS_ERROR;
710: END IF;
711:
712: -- Standard call to get message count and if count is 1, get message info.
713: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
714: p_data => x_msg_data);
715:
716: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN

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

917: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
918: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_utils_grp.Get_Intracompany_Account.begin', 'begin');
919: END IF;
920:
921: -- Standard call to check for call compatibility.
922: IF NOT FND_API.Compatible_API_Call ( l_api_version,
923: p_api_version,
924: l_api_name,
925: g_package_name )

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

1095: FND_MSG_PUB.Add;
1096: x_status := FND_API.G_RET_STS_ERROR;
1097: END IF;
1098:
1099: -- Standard call to get message count and if count is 1, get message info.
1100: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1101: p_data => x_msg_data);
1102:
1103: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN