DBA Data[Home] [Help]

APPS.PV_EXT_ENTY_ATTR_VALUE_PVT dependencies on STANDARD

Line 74: -- Standard Start of API savepoint

70: ;
71:
72:
73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT Update_Customer_Anual_Revenue;
76:
77: -- Standard call to check for call compatibility.
78: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

73: BEGIN
74: -- Standard Start of API savepoint
75: SAVEPOINT Update_Customer_Anual_Revenue;
76:
77: -- Standard call to check for call compatibility.
78: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
79: p_api_version_number,
80: l_api_name,
81: G_PKG_NAME)

Line 156: -- Standard check for p_commit

152: --
153: -- End of API body
154: --
155:
156: -- Standard check for p_commit
157: IF FND_API.to_Boolean( p_commit )
158: THEN
159: COMMIT WORK;
160: END IF;

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

164: IF (FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)) THEN
165: PVX_Utility_PVT.debug_message('Private API: '||l_full_name||' - end');
166: END IF;
167:
168: -- Standard call to get message count and if count is 1, get message info.
169: FND_MSG_PUB.Count_And_Get (
170: p_count => x_msg_count
171: ,p_data => x_msg_data
172: );

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

179: */
180: WHEN FND_API.G_EXC_ERROR THEN
181: ROLLBACK TO Update_Customer_Anual_Revenue;
182: x_return_status := FND_API.G_RET_STS_ERROR;
183: -- Standard call to get message count and if count=1, get the message
184: FND_MSG_PUB.Count_And_Get (
185: p_encoded => FND_API.G_FALSE
186: ,p_count => x_msg_count
187: ,p_data => x_msg_data

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

189:
190: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
191: ROLLBACK TO Update_Customer_Anual_Revenue;
192: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
193: -- Standard call to get message count and if count=1, get the message
194: FND_MSG_PUB.Count_And_Get (
195: p_encoded => FND_API.G_FALSE
196: ,p_count => x_msg_count
197: ,p_data => x_msg_data

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

203: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
204: THEN
205: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
206: END IF;
207: -- Standard call to get message count and if count=1, get the message
208: FND_MSG_PUB.Count_And_Get (
209: p_encoded => FND_API.G_FALSE
210: ,p_count => x_msg_count
211: ,p_data => x_msg_data