DBA Data[Home] [Help]

APPS.AS_SALES_MEMBER_PUB dependencies on STANDARD

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

59: l_module CONSTANT VARCHAR2(255) := 'as.plsql.smbp.Convert_Partner_to_ID';
60:
61: Begin
62:
63: -- Standard call to check for call compatibility.
64: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
65: p_api_version_number,
66: l_api_name,
67: G_PKG_NAME)

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

101:
102: x_return_status := FND_API.G_RET_STS_SUCCESS;
103:
104:
105: -- Standard call to get message count and if count is 1, get message info.
106: FND_MSG_PUB.Count_And_Get
107: ( p_count => x_msg_count,
108: p_data => x_msg_data );
109:

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

203: l_module CONSTANT VARCHAR2(255) := 'as.plsql.smbp.Convert_SFID_to_Values';
204:
205: BEGIN
206:
207: -- Standard call to check for call compatibility.
208: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
209: p_api_version_number,
210: l_api_name,
211: G_PKG_NAME)

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

329: --FND_MESSAGE.Set_Name('AS_SALES_MEMBER_PUB.Convert_SFID_to_Values End');
330: --FND_MSG_PUB.Add;
331: END IF;
332:
333: -- Standard call to get message count and if count is 1, get message info.
334: FND_MSG_PUB.Count_And_Get
335: ( p_count => x_msg_count,
336: p_data => x_msg_data
337: );