DBA Data[Home] [Help]

APPS.PV_PRICE_PVT dependencies on STANDARD

Line 173: -- Standard Start of API savepoint

169: BEGIN
170:
171:
172: ---------------Initialize --------------------
173: -- Standard Start of API savepoint
174: SAVEPOINT PRICE_REQUEST;
175:
176: -- Initialize message list if p_init_msg_list is set to TRUE.
177: IF FND_API.to_Boolean( p_init_msg_list )

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

178: THEN
179: FND_MSG_PUB.initialize;
180: END IF;
181:
182: -- Standard call to check for call compatibility.
183: IF NOT FND_API.Compatible_API_Call (
184: l_api_version_number
185: ,p_api_version_number
186: ,l_api_name

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

635:
636: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
637: ROLLBACK TO PRICE_REQUEST;
638: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
639: -- Standard call to get message count and if count=1, get the message
640: FND_MSG_PUB.Count_And_Get (
641: p_encoded => FND_API.G_FALSE
642: ,p_count => x_msg_count
643: ,p_data => x_msg_data