DBA Data[Home] [Help]

APPS.OKC_TERMS_SECTIONS_GRP dependencies on STANDARD

Line 94: -- Standard Start of API savepoint

90: FND_LOG.STRING(G_PROC_LEVEL,
91: G_PKG_NAME, '100: Entered validate_row' );
92: END IF;
93:
94: -- Standard Start of API savepoint
95: SAVEPOINT g_validate_row_GRP;
96: -- Standard call to check for call compatibility.
97: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
98: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

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

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

150: RAISE FND_API.G_EXC_ERROR ;
151: END IF;
152: --------------------------------------------
153:
154: -- Standard call to get message count and if count is 1, get message info.
155: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
156:
157: /*IF (l_debug = 'Y') THEN
158: okc_debug.log('200: Leaving validate_row', 2);

Line 282: -- Standard Start of API savepoint

278: FND_LOG.STRING(G_PROC_LEVEL,
279: G_PKG_NAME, '600: Entered create_section' );
280: END IF;
281:
282: -- Standard Start of API savepoint
283: SAVEPOINT g_create_section_GRP;
284: -- Standard call to check for call compatibility.
285: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
286: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

280: END IF;
281:
282: -- Standard Start of API savepoint
283: SAVEPOINT g_create_section_GRP;
284: -- Standard call to check for call compatibility.
285: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
286: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
287: END IF;
288: -- 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_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
361:
362: /*IF (l_debug = 'Y') THEN
363: okc_debug.log('700: Leaving create_section', 2);

Line 505: -- Standard Start of API savepoint

501: FND_LOG.STRING(G_PROC_LEVEL,
502: G_PKG_NAME, '1600: Entered update_section' );
503: END IF;
504:
505: -- Standard Start of API savepoint
506: SAVEPOINT g_update_section_GRP;
507:
508: -- Standard call to check for call compatibility.
509: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

504:
505: -- Standard Start of API savepoint
506: SAVEPOINT g_update_section_GRP;
507:
508: -- Standard call to check for call compatibility.
509: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
510: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
511: END IF;
512:

Line 619: -- Standard check of p_commit

615: RAISE FND_API.G_EXC_ERROR ;
616: END IF;
617: --------------------------------------------
618:
619: -- Standard check of p_commit
620: IF FND_API.To_Boolean( p_commit ) THEN
621: COMMIT WORK;
622: END IF;
623: -- Standard call to get message count and if count is 1, get message info.

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

619: -- Standard check of p_commit
620: IF FND_API.To_Boolean( p_commit ) THEN
621: COMMIT WORK;
622: END IF;
623: -- Standard call to get message count and if count is 1, get message info.
624: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
625:
626: /*IF (l_debug = 'Y') THEN
627: okc_debug.log('1800: Leaving update_section', 2);

Line 841: -- Standard Start of API savepoint

837: FND_LOG.STRING(G_PROC_LEVEL,
838: G_PKG_NAME, '600: Entered add_section' );
839: END IF;
840:
841: -- Standard Start of API savepoint
842: SAVEPOINT g_add_section_GRP;
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
845: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

839: END IF;
840:
841: -- Standard Start of API savepoint
842: SAVEPOINT g_add_section_GRP;
843: -- Standard call to check for call compatibility.
844: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
845: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
846: END IF;
847: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1087: -- Standard check of p_commit

1083: END IF;
1084: END LOOP;
1085: END IF;
1086:
1087: -- Standard check of p_commit
1088: IF FND_API.To_Boolean( p_commit ) THEN
1089: COMMIT WORK;
1090: END IF;
1091: -- Standard call to get message count and if count is 1, get message info.

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

1087: -- Standard check of p_commit
1088: IF FND_API.To_Boolean( p_commit ) THEN
1089: COMMIT WORK;
1090: END IF;
1091: -- Standard call to get message count and if count is 1, get message info.
1092: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1093:
1094: /*IF (l_debug = 'Y') THEN
1095: okc_debug.log('1100: Leaving add_section', 2);

Line 1232: -- Standard Start of API savepoint

1228: FND_LOG.STRING(G_PROC_LEVEL,
1229: G_PKG_NAME, '1100: Entered lock_row' );
1230: END IF;
1231:
1232: -- Standard Start of API savepoint
1233: SAVEPOINT g_lock_row_GRP;
1234: -- Standard call to check for call compatibility.
1235: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1236: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1230: END IF;
1231:
1232: -- Standard Start of API savepoint
1233: SAVEPOINT g_lock_row_GRP;
1234: -- Standard call to check for call compatibility.
1235: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1236: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1237: END IF;
1238: -- Initialize message list if p_init_msg_list is set to TRUE.

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

1257: RAISE FND_API.G_EXC_ERROR ;
1258: END IF;
1259: --------------------------------------------
1260:
1261: -- Standard call to get message count and if count is 1, get message info.
1262: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1263:
1264: /*IF (l_debug = 'Y') THEN
1265: okc_debug.log('1200: Leaving lock_row', 2);

Line 1386: -- Standard Start of API savepoint

1382: FND_LOG.STRING(G_PROC_LEVEL,
1383: G_PKG_NAME, '2200: Entered delete_section' );
1384: END IF;
1385:
1386: -- Standard Start of API savepoint
1387: SAVEPOINT g_delete_section_GRP;
1388: -- Standard call to check for call compatibility.
1389: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1390: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1384: END IF;
1385:
1386: -- Standard Start of API savepoint
1387: SAVEPOINT g_delete_section_GRP;
1388: -- Standard call to check for call compatibility.
1389: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1390: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1391: END IF;
1392: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 1582: -- Standard check of p_commit

1578: END IF;
1579: --------------------------------------------
1580: END IF;
1581:
1582: -- Standard check of p_commit
1583: IF FND_API.To_Boolean( p_commit ) THEN
1584: COMMIT WORK;
1585: END IF;
1586: -- Standard call to get message count and if count is 1, get message info.

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

1582: -- Standard check of p_commit
1583: IF FND_API.To_Boolean( p_commit ) THEN
1584: COMMIT WORK;
1585: END IF;
1586: -- Standard call to get message count and if count is 1, get message info.
1587: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1588:
1589: /*IF (l_debug = 'Y') THEN
1590: okc_debug.log('2300: Leaving delete_section', 2);