DBA Data[Home] [Help]

APPS.JTF_UM_INDIVIDUAL_USER_PVT dependencies on STANDARD

Line 190: -- Standard Start of API savepoint

186: JTF_DEBUG_PUB.LOG_ENTERING_METHOD( p_module => G_MODULE,
187: p_message => l_api_name);
188:
189:
190: -- Standard Start of API savepoint
191: SAVEPOINT RegisterIndividualUser;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

189:
190: -- Standard Start of API savepoint
191: SAVEPOINT RegisterIndividualUser;
192:
193: -- Standard call to check for call compatibility.
194: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
195: p_api_version_number,
196: l_api_name,
197: G_PKG_NAME)

Line 260: -- Standard check for p_commit

256: -- for i in c_user_id(upper(p_um_person_rec.user_name)) loop
257: --p_um_person_rec.user_id := i.user_id;
258: --end loop;
259:
260: -- Standard check for p_commit
261: IF FND_API.to_Boolean( p_commit )
262: THEN
263: COMMIT WORK;
264: END IF;

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

262: THEN
263: COMMIT WORK;
264: END IF;
265:
266: -- Standard call to get message count and if count is 1, get message info.
267:
268: FND_MSG_PUB.Count_And_Get(
269: p_count => x_msg_count,
270: p_data => x_msg_data);