DBA Data[Home] [Help]

APPS.IBE_MSITE_INFORMATION_MGR_PVT dependencies on STANDARD

Line 75: -- Standard Start of API savepoint

71: l_tmp_id NUMBER;
72:
73: BEGIN
74:
75: -- Standard Start of API savepoint
76: SAVEPOINT Change_Msite_Info_Pvt;
77:
78: -- Standard call to check for call compatibility.
79: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

74:
75: -- Standard Start of API savepoint
76: SAVEPOINT Change_Msite_Info_Pvt;
77:
78: -- Standard call to check for call compatibility.
79: IF NOT FND_API.Compatible_API_Call(l_api_version,
80: p_api_version,
81: l_api_name,
82: G_PKG_NAME)

Line 271: -- Standard check of p_commit.

267:
268: --
269: -- End of main API body.
270:
271: -- Standard check of p_commit.
272: IF (FND_API.To_Boolean(p_commit)) THEN
273: COMMIT WORK;
274: END IF;
275:

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

272: IF (FND_API.To_Boolean(p_commit)) THEN
273: COMMIT WORK;
274: END IF;
275:
276: -- Standard call to get message count and if count is 1, get message info.
277: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
278: p_data => x_msg_data,
279: p_encoded => 'F');
280: