DBA Data[Home] [Help]

APPS.GMI_LOTS_PUB dependencies on STANDARD

Line 106: -- Standard Start OF API savepoint

102: l_ic_item_cpg_rec ic_item_cpg%ROWTYPE;
103:
104: BEGIN
105:
106: -- Standard Start OF API savepoint
107: SAVEPOINT Create_Lot;
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.Compatible_API_CALL ( l_api_version
110: , p_api_version

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

104: BEGIN
105:
106: -- Standard Start OF API savepoint
107: SAVEPOINT Create_Lot;
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.Compatible_API_CALL ( l_api_version
110: , p_api_version
111: , l_api_name
112: , G_PKG_NAME

Line 418: -- Standard Check of p_commit.

414: END IF;
415:
416: -- END of API Body
417:
418: -- Standard Check of p_commit.
419: IF FND_API.to_boolean(p_commit)
420: THEN
421: COMMIT WORK;
422: END IF;

Line 430: -- Standard Call to get message count and if count is 1,

426: FND_MESSAGE.SET_TOKEN('ITEM_NO', l_lot_rec.item_no);
427: FND_MESSAGE.SET_TOKEN('LOT_NO', l_lot_rec.lot_no);
428: FND_MESSAGE.SET_TOKEN('SUBLOT_NO', l_lot_rec.sublot_no);
429: FND_MSG_PUB.Add;
430: -- Standard Call to get message count and if count is 1,
431: -- get message info.
432:
433: FND_MSG_PUB.Count_AND_GET ( p_count => x_msg_count
434: , p_data => x_msg_data

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

522: l_user_name fnd_user.user_name%TYPE;
523:
524: BEGIN
525:
526: -- Standard call to check for call compatibility.
527: IF NOT FND_API.Compatible_API_CALL ( l_api_version
528: , p_api_version
529: , l_api_name
530: , G_PKG_NAME