DBA Data[Home] [Help]

APPS.JTF_UM_BUSINESS_USER_PVT dependencies on STANDARD

Line 72: -- Standard Start of API savepoint

68: cursor c_user_id(p_user_name in varchar2) is select user_id from fnd_user where user_name = p_user_name;
69: BEGIN
70: JTF_DEBUG_PUB.LOG_ENTERING_METHOD( p_module => G_MODULE,
71: p_message => l_api_name);
72: -- Standard Start of API savepoint
73: SAVEPOINT RegisterBusinessUser;
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME ) THEN
76: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

70: JTF_DEBUG_PUB.LOG_ENTERING_METHOD( p_module => G_MODULE,
71: p_message => l_api_name);
72: -- Standard Start of API savepoint
73: SAVEPOINT RegisterBusinessUser;
74: -- Standard call to check for call compatibility.
75: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME ) THEN
76: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
77: END IF;
78: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 293: -- Standard check for p_commit

289: end if;
290: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
291: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
292: end if;
293: -- Standard check for p_commit
294: IF FND_API.to_Boolean( p_commit )
295: THEN
296: COMMIT WORK;
297: END IF;

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

294: IF FND_API.to_Boolean( p_commit )
295: THEN
296: COMMIT WORK;
297: END IF;
298: -- Standard call to get message count and if count is 1, get message info.
299: FND_MSG_PUB.Count_And_Get(
300: p_count => x_msg_count,
301: p_data => x_msg_data);
302: JTF_DEBUG_PUB.LOG_EXITING_METHOD(

Line 384: -- Standard Start of API savepoint

380: l_phone_rec HZ_CONTACT_POINT_V2PUB.PHONE_REC_TYPE;
381: l_api_name varchar2(50) := 'Create_Organization';
382: BEGIN
383: JTF_DEBUG_PUB.LOG_ENTERING_METHOD( p_module => G_MODULE, p_message => l_api_name);
384: -- Standard Start of API savepoint
385: SAVEPOINT create_organization;
386: -- Standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME )
388: THEN

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

382: BEGIN
383: JTF_DEBUG_PUB.LOG_ENTERING_METHOD( p_module => G_MODULE, p_message => l_api_name);
384: -- Standard Start of API savepoint
385: SAVEPOINT create_organization;
386: -- Standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number, l_api_name, G_PKG_NAME )
388: THEN
389: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
390: END IF;

Line 495: -- Standard check for p_commit

491: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
492: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
493: end if;
494: end if;
495: -- Standard check for p_commit
496: IF FND_API.to_Boolean( p_commit )
497: THEN
498: COMMIT WORK;
499: END IF;

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

496: IF FND_API.to_Boolean( p_commit )
497: THEN
498: COMMIT WORK;
499: END IF;
500: -- Standard call to get message count and if count is 1, get message info.
501: FND_MSG_PUB.Count_And_Get(
502: p_count => x_msg_count,
503: p_data => x_msg_data);
504: JTF_DEBUG_PUB.LOG_EXITING_METHOD( p_module => G_MODULE,