DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_VUHK dependencies on STANDARD

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

28: l_api_version_number CONSTANT NUMBER := 2.0;
29:
30: BEGIN
31:
32: -- Standard call to check for call compatibility.
33: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
34: p_api_version_number,
35: l_api_name,
36: G_PKG_NAME)

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

144: l_prm_assignment_type varchar2(80);
145:
146: BEGIN
147:
148: -- Standard call to check for call compatibility.
149: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
150: p_api_version_number,
151: l_api_name,
152: G_PKG_NAME)

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

235: x_msg_count => x_msg_count,
236: x_msg_data => x_msg_data);
237:
238:
239: -- Standard call to get message count and if count is 1, get message info.
240: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
241: p_count => x_msg_count,
242: p_data => x_msg_data);
243:

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

310:
311: -- Added this code for bugfix : 1975105
312: x_return_status := FND_API.G_RET_STS_SUCCESS ;
313:
314: -- Standard call to get message count and if count is 1, get message info.
315: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
316: p_count => x_msg_count,
317: p_data => x_msg_data);
318: EXCEPTION