DBA Data[Home] [Help]

APPS.EGO_ITEM_STATUSES_PUB dependencies on STANDARD

Line 66: -- Standard Start of API savepoint

62: --------------------------------------------------
63:
64: BEGIN
65:
66: -- Standard Start of API savepoint
67: SAVEPOINT Create_Item_Status_PUB;
68:
69: IF NOT FND_API.Compatible_API_Call (l_api_version,
70: p_api_version,

Line 189: -- Standard check of p_commit

185: );
186: */
187: ------------------------------
188:
189: -- Standard check of p_commit
190: IF FND_API.To_Boolean(p_commit) THEN
191: COMMIT WORK;
192: END IF;
193:

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

194: x_return_status := FND_API.G_RET_STS_SUCCESS;
195:
196: ------------------------------
197:
198: -- Standard call to get message count and if count is 1,
199: -- get message info.
200: -- The client will directly display the x_msg_data (which is already
201: -- translated) if the x_msg_count = 1;
202: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 309: -- Standard Start of API savepoint

305: --------------------------------------------------
306:
307: BEGIN
308:
309: -- Standard Start of API savepoint
310: SAVEPOINT Update_Item_Status_PUB;
311:
312: IF NOT FND_API.Compatible_API_Call (l_api_version,
313: p_api_version,

Line 384: -- Standard check of p_commit

380: INVENTORY_ITEM_STATUS_CODE = p_item_status_code;
381: */
382: ------------------------------
383:
384: -- Standard check of p_commit
385: IF FND_API.To_Boolean(p_commit) THEN
386: COMMIT WORK;
387: END IF;
388:

Line 393: -- Standard call to get message count and if count is 1,

389: x_return_status := FND_API.G_RET_STS_SUCCESS;
390:
391: ------------------------------
392:
393: -- Standard call to get message count and if count is 1,
394: -- get message info.
395: -- The client will directly display the x_msg_data (which is already
396: -- translated) if the x_msg_count = 1;
397: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 458: -- Standard Start of API savepoint

454: --------------------------------------------------
455:
456: BEGIN
457:
458: -- Standard Start of API savepoint
459: SAVEPOINT Create_Item_Stat_Attr_Vals_Pub;
460:
461: IF NOT FND_API.Compatible_API_Call (l_api_version,
462: p_api_version,

Line 515: -- Standard check of p_commit

511: );
512:
513: ------------------------------
514:
515: -- Standard check of p_commit
516: IF FND_API.To_Boolean(p_commit) THEN
517: COMMIT WORK;
518: END IF;
519:

Line 524: -- Standard call to get message count and if count is 1,

520: x_return_status := FND_API.G_RET_STS_SUCCESS;
521:
522: ------------------------------
523:
524: -- Standard call to get message count and if count is 1,
525: -- get message info.
526: -- The client will directly display the x_msg_data (which is already
527: -- translated) if the x_msg_count = 1;
528: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 616: -- Standard Start of API savepoint

612: --------------------------------------------------
613:
614: BEGIN
615:
616: -- Standard Start of API savepoint
617: SAVEPOINT Update_Item_Stat_Attr_Vals_Pub;
618:
619: IF NOT FND_API.Compatible_API_Call (l_api_version,
620: p_api_version,

Line 646: -- Standard check of p_commit

642: AND ATTRIBUTE_NAME = p_attribute_name;
643:
644: ------------------------------
645:
646: -- Standard check of p_commit
647: IF FND_API.To_Boolean(p_commit) THEN
648: COMMIT WORK;
649: END IF;
650:

Line 655: -- Standard call to get message count and if count is 1,

651: x_return_status := FND_API.G_RET_STS_SUCCESS;
652:
653: ------------------------------
654:
655: -- Standard call to get message count and if count is 1,
656: -- get message info.
657: -- The client will directly display the x_msg_data (which is already
658: -- translated) if the x_msg_count = 1;
659: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get