DBA Data[Home] [Help]

APPS.JTF_UM_USER_ADMIN_PVT dependencies on STANDARD

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

178: BEGIN
179: -- Write to debug log
180: -- JTF_DEBUG_PUB.add_debug_msg('EVENT', G_MODULE, 'Entering API send_Password ...');
181:
182: -- Standard call to check for call compatibility.
183: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
184: p_api_version_number,
185: l_api_name,
186: G_PKG_NAME)

Line 193: -- Standard Start of API savepoint

189: END IF;
190:
191: -- call the user hook if it is a public api. Private APIs do not require a user hook call.
192:
193: -- Standard Start of API savepoint
194: SAVEPOINT INACTIVE_USER;
195:
196: -- Initialize message list if p_init_msg_list is set to TRUE.
197: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 353: -- Standard check for p_commit

349: --
350: -- End of API body
351: --
352:
353: -- Standard check for p_commit
354: IF FND_API.to_Boolean (p_commit) THEN
355: COMMIT WORK;
356: END IF;
357:

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

354: IF FND_API.to_Boolean (p_commit) THEN
355: COMMIT WORK;
356: END IF;
357:
358: -- Standard call to get message count and if count is 1, get message info.
359: FND_MSG_PUB.Count_And_Get (p_count => x_msg_count,
360: p_data => x_msg_data);
361:
362: -- call the user hook if it is a public api. Private APIs do not require a user hook call.