DBA Data[Home] [Help]

APPS.FUN_BAL_UTILS_GRP dependencies on STANDARD

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

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

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

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

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

496: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
497: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_utils_grp.get_intercompany_account.begin', 'begin');
498: END IF;
499:
500: -- Standard call to check for call compatibility.
501: IF NOT FND_API.Compatible_API_Call ( l_api_version,
502: p_api_version,
503: l_api_name,
504: g_package_name )

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

1020: l_check_ccid := 0;
1021: END IF;
1022: END IF;
1023:
1024: -- Standard call to get message count and if count is 1, get message info.
1025: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1026: p_data => x_msg_data);
1027:
1028: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN

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

1233: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN
1234: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, 'fun.plsql.fun_bal_utils_grp.Get_Intracompany_Account.begin', 'begin');
1235: END IF;
1236:
1237: -- Standard call to check for call compatibility.
1238: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1239: p_api_version,
1240: l_api_name,
1241: g_package_name )

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

1488: ELSE
1489: l_check_ccid := 0;
1490: END IF;
1491:
1492: -- Standard call to get message count and if count is 1, get message info.
1493: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1494: p_data => x_msg_data);
1495:
1496: IF (FND_LOG.LEVEL_PROCEDURE >= g_debug_level) THEN