DBA Data[Home] [Help]

APPS.GMI_ITEM_PUB dependencies on STANDARD

Line 107: -- Standard Start OF API savepoint

103: l_qc_grade ic_item_mst.qc_grade%TYPE;
104:
105: BEGIN
106:
107: -- Standard Start OF API savepoint
108: SAVEPOINT Create_Item;
109: -- Standard call to check for call compatibility.
110: IF NOT FND_API.Compatible_API_CALL ( l_api_version
111: , p_api_version

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

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

Line 439: -- Standard Check of p_commit.

435: END IF;
436:
437: -- END of API Body
438:
439: -- Standard Check of p_commit.
440: IF FND_API.to_boolean(p_commit)
441: THEN
442: COMMIT WORK;
443: END IF;

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

444: -- Success message
445: FND_MESSAGE.SET_NAME('GMI','IC_API_ITEM_CREATED');
446: FND_MESSAGE.SET_TOKEN('ITEM_NO', l_item_no);
447: FND_MSG_PUB.Add;
448: -- Standard Call to get message count and if count is 1,
449: -- get message info.
450:
451: FND_MSG_PUB.Count_AND_GET ( p_count => x_msg_count
452: , p_data => x_msg_data

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

550:
551: BEGIN
552:
553:
554: -- Standard call to check for call compatibility.
555: IF NOT FND_API.Compatible_API_CALL ( l_api_version
556: , p_api_version
557: , l_api_name
558: , G_PKG_NAME