DBA Data[Home] [Help]

APPS.OKC_TERMS_TEMPLATES_GRP dependencies on STANDARD

Line 99: -- Standard Start of API savepoint

95: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
96: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'100: Entered validate_row');
97: END IF;
98:
99: -- Standard Start of API savepoint
100: SAVEPOINT g_validate_row_GRP;
101: -- Standard call to check for call compatibility.
102: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
103: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

97: END IF;
98:
99: -- Standard Start of API savepoint
100: SAVEPOINT g_validate_row_GRP;
101: -- Standard call to check for call compatibility.
102: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
103: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
104: END IF;
105: -- Initialize message list if p_init_msg_list is set to TRUE.

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

166: RAISE FND_API.G_EXC_ERROR ;
167: END IF;
168: --------------------------------------------
169:
170: -- Standard call to get message count and if count is 1, get message info.
171: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
172:
173: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
174: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'200: Leaving validate_row');

Line 285: -- Standard Start of API savepoint

281: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
282: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'600: Entered create_template');
283: END IF;
284:
285: -- Standard Start of API savepoint
286: SAVEPOINT g_insert_row_GRP;
287: -- Standard call to check for call compatibility.
288: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
289: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

283: END IF;
284:
285: -- Standard Start of API savepoint
286: SAVEPOINT g_insert_row_GRP;
287: -- Standard call to check for call compatibility.
288: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
289: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
290: END IF;
291: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 357: -- Standard check of p_commit

353: RAISE FND_API.G_EXC_ERROR ;
354: END IF;
355: --------------------------------------------
356:
357: -- Standard check of p_commit
358: IF FND_API.To_Boolean( p_commit ) THEN
359: COMMIT WORK;
360: END IF;
361: -- Standard call to get message count and if count is 1, get message info.

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

357: -- Standard check of p_commit
358: IF FND_API.To_Boolean( p_commit ) THEN
359: COMMIT WORK;
360: END IF;
361: -- Standard call to get message count and if count is 1, get message info.
362: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
363:
364: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
365: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'700: Leaving create_template');

Line 420: -- Standard Start of API savepoint

416: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
417: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1100: Entered lock_row');
418: END IF;
419:
420: -- Standard Start of API savepoint
421: SAVEPOINT g_lock_row_GRP;
422: -- Standard call to check for call compatibility.
423: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
424: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

418: END IF;
419:
420: -- Standard Start of API savepoint
421: SAVEPOINT g_lock_row_GRP;
422: -- Standard call to check for call compatibility.
423: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
424: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
425: END IF;
426: -- Initialize message list if p_init_msg_list is set to TRUE.

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

445: RAISE FND_API.G_EXC_ERROR ;
446: END IF;
447: --------------------------------------------
448:
449: -- Standard call to get message count and if count is 1, get message info.
450: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
451:
452: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
453: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1200: Leaving lock_row');

Line 559: -- Standard Start of API savepoint

555: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1600: Entered update_template');
556: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1700: Locking row');
557: END IF;
558:
559: -- Standard Start of API savepoint
560: SAVEPOINT g_update_row_GRP;
561: -- Standard call to check for call compatibility.
562: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
563: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

557: END IF;
558:
559: -- Standard Start of API savepoint
560: SAVEPOINT g_update_row_GRP;
561: -- Standard call to check for call compatibility.
562: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
563: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
564: END IF;
565: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 632: -- Standard check of p_commit

628: END IF;
629: --------------------------------------------
630:
631:
632: -- Standard check of p_commit
633: IF FND_API.To_Boolean( p_commit ) THEN
634: COMMIT WORK;
635: END IF;
636: -- Standard call to get message count and if count is 1, get message info.

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

632: -- Standard check of p_commit
633: IF FND_API.To_Boolean( p_commit ) THEN
634: COMMIT WORK;
635: END IF;
636: -- Standard call to get message count and if count is 1, get message info.
637: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
638:
639: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
640: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'1800: Leaving update_template');

Line 697: -- Standard Start of API savepoint

693: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
694: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2200: Entered delete_template');
695: END IF;
696:
697: -- Standard Start of API savepoint
698: SAVEPOINT g_delete_row_GRP;
699: -- Standard call to check for call compatibility.
700: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
701: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

695: END IF;
696:
697: -- Standard Start of API savepoint
698: SAVEPOINT g_delete_row_GRP;
699: -- Standard call to check for call compatibility.
700: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
701: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
702: END IF;
703: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 726: -- Standard check of p_commit

722: RAISE FND_API.G_EXC_ERROR ;
723: END IF;
724: --------------------------------------------
725:
726: -- Standard check of p_commit
727: IF FND_API.To_Boolean( p_commit ) THEN
728: COMMIT WORK;
729: END IF;
730: -- Standard call to get message count and if count is 1, get message info.

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

726: -- Standard check of p_commit
727: IF FND_API.To_Boolean( p_commit ) THEN
728: COMMIT WORK;
729: END IF;
730: -- Standard call to get message count and if count is 1, get message info.
731: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
732:
733: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
734: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2300: Leaving delete_template');