DBA Data[Home] [Help]

APPS.ASO_PROJ_COMM_INT dependencies on STANDARD

Line 32: -- Standard Start of API savepoint

28: BEGIN
29:
30: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
31:
32: -- Standard Start of API savepoint
33: SAVEPOINT CALCULATE_PROJ_COMMISSION_INT;
34:
35: -- Standard call to check for call compatibility.
36: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

31:
32: -- Standard Start of API savepoint
33: SAVEPOINT CALCULATE_PROJ_COMMISSION_INT;
34:
35: -- Standard call to check for call compatibility.
36: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
37: 1.0,
38: l_api_name,
39: G_PKG_NAME)

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

77: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
78: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
79: END IF;
80:
81: -- Standard call to get message count and if count is 1, get message info.
82: FND_MSG_PUB.Count_And_Get
83: ( p_count => x_msg_count,
84: p_data => x_msg_data
85: );