DBA Data[Home] [Help]

APPS.OKC_TEMPLATE_USAGES_GRP dependencies on STANDARD

Line 84: -- Standard Start of API savepoint

80: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
81: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered validate_row');
82: END IF;
83:
84: -- Standard Start of API savepoint
85: SAVEPOINT g_validate_row_GRP;
86: -- Standard call to check for call compatibility.
87: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
88: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

82: END IF;
83:
84: -- Standard Start of API savepoint
85: SAVEPOINT g_validate_row_GRP;
86: -- Standard call to check for call compatibility.
87: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
88: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
89: END IF;
90: -- Initialize message list if p_init_msg_list is set to TRUE.

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

142: RAISE FND_API.G_EXC_ERROR ;
143: END IF;
144: --------------------------------------------
145:
146: -- Standard call to get message count and if count is 1, get message info.
147: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
148:
149: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
150: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'200: Leaving validate_row');

Line 243: -- Standard Start of API savepoint

239: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
240: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'600: Entered create_template_usages');
241: END IF;
242:
243: -- Standard Start of API savepoint
244: SAVEPOINT g_insert_row_GRP;
245: -- Standard call to check for call compatibility.
246: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
247: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

241: END IF;
242:
243: -- Standard Start of API savepoint
244: SAVEPOINT g_insert_row_GRP;
245: -- Standard call to check for call compatibility.
246: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
247: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
248: END IF;
249: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 309: -- Standard check of p_commit

305: RAISE FND_API.G_EXC_ERROR ;
306: END IF;
307: --------------------------------------------
308:
309: -- Standard check of p_commit
310: IF FND_API.To_Boolean( p_commit ) THEN
311: COMMIT WORK;
312: END IF;
313: -- Standard call to get message count and if count is 1, get message info.

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

309: -- Standard check of p_commit
310: IF FND_API.To_Boolean( p_commit ) THEN
311: COMMIT WORK;
312: END IF;
313: -- Standard call to get message count and if count is 1, get message info.
314: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
315:
316: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
317: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'700: Leaving create_template_usages');

Line 373: -- Standard Start of API savepoint

369: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
370: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1100: Entered lock_row');
371: END IF;
372:
373: -- Standard Start of API savepoint
374: SAVEPOINT g_lock_row_GRP;
375: -- Standard call to check for call compatibility.
376: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
377: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

371: END IF;
372:
373: -- Standard Start of API savepoint
374: SAVEPOINT g_lock_row_GRP;
375: -- Standard call to check for call compatibility.
376: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
377: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
378: END IF;
379: -- Initialize message list if p_init_msg_list is set to TRUE.

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

399: RAISE FND_API.G_EXC_ERROR ;
400: END IF;
401: --------------------------------------------
402:
403: -- Standard call to get message count and if count is 1, get message info.
404: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
405:
406: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
407: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1200: Leaving lock_row');

Line 492: -- Standard Start of API savepoint

488: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1600: Entered update_template_usages');
489: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1700: Locking row');
490: END IF;
491:
492: -- Standard Start of API savepoint
493: SAVEPOINT g_update_row_GRP;
494: -- Standard call to check for call compatibility.
495: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
496: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

490: END IF;
491:
492: -- Standard Start of API savepoint
493: SAVEPOINT g_update_row_GRP;
494: -- Standard call to check for call compatibility.
495: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
496: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
497: END IF;
498: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 543: -- Standard check of p_commit

539: RAISE FND_API.G_EXC_ERROR ;
540: END IF;
541: --------------------------------------------
542:
543: -- Standard check of p_commit
544: IF FND_API.To_Boolean( p_commit ) THEN
545: COMMIT WORK;
546: END IF;
547: -- Standard call to get message count and if count is 1, get message info.

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

543: -- Standard check of p_commit
544: IF FND_API.To_Boolean( p_commit ) THEN
545: COMMIT WORK;
546: END IF;
547: -- Standard call to get message count and if count is 1, get message info.
548: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
549:
550: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
551: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1800: Leaving update_template_usages');

Line 609: -- Standard Start of API savepoint

605: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
606: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2200: Entered delete_template_usages');
607: END IF;
608:
609: -- Standard Start of API savepoint
610: SAVEPOINT g_delete_row_GRP;
611: -- Standard call to check for call compatibility.
612: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
613: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

607: END IF;
608:
609: -- Standard Start of API savepoint
610: SAVEPOINT g_delete_row_GRP;
611: -- Standard call to check for call compatibility.
612: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
613: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
614: END IF;
615: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 639: -- Standard check of p_commit

635: RAISE FND_API.G_EXC_ERROR ;
636: END IF;
637: --------------------------------------------
638:
639: -- Standard check of p_commit
640: IF FND_API.To_Boolean( p_commit ) THEN
641: COMMIT WORK;
642: END IF;
643: -- Standard call to get message count and if count is 1, get message info.

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

639: -- Standard check of p_commit
640: IF FND_API.To_Boolean( p_commit ) THEN
641: COMMIT WORK;
642: END IF;
643: -- Standard call to get message count and if count is 1, get message info.
644: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
645:
646: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
647: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2300: Leaving delete_template_usages');

Line 725: -- Standard Start of API savepoint

721: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
722: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2200: Entered Set_Contract_Source');
723: END IF;
724:
725: -- Standard Start of API savepoint
726: SAVEPOINT g_set_contract_source_GRP;
727:
728: -- Standard call to check for call compatibility.
729: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

724:
725: -- Standard Start of API savepoint
726: SAVEPOINT g_set_contract_source_GRP;
727:
728: -- Standard call to check for call compatibility.
729: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
730: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
731: END IF;
732:

Line 827: -- Standard check of p_commit

823: RAISE FND_API.G_EXC_ERROR ;
824: END IF;
825: --------------------------------------------
826:
827: -- Standard check of p_commit
828: IF FND_API.To_Boolean( p_commit ) THEN
829: COMMIT WORK;
830: END IF;
831: -- Standard call to get message count and if count is 1, get message info.

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

827: -- Standard check of p_commit
828: IF FND_API.To_Boolean( p_commit ) THEN
829: COMMIT WORK;
830: END IF;
831: -- Standard call to get message count and if count is 1, get message info.
832: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
833:
834: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
835: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2300: Leaving Set_Contract_Source');

Line 919: -- Standard Start of API savepoint

915: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
916: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2200: Entered Set_Contract_Source');
917: END IF;
918:
919: -- Standard Start of API savepoint
920: SAVEPOINT g_set_contract_src_dtls_GRP;
921:
922: -- Standard call to check for call compatibility.
923: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

918:
919: -- Standard Start of API savepoint
920: SAVEPOINT g_set_contract_src_dtls_GRP;
921:
922: -- Standard call to check for call compatibility.
923: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
924: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
925: END IF;
926:

Line 1032: -- Standard check of p_commit

1028: RAISE FND_API.G_EXC_ERROR ;
1029: END IF;
1030: --------------------------------------------
1031:
1032: -- Standard check of p_commit
1033: IF FND_API.To_Boolean( p_commit ) THEN
1034: COMMIT WORK;
1035: END IF;
1036: -- Standard call to get message count and if count is 1, get message info.

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

1032: -- Standard check of p_commit
1033: IF FND_API.To_Boolean( p_commit ) THEN
1034: COMMIT WORK;
1035: END IF;
1036: -- Standard call to get message count and if count is 1, get message info.
1037: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
1038:
1039: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1040: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2300: Leaving Set_Contract_Source_details');