DBA Data[Home] [Help]

APPS.IBE_CANCEL_ORDER_PVT dependencies on STANDARD

Line 101: -- Standard Start of API savepoint

97: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
98: IBE_Util.Debug('Begin IBE_CANCEL_ORDER_PVT.CANCEL_ORDER()');
99: END IF;
100:
101: -- Standard Start of API savepoint
102: SAVEPOINT CANCEL_Order_PUB;
103:
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,

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

100:
101: -- Standard Start of API savepoint
102: SAVEPOINT CANCEL_Order_PUB;
103:
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call(L_API_VERSION,
106: p_api_version,
107: L_API_NAME ,
108: G_PKG_NAME )

Line 272: -- Standard check for l_commit

268:
269: --
270: -- End of API body.
271: --
272: -- Standard check for l_commit
273: IF FND_API.to_Boolean( l_commit ) THEN
274: COMMIT WORK;
275: END IF;
276:

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

277: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
278: IBE_UTIL.DEBUG('IBE_CANCEL_ORDER_PVT.CANCEL_ORDER:DONE');
279: END IF;
280:
281: -- Standard call to get message count and if count is 1, get message info.
282: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
283: p_data => x_msg_data);
284:
285: