DBA Data[Home] [Help]

APPS.OKC_NUMBER_SCHEME_DTL_GRP dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69: FND_LOG.STRING(G_PROC_LEVEL,
70: G_PKG_NAME, '100: Entered Validate_Number_Scheme_Dtl' );
71: END IF;
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT g_Validate_Num_Scheme_Dtl_GRP;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
77: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

71: END IF;
72:
73: -- Standard Start of API savepoint
74: SAVEPOINT g_Validate_Num_Scheme_Dtl_GRP;
75: -- Standard call to check for call compatibility.
76: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
77: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
78: END IF;
79: -- Initialize message list if p_init_msg_list is set to TRUE.

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

103: RAISE FND_API.G_EXC_ERROR ;
104: END IF;
105: --------------------------------------------
106:
107: -- Standard call to get message count and if count is 1, get message info.
108: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
109:
110: /*IF (l_debug = 'Y') THEN
111: okc_debug.log('200: Leaving Validate_Number_Scheme_Dtl', 2);

Line 210: -- Standard Start of API savepoint

206: FND_LOG.STRING(G_PROC_LEVEL,
207: G_PKG_NAME, '600: Entered Insert_Number_Scheme_Dtl' );
208: END IF;
209:
210: -- Standard Start of API savepoint
211: SAVEPOINT g_Insert_Number_Scheme_Dtl_GRP;
212: -- Standard call to check for call compatibility.
213: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
214: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

208: END IF;
209:
210: -- Standard Start of API savepoint
211: SAVEPOINT g_Insert_Number_Scheme_Dtl_GRP;
212: -- Standard call to check for call compatibility.
213: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
214: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
215: END IF;
216: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 246: -- Standard check of p_commit

242: RAISE FND_API.G_EXC_ERROR ;
243: END IF;
244: --------------------------------------------
245:
246: -- Standard check of p_commit
247: IF FND_API.To_Boolean( p_commit ) THEN
248: COMMIT WORK;
249: END IF;
250: -- Standard call to get message count and if count is 1, get message info.

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

246: -- Standard check of p_commit
247: IF FND_API.To_Boolean( p_commit ) THEN
248: COMMIT WORK;
249: END IF;
250: -- Standard call to get message count and if count is 1, get message info.
251: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
252:
253: /*IF (l_debug = 'Y') THEN
254: okc_debug.log('700: Leaving Insert_Number_Scheme_Dtl', 2);

Line 335: -- Standard Start of API savepoint

331: FND_LOG.STRING(G_PROC_LEVEL,
332: G_PKG_NAME, '1100: Entered Lock_Number_Scheme_Dtl' );
333: END IF;
334:
335: -- Standard Start of API savepoint
336: SAVEPOINT g_Lock_Number_Scheme_Dtl_GRP;
337: -- Standard call to check for call compatibility.
338: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
339: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

333: END IF;
334:
335: -- Standard Start of API savepoint
336: SAVEPOINT g_Lock_Number_Scheme_Dtl_GRP;
337: -- Standard call to check for call compatibility.
338: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
339: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
340: END IF;
341: -- Initialize message list if p_init_msg_list is set to TRUE.

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

362: RAISE FND_API.G_EXC_ERROR ;
363: END IF;
364: --------------------------------------------
365:
366: -- Standard call to get message count and if count is 1, get message info.
367: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
368:
369: /*IF (l_debug = 'Y') THEN
370: okc_debug.log('1200: Leaving Lock_Number_Scheme_Dtl', 2);

Line 464: -- Standard Start of API savepoint

460: FND_LOG.STRING(G_PROC_LEVEL,
461: G_PKG_NAME, '1700: Locking row');
462: END IF;
463:
464: -- Standard Start of API savepoint
465: SAVEPOINT g_Update_Number_Scheme_Dtl_GRP;
466: -- Standard call to check for call compatibility.
467: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
468: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

462: END IF;
463:
464: -- Standard Start of API savepoint
465: SAVEPOINT g_Update_Number_Scheme_Dtl_GRP;
466: -- Standard call to check for call compatibility.
467: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
468: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
469: END IF;
470: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 498: -- Standard check of p_commit

494: RAISE FND_API.G_EXC_ERROR ;
495: END IF;
496: --------------------------------------------
497:
498: -- Standard check of p_commit
499: IF FND_API.To_Boolean( p_commit ) THEN
500: COMMIT WORK;
501: END IF;
502: -- Standard call to get message count and if count is 1, get message info.

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

498: -- Standard check of p_commit
499: IF FND_API.To_Boolean( p_commit ) THEN
500: COMMIT WORK;
501: END IF;
502: -- Standard call to get message count and if count is 1, get message info.
503: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
504:
505: /*IF (l_debug = 'Y') THEN
506: okc_debug.log('1800: Leaving Update_Number_Scheme_Dtl', 2);

Line 589: -- Standard Start of API savepoint

585: FND_LOG.STRING(G_PROC_LEVEL,
586: G_PKG_NAME, '2200: Entered Delete_Number_Scheme_Dtl' );
587: END IF;
588:
589: -- Standard Start of API savepoint
590: SAVEPOINT g_Delete_Number_Scheme_Dtl_GRP;
591: -- Standard call to check for call compatibility.
592: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
593: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

587: END IF;
588:
589: -- Standard Start of API savepoint
590: SAVEPOINT g_Delete_Number_Scheme_Dtl_GRP;
591: -- Standard call to check for call compatibility.
592: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
593: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
594: END IF;
595: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 620: -- Standard check of p_commit

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

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

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