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 162: -- Standard check of p_commit

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

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

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

Line 259: -- Standard Start of API savepoint

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

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

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

Line 355: -- Standard check of p_commit

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

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

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

Line 445: -- Standard Start of API savepoint

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

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

443: END IF;
444:
445: -- Standard Start of API savepoint
446: SAVEPOINT g_update_local_var_values_GRP;
447: -- Standard call to check for call compatibility.
448: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
449: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
450: END IF;
451: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 538: -- Standard check of p_commit

534: AND cat_id = p_cat_id ;
535: END IF;
536:
537:
538: -- Standard check of p_commit
539: IF FND_API.To_Boolean( p_commit ) THEN
540: COMMIT WORK;
541: END IF;
542:

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

539: IF FND_API.To_Boolean( p_commit ) THEN
540: COMMIT WORK;
541: END IF;
542:
543: -- Standard call to get message count and if count is 1, get message info.
544: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
545:
546: IF (l_debug = 'Y') THEN
547: okc_debug.log('900: Leaving update_local_var_values', 2);