DBA Data[Home] [Help]

APPS.OKC_TERMS_VERSION_GRP dependencies on STANDARD

Line 54: -- Standard Start of API savepoint

50: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'150: p_version_number='||p_version_number);
51: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'160: p_clear_amendment='||p_clear_amendment);
52: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'170: p_include_gen_attach='||p_include_gen_attach);
53: END IF;
54: -- Standard Start of API savepoint
55: SAVEPOINT g_Version_Doc;
56: -- Standard call to check for call compatibility.
57: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
58: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

52: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'170: p_include_gen_attach='||p_include_gen_attach);
53: END IF;
54: -- Standard Start of API savepoint
55: SAVEPOINT g_Version_Doc;
56: -- Standard call to check for call compatibility.
57: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
58: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
59: END IF;
60: -- Initialize message list if p_init_msg_list is set to TRUE.

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

189: -- commit changes if asked
190: IF FND_API.to_Boolean( p_commit ) THEN
191: COMMIT;
192: END IF;
193: -- Standard call to get message count and if count is 1, get message info.
194: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
195: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
196: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'300: Leaving Version_Doc');
197: END IF;

Line 252: -- Standard Start of API savepoint

248: BEGIN
249: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
250: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered Restore_Doc_Version');
251: END IF;
252: -- Standard Start of API savepoint
253: SAVEPOINT g_Restore_Doc_Version;
254: -- Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
256: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

250: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered Restore_Doc_Version');
251: END IF;
252: -- Standard Start of API savepoint
253: SAVEPOINT g_Restore_Doc_Version;
254: -- Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
256: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
257: END IF;
258: -- Initialize message list if p_init_msg_list is set to TRUE.

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

307: -- commit changes if asked
308: IF FND_API.to_Boolean( p_commit ) THEN
309: COMMIT;
310: END IF;
311: -- Standard call to get message count and if count is 1, get message info.
312: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
313: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
314: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'300: Leaving Restore_Doc_Version');
315: END IF;

Line 368: -- Standard Start of API savepoint

364: BEGIN
365: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
366: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered Delete_Doc_Version');
367: END IF;
368: -- Standard Start of API savepoint
369: SAVEPOINT g_Delete_Doc_Version;
370: -- Standard call to check for call compatibility.
371: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
372: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

366: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered Delete_Doc_Version');
367: END IF;
368: -- Standard Start of API savepoint
369: SAVEPOINT g_Delete_Doc_Version;
370: -- Standard call to check for call compatibility.
371: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
372: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
373: END IF;
374: -- Initialize message list if p_init_msg_list is set to TRUE.

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

449: -- commit changes if asked
450: IF FND_API.to_Boolean( p_commit ) THEN
451: COMMIT;
452: END IF;
453: -- Standard call to get message count and if count is 1, get message info.
454: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
455: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
456: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'300: Leaving Delete_Doc_Version');
457: END IF;

Line 513: -- Standard Start of API savepoint

509: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'130: p_doc_type='||p_doc_type);
510: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'140: p_doc_id='||p_doc_id);
511: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'150: p_keep_summary='||p_keep_summary);
512: END IF;
513: -- Standard Start of API savepoint
514: SAVEPOINT g_clear_amendment;
515: -- Standard call to check for call compatibility.
516: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
517: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

511: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'150: p_keep_summary='||p_keep_summary);
512: END IF;
513: -- Standard Start of API savepoint
514: SAVEPOINT g_clear_amendment;
515: -- Standard call to check for call compatibility.
516: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
517: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
518: END IF;
519: -- Initialize message list if p_init_msg_list is set to TRUE.

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

571: -- commit changes if asked
572: IF FND_API.to_Boolean( p_commit ) THEN
573: COMMIT;
574: END IF;
575: -- Standard call to get message count and if count is 1, get message info.
576: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
577: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
578: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'300: Leaving clear_amendment');
579: END IF;