DBA Data[Home] [Help]

APPS.PV_ENTY_ATTR_VALIDATIONS_PUB dependencies on STANDARD

Line 65: -- Standard Start of API savepoint

61: l_count NUMBER :=0;
62:
63:
64: BEGIN
65: -- Standard Start of API savepoint
66: SAVEPOINT Update_Attr_Validations_PUB;
67:
68: -- Standard call to check for call compatibility.
69: IF NOT FND_API.Compatible_API_Call (

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

64: BEGIN
65: -- Standard Start of API savepoint
66: SAVEPOINT Update_Attr_Validations_PUB;
67:
68: -- Standard call to check for call compatibility.
69: IF NOT FND_API.Compatible_API_Call (
70: l_api_version_number
71: ,p_api_version_number
72: ,l_api_name

Line 204: -- Standard check for p_commit

200: --
201: -- End of API body.
202: --
203:
204: -- Standard check for p_commit
205: IF FND_API.to_Boolean( p_commit )
206: THEN
207: COMMIT WORK;
208: END IF;

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

211: IF (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)) THEN
212: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - end');
213: END IF;
214:
215: -- Standard call to get message count and if count is 1, get message info.
216: FND_MSG_PUB.Count_And_Get (
217: p_count => x_msg_count
218: ,p_data => x_msg_data
219: );

Line 229: -- Standard call to get message count and if count=1, get the message

225: */
226: WHEN FND_API.G_EXC_ERROR THEN
227: ROLLBACK TO Update_Attr_Validations_PUB;
228: x_return_status := FND_API.G_RET_STS_ERROR;
229: -- Standard call to get message count and if count=1, get the message
230: FND_MSG_PUB.Count_And_Get (
231: p_encoded => FND_API.G_FALSE
232: ,p_count => x_msg_count
233: ,p_data => x_msg_data

Line 239: -- Standard call to get message count and if count=1, get the message

235:
236: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
237: ROLLBACK TO Update_Attr_Validations_PUB;
238: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
239: -- Standard call to get message count and if count=1, get the message
240: FND_MSG_PUB.Count_And_Get (
241: p_encoded => FND_API.G_FALSE
242: ,p_count => x_msg_count
243: ,p_data => x_msg_data

Line 253: -- Standard call to get message count and if count=1, get the message

249: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
250: THEN
251: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
252: END IF;
253: -- Standard call to get message count and if count=1, get the message
254: FND_MSG_PUB.Count_And_Get (
255: p_encoded => FND_API.G_FALSE
256: ,p_count => x_msg_count
257: ,p_data => x_msg_data