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 284: -- Standard Start of API savepoint

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

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

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

Line 355: -- Standard check of p_commit

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

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

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

Line 418: -- Standard Start of API savepoint

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

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

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

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

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

Line 556: -- Standard Start of API savepoint

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

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

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

Line 628: -- Standard check of p_commit

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

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

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

Line 693: -- Standard Start of API savepoint

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

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

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

Line 722: -- Standard check of p_commit

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

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

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