DBA Data[Home] [Help]

APPS.IBE_MSITE_PRTY_ACCSS_MGR_PVT dependencies on STANDARD

Line 62: -- Standard Start of API savepoint

58: AND party_id = l_c_party_id;
59:
60: BEGIN
61:
62: -- Standard Start of API savepoint
63: SAVEPOINT Associate_Parties_To_Msite_Pvt;
64:
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

61:
62: -- Standard Start of API savepoint
63: SAVEPOINT Associate_Parties_To_Msite_Pvt;
64:
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call(l_api_version,
67: p_api_version,
68: l_api_name,
69: G_PKG_NAME)

Line 139: -- Standard check of p_commit.

135:
136: --
137: -- End of main API body.
138:
139: -- Standard check of p_commit.
140: IF (FND_API.To_Boolean(p_commit)) THEN
141: COMMIT WORK;
142: END IF;
143:

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

140: IF (FND_API.To_Boolean(p_commit)) THEN
141: COMMIT WORK;
142: END IF;
143:
144: -- Standard call to get message count and if count is 1, get message info.
145: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
146: p_data => x_msg_data,
147: p_encoded => 'F');
148:

Line 213: -- Standard Start of API savepoint

209: l_api_version CONSTANT NUMBER := 1.0;
210:
211: BEGIN
212:
213: -- Standard Start of API savepoint
214: SAVEPOINT Update_Delete_Msite_Prty_Pvt;
215:
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

212:
213: -- Standard Start of API savepoint
214: SAVEPOINT Update_Delete_Msite_Prty_Pvt;
215:
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call(l_api_version,
218: p_api_version,
219: l_api_name,
220: G_PKG_NAME)

Line 331: -- Standard check of p_commit.

327: END;
328:
329: -- End of main API body.
330:
331: -- Standard check of p_commit.
332: IF (FND_API.To_Boolean(p_commit)) THEN
333: COMMIT WORK;
334: END IF;
335:

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

332: IF (FND_API.To_Boolean(p_commit)) THEN
333: COMMIT WORK;
334: END IF;
335:
336: -- Standard call to get message count and if count is 1, get message info.
337: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
338: p_data => x_msg_data,
339: p_encoded => 'F');
340: