DBA Data[Home] [Help]

APPS.OKC_K_ART_VARIABLES_GRP dependencies on STANDARD

Line 65: -- Standard Start of API savepoint

61: IF (l_debug = 'Y') THEN
62: okc_debug.log('100: Entered update_article_var_values', 2);
63: END IF;
64:
65: -- Standard Start of API savepoint
66: SAVEPOINT g_upd_article_var_values_GRP;
67: -- Standard call to check for call compatibility.
68: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
69: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

63: END IF;
64:
65: -- Standard Start of API savepoint
66: SAVEPOINT g_upd_article_var_values_GRP;
67: -- Standard call to check for call compatibility.
68: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
69: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
70: END IF;
71: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 163: -- Standard check of p_commit

159: END IF;
160: END IF;
161: CLOSE l_get_art_var_csr;
162:
163: -- Standard check of p_commit
164: IF FND_API.To_Boolean( p_commit ) THEN
165: COMMIT WORK;
166: END IF;
167:

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

164: IF FND_API.To_Boolean( p_commit ) THEN
165: COMMIT WORK;
166: END IF;
167:
168: -- Standard call to get message count and if count is 1, get message info.
169: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
170:
171: IF (l_debug = 'Y') THEN
172: okc_debug.log('900: Leaving update_article_var_values', 2);

Line 261: -- Standard Start of API savepoint

257: IF (l_debug = 'Y') THEN
258: okc_debug.log('100: Entered update_global_var_values', 2);
259: END IF;
260:
261: -- Standard Start of API savepoint
262: SAVEPOINT g_update_global_var_values_GRP;
263: -- Standard call to check for call compatibility.
264: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
265: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

259: END IF;
260:
261: -- Standard Start of API savepoint
262: SAVEPOINT g_update_global_var_values_GRP;
263: -- Standard call to check for call compatibility.
264: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
265: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
266: END IF;
267: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 358: -- Standard check of p_commit

354:
355: END LOOP;
356: END IF; -- mode = AMEND
357:
358: -- Standard check of p_commit
359: IF FND_API.To_Boolean( p_commit ) THEN
360: COMMIT WORK;
361: END IF;
362:

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

359: IF FND_API.To_Boolean( p_commit ) THEN
360: COMMIT WORK;
361: END IF;
362:
363: -- Standard call to get message count and if count is 1, get message info.
364: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
365:
366: IF (l_debug = 'Y') THEN
367: okc_debug.log('900: Leaving update_global_var_values', 2);

Line 450: -- Standard Start of API savepoint

446: IF (l_debug = 'Y') THEN
447: okc_debug.log('100: Entered update_local_var_values', 2);
448: END IF;
449:
450: -- Standard Start of API savepoint
451: SAVEPOINT g_update_local_var_values_GRP;
452: -- Standard call to check for call compatibility.
453: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
454: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

448: END IF;
449:
450: -- Standard Start of API savepoint
451: SAVEPOINT g_update_local_var_values_GRP;
452: -- Standard call to check for call compatibility.
453: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
454: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
455: END IF;
456:

Line 545: -- Standard check of p_commit

541: AND cat_id = p_cat_id ;
542: END IF;
543:
544:
545: -- Standard check of p_commit
546: IF FND_API.To_Boolean( p_commit ) THEN
547: COMMIT WORK;
548: END IF;
549:

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

546: IF FND_API.To_Boolean( p_commit ) THEN
547: COMMIT WORK;
548: END IF;
549:
550: -- Standard call to get message count and if count is 1, get message info.
551: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
552:
553: IF (l_debug = 'Y') THEN
554: okc_debug.log('900: Leaving update_local_var_values', 2);