DBA Data[Home] [Help]

APPS.ASO_SALES_TEAM_INT dependencies on STANDARD

Line 30: -- Standard Start of API savepoint

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

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

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

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

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