DBA Data[Home] [Help]

APPS.OKC_DOC_QA_LIST_GRP dependencies on STANDARD

Line 63: -- Standard Start of API savepoint

59: IF (l_debug = 'Y') THEN
60: okc_debug.log('100: Entered Validate_Doc_Qa_List', 2);
61: END IF;
62:
63: -- Standard Start of API savepoint
64: SAVEPOINT g_Validate_Doc_Qa_List_GRP;
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
67: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

61: END IF;
62:
63: -- Standard Start of API savepoint
64: SAVEPOINT g_Validate_Doc_Qa_List_GRP;
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
67: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
68: END IF;
69: -- Initialize message list if p_init_msg_list is set to TRUE.

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

92: RAISE FND_API.G_EXC_ERROR ;
93: END IF;
94: --------------------------------------------
95:
96: -- Standard call to get message count and if count is 1, get message info.
97: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
98:
99: IF (l_debug = 'Y') THEN
100: okc_debug.log('200: Leaving Validate_Doc_Qa_List', 2);

Line 173: -- Standard Start of API savepoint

169: IF (l_debug = 'Y') THEN
170: okc_debug.log('600: Entered Insert_Doc_Qa_List', 2);
171: END IF;
172:
173: -- Standard Start of API savepoint
174: SAVEPOINT g_Insert_Doc_Qa_List_GRP;
175: -- Standard call to check for call compatibility.
176: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
177: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

171: END IF;
172:
173: -- Standard Start of API savepoint
174: SAVEPOINT g_Insert_Doc_Qa_List_GRP;
175: -- Standard call to check for call compatibility.
176: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
177: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
178: END IF;
179: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 207: -- Standard check of p_commit

203: RAISE FND_API.G_EXC_ERROR ;
204: END IF;
205: --------------------------------------------
206:
207: -- Standard check of p_commit
208: IF FND_API.To_Boolean( p_commit ) THEN
209: COMMIT WORK;
210: END IF;
211: -- Standard call to get message count and if count is 1, get message info.

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

207: -- Standard check of p_commit
208: IF FND_API.To_Boolean( p_commit ) THEN
209: COMMIT WORK;
210: END IF;
211: -- Standard call to get message count and if count is 1, get message info.
212: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
213:
214: IF (l_debug = 'Y') THEN
215: okc_debug.log('700: Leaving Insert_Doc_Qa_List', 2);

Line 271: -- Standard Start of API savepoint

267: IF (l_debug = 'Y') THEN
268: okc_debug.log('1100: Entered Lock_Doc_Qa_List', 2);
269: END IF;
270:
271: -- Standard Start of API savepoint
272: SAVEPOINT g_Lock_Doc_Qa_List_GRP;
273: -- Standard call to check for call compatibility.
274: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
275: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

269: END IF;
270:
271: -- Standard Start of API savepoint
272: SAVEPOINT g_Lock_Doc_Qa_List_GRP;
273: -- Standard call to check for call compatibility.
274: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
275: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
276: END IF;
277: -- Initialize message list if p_init_msg_list is set to TRUE.

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

297: RAISE FND_API.G_EXC_ERROR ;
298: END IF;
299: --------------------------------------------
300:
301: -- Standard call to get message count and if count is 1, get message info.
302: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
303:
304: IF (l_debug = 'Y') THEN
305: okc_debug.log('1200: Leaving Lock_Doc_Qa_List', 2);

Line 372: -- Standard Start of API savepoint

368: okc_debug.log('1600: Entered Update_Doc_Qa_List', 2);
369: okc_debug.log('1700: Locking row', 2);
370: END IF;
371:
372: -- Standard Start of API savepoint
373: SAVEPOINT g_Update_Doc_Qa_List_GRP;
374: -- Standard call to check for call compatibility.
375: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
376: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

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

Line 405: -- Standard check of p_commit

401: RAISE FND_API.G_EXC_ERROR ;
402: END IF;
403: --------------------------------------------
404:
405: -- Standard check of p_commit
406: IF FND_API.To_Boolean( p_commit ) THEN
407: COMMIT WORK;
408: END IF;
409: -- Standard call to get message count and if count is 1, get message info.

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

405: -- Standard check of p_commit
406: IF FND_API.To_Boolean( p_commit ) THEN
407: COMMIT WORK;
408: END IF;
409: -- Standard call to get message count and if count is 1, get message info.
410: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
411:
412: IF (l_debug = 'Y') THEN
413: okc_debug.log('1800: Leaving Update_Doc_Qa_List', 2);

Line 471: -- Standard Start of API savepoint

467: IF (l_debug = 'Y') THEN
468: okc_debug.log('2200: Entered Delete_Doc_Qa_List', 2);
469: END IF;
470:
471: -- Standard Start of API savepoint
472: SAVEPOINT g_Delete_Doc_Qa_List_GRP;
473: -- Standard call to check for call compatibility.
474: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
475: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

469: END IF;
470:
471: -- Standard Start of API savepoint
472: SAVEPOINT g_Delete_Doc_Qa_List_GRP;
473: -- Standard call to check for call compatibility.
474: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
475: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
476: END IF;
477: -- Initialize message list if p_init_msg_list is set to TRUE.

Line 501: -- Standard check of p_commit

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

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

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