DBA Data[Home] [Help]

APPS.AHL_UMP_UTIL_GRP dependencies on STANDARD

Line 27: -- Standard start of API savepoint

23:
24:
25: BEGIN
26:
27: -- Standard start of API savepoint
28: SAVEPOINT Populate_appl_MRs_grp;
29:
30: -- Standard call to check for call compatibility
31: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 30: -- Standard call to check for call compatibility

26:
27: -- Standard start of API savepoint
28: SAVEPOINT Populate_appl_MRs_grp;
29:
30: -- Standard call to check for call compatibility
31: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
32: G_PKG_NAME) THEN
33: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
34: END IF;

Line 57: -- Standard call to get message count and if count is 1, get message

53: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
54: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
55: END IF;
56:
57: -- Standard call to get message count and if count is 1, get message
58: FND_MSG_PUB.Count_And_Get
59: ( p_count => x_msg_count,
60: p_data => x_msg_data,
61: p_encoded => fnd_api.g_false);