DBA Data[Home] [Help]

APPS.AMS_DELIVKITITEM_PUB dependencies on STANDARD

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

46: BEGIN
47:
48: SAVEPOINT CREATE_DelivKitItem_PUB;
49:
50: -- Standard call to check for call compatibility.
51: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
52: p_api_version_number,
53: l_api_name,
54: G_PKG_NAME)

Line 165: -- Standard check for p_commit

161: END IF;
162: END IF;
163: ------------------------------------------
164:
165: -- Standard check for p_commit
166: IF FND_API.to_Boolean( p_commit )
167: THEN
168: COMMIT WORK;
169: END IF;

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

171:
172: -- Debug Message
173: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'end');
174:
175: -- Standard call to get message count and if count is 1, get message info.
176: FND_MSG_PUB.Count_And_Get
177: (p_count => x_msg_count,
178: p_data => x_msg_data
179: );

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

189:
190: WHEN FND_API.G_EXC_ERROR THEN
191: ROLLBACK TO CREATE_DelivKitItem_PUB;
192: x_return_status := FND_API.G_RET_STS_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 203: -- Standard call to get message count and if count=1, get the message

199:
200: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
201: ROLLBACK TO CREATE_DelivKitItem_PUB;
202: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
203: -- Standard call to get message count and if count=1, get the message
204: FND_MSG_PUB.Count_And_Get (
205: p_encoded => FND_API.G_FALSE,
206: p_count => x_msg_count,
207: p_data => x_msg_data

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

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

Line 247: -- Standard Start of API savepoint

243: l_pvt_DelivKitItem_rec AMS_DelivKitItem_PVT.deliv_kit_item_rec_type := p_Deliv_Kit_Item_rec;
244:
245: BEGIN
246:
247: -- Standard Start of API savepoint
248: SAVEPOINT UPDATE_DelivKitItem_PUB;
249:
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

246:
247: -- Standard Start of API savepoint
248: SAVEPOINT UPDATE_DelivKitItem_PUB;
249:
250: -- Standard call to check for call compatibility.
251: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
252: p_api_version_number,
253: l_api_name,
254: G_PKG_NAME)

Line 325: -- Standard check for p_commit

321: END IF;
322: --
323: -- End of API body
324: --
325: -- Standard check for p_commit
326: IF FND_API.to_Boolean( p_commit )
327: THEN
328: COMMIT WORK;
329: END IF;

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

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

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 UPDATE_DelivKitItem_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 UPDATE_DelivKitItem_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

Line 435: -- Standard Start of API savepoint

431: l_return_status VARCHAR2(1);
432:
433:
434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT DELETE_DelivKitItem_PUB;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT DELETE_DelivKitItem_PUB;
437:
438: -- Standard call to check for call compatibility.
439: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
440: p_api_version_number,
441: l_api_name,
442: G_PKG_NAME)

Line 552: -- Standard check for p_commit

548: END IF;
549: -------------------------------------------------------
550:
551:
552: -- Standard check for p_commit
553: IF FND_API.to_Boolean( p_commit )
554: THEN
555: COMMIT WORK;
556: END IF;

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

558:
559: -- Debug Message
560: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'end');
561:
562: -- Standard call to get message count and if count is 1, get message info.
563: FND_MSG_PUB.Count_And_Get
564: (p_count => x_msg_count,
565: p_data => x_msg_data
566: );

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

572:
573: WHEN FND_API.G_EXC_ERROR THEN
574: ROLLBACK TO DELETE_DelivKitItem_PUB;
575: x_return_status := FND_API.G_RET_STS_ERROR;
576: -- Standard call to get message count and if count=1, get the message
577: FND_MSG_PUB.Count_And_Get (
578: p_encoded => FND_API.G_FALSE,
579: p_count => x_msg_count,
580: p_data => x_msg_data

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

582:
583: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
584: ROLLBACK TO DELETE_DelivKitItem_PUB;
585: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
586: -- Standard call to get message count and if count=1, get the message
587: FND_MSG_PUB.Count_And_Get (
588: p_encoded => FND_API.G_FALSE,
589: p_count => x_msg_count,
590: p_data => x_msg_data

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

596: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
597: THEN
598: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
599: END IF;
600: -- Standard call to get message count and if count=1, get the message
601: FND_MSG_PUB.Count_And_Get (
602: p_encoded => FND_API.G_FALSE,
603: p_count => x_msg_count,
604: p_data => x_msg_data

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

721:
722: -- Debug Message
723: AMS_UTILITY_PVT.debug_message('Public API: ' || l_api_name || 'end');
724:
725: -- Standard call to get message count and if count is 1, get message info.
726: FND_MSG_PUB.Count_And_Get
727: (p_count => x_msg_count,
728: p_data => x_msg_data
729: );

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

789: l_return_status VARCHAR2(1);
790:
791: BEGIN
792:
793: -- Standard call to check for call compatibility.
794: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
795: p_api_version_number,
796: l_api_name,
797: G_PKG_NAME)

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

912:
913: WHEN FND_API.G_EXC_ERROR THEN
914: ROLLBACK TO LOCK_DelivKitItem_PUB;
915: x_return_status := FND_API.G_RET_STS_ERROR;
916: -- Standard call to get message count and if count=1, get the message
917: FND_MSG_PUB.Count_And_Get (
918: p_encoded => FND_API.G_FALSE,
919: p_count => x_msg_count,
920: p_data => x_msg_data

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

922:
923: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
924: ROLLBACK TO LOCK_DelivKitItem_PUB;
925: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
926: -- Standard call to get message count and if count=1, get the message
927: FND_MSG_PUB.Count_And_Get (
928: p_encoded => FND_API.G_FALSE,
929: p_count => x_msg_count,
930: p_data => x_msg_data

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

936: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
937: THEN
938: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
939: END IF;
940: -- Standard call to get message count and if count=1, get the message
941: FND_MSG_PUB.Count_And_Get (
942: p_encoded => FND_API.G_FALSE,
943: p_count => x_msg_count,
944: p_data => x_msg_data