DBA Data[Home] [Help]

APPS.PV_LEADLOG_PVT dependencies on STANDARD

Line 192: -- Standard Start of API savepoint

188:
189:
190: BEGIN
191:
192: -- Standard Start of API savepoint
193: SAVEPOINT CREATE_AssignLog_PVT;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

191:
192: -- Standard Start of API savepoint
193: SAVEPOINT CREATE_AssignLog_PVT;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
197: p_api_version_number,
198: l_api_name,
199: G_PKG_NAME)

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

315: fnd_message.Set_Name('PV', 'Pvt Acc API: End');
316: fnd_msg_pub.Add;
317: END IF;
318:
319: -- Standard call to get message count and if count is 1, get message info.
320: fnd_msg_pub.Count_And_Get ( p_count => x_msg_count,
321: p_data => x_msg_data
322: );
323: