DBA Data[Home] [Help]

APPS.AMS_SCRIPTING_PUB dependencies on STANDARD

Line 59: -- Standard Start of API savepoint

55: orgContactRec hz_party_contact_v2pub.org_contact_rec_type;
56: webRec hz_contact_point_v2pub.web_rec_type;
57:
58: BEGIN
59: -- Standard Start of API savepoint
60: SAVEPOINT Create_Customer_Pub;
61:
62: -- Standard call to check for call compatibility.
63: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

58: BEGIN
59: -- Standard Start of API savepoint
60: SAVEPOINT Create_Customer_Pub;
61:
62: -- Standard call to check for call compatibility.
63: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
64: p_api_version_number,
65: l_api_name,
66: G_PKG_NAME)

Line 173: -- Standard check for p_commit

169: --
170: -- End of API body
171: --
172:
173: -- Standard check for p_commit
174: IF FND_API.to_Boolean( p_commit )
175: THEN
176: COMMIT WORK;
177: END IF;

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

180: -- Debug Message
181: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'end');
182:
183:
184: -- Standard call to get message count and if count is 1, get message info.
185: FND_MSG_PUB.Count_And_Get
186: (p_count => x_msg_count,
187: p_data => x_msg_data
188: );

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

194:
195: WHEN FND_API.G_EXC_ERROR THEN
196: ROLLBACK TO Create_Customer_Pub;
197: x_return_status := FND_API.G_RET_STS_ERROR;
198: -- Standard call to get message count and if count=1, get the message
199: FND_MSG_PUB.Count_And_Get (
200: p_encoded => FND_API.G_FALSE,
201: p_count => x_msg_count,
202: p_data => x_msg_data

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

204:
205: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
206: ROLLBACK TO Create_Customer_Pub;
207: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
208: -- Standard call to get message count and if count=1, get the message
209: FND_MSG_PUB.Count_And_Get (
210: p_encoded => FND_API.G_FALSE,
211: p_count => x_msg_count,
212: p_data => x_msg_data

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

218: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
219: THEN
220: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
221: END IF;
222: -- Standard call to get message count and if count=1, get the message
223: FND_MSG_PUB.Count_And_Get (
224: p_encoded => FND_API.G_FALSE,
225: p_count => x_msg_count,
226: p_data => x_msg_data

Line 262: -- Standard Start of API savepoint

258: l_partyRec hz_party_v2pub.party_rec_type;
259:
260:
261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT Create_Customer_Pub;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT Create_Customer_Pub;
264:
265: -- Standard call to check for call compatibility.
266: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
267: p_api_version_number,
268: l_api_name,
269: G_PKG_NAME)

Line 351: -- Standard check for p_commit

347: --
348: -- End of API body
349: --
350:
351: -- Standard check for p_commit
352: IF FND_API.to_Boolean( p_commit )
353: THEN
354: COMMIT WORK;
355: END IF;

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

358: -- Debug Message
359: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'end');
360:
361:
362: -- Standard call to get message count and if count is 1, get message info.
363: FND_MSG_PUB.Count_And_Get
364: (p_count => x_msg_count,
365: p_data => x_msg_data
366: );

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

373:
374: WHEN FND_API.G_EXC_ERROR THEN
375: ROLLBACK TO Create_Customer_Pub;
376: x_return_status := FND_API.G_RET_STS_ERROR;
377: -- Standard call to get message count and if count=1, get the message
378: FND_MSG_PUB.Count_And_Get (
379: p_encoded => FND_API.G_FALSE,
380: p_count => x_msg_count,
381: p_data => x_msg_data

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

383:
384: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
385: ROLLBACK TO Create_Customer_Pub;
386: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
387: -- Standard call to get message count and if count=1, get the message
388: FND_MSG_PUB.Count_And_Get (
389: p_encoded => FND_API.G_FALSE,
390: p_count => x_msg_count,
391: p_data => x_msg_data

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

397: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
398: THEN
399: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
400: END IF;
401: -- Standard call to get message count and if count=1, get the message
402: FND_MSG_PUB.Count_And_Get (
403: p_encoded => FND_API.G_FALSE,
404: p_count => x_msg_count,
405: p_data => x_msg_data