DBA Data[Home] [Help]

APPS.CSC_GROUP_CHECKS_PUB dependencies on STANDARD

Line 150: -- Standard Start of API savepoint

146:
147: l_pvt_GROUP_CHK_rec CSC_GROUP_CHECKS_PVT.GROUP_CHK_Rec_Type;
148:
149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT CREATE_GROUP_CHECKS_PUB;
152:
153: -- Standard call to check for call compatibility.
154: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT CREATE_GROUP_CHECKS_PUB;
152:
153: -- Standard call to check for call compatibility.
154: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
155: p_api_version_number,
156: l_api_name,
157: G_PKG_NAME)

Line 206: -- Standard check for p_commit

202: --
203: -- End of API body.
204: --
205:
206: -- Standard check for p_commit
207: IF FND_API.to_Boolean( p_commit )
208: THEN
209: COMMIT WORK;
210: END IF;

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

209: COMMIT WORK;
210: END IF;
211:
212:
213: -- Standard call to get message count and if count is 1, get message info.
214: FND_MSG_PUB.Count_And_Get
215: ( p_count => x_msg_count,
216: p_data => x_msg_data
217: );

Line 319: -- Standard Start of API savepoint

315: l_api_name CONSTANT VARCHAR2(30) := 'Update_group_checks';
316: l_api_version_number CONSTANT NUMBER := 1.0;
317: l_pvt_GROUP_CHK_rec CSC_GROUP_CHECKS_PVT.GROUP_CHK_Rec_Type;
318: BEGIN
319: -- Standard Start of API savepoint
320: SAVEPOINT UPDATE_GROUP_CHECKS_PUB;
321:
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

318: BEGIN
319: -- Standard Start of API savepoint
320: SAVEPOINT UPDATE_GROUP_CHECKS_PUB;
321:
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
324: p_api_version_number,
325: l_api_name,
326: G_PKG_NAME)

Line 374: -- Standard check for p_commit

370: --
371: -- End of API body
372: --
373:
374: -- Standard check for p_commit
375: IF FND_API.to_Boolean( p_commit )
376: THEN
377: COMMIT WORK;
378: END IF;

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

377: COMMIT WORK;
378: END IF;
379:
380:
381: -- Standard call to get message count and if count is 1, get message info.
382: FND_MSG_PUB.Count_And_Get
383: ( p_count => x_msg_count,
384: p_data => x_msg_data
385: );

Line 432: -- Standard Start of API savepoint

428: l_api_name CONSTANT VARCHAR2(30) := 'Delete_group_checks';
429: l_api_version_number CONSTANT NUMBER := 1.0;
430: l_pvt_GROUP_CHK_rec CSC_GROUP_CHECKS_PVT.GROUP_CHK_Rec_Type;
431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT DELETE_GROUP_CHECKS_PUB;
434:
435: -- Standard call to check for call compatibility.
436: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

431: BEGIN
432: -- Standard Start of API savepoint
433: SAVEPOINT DELETE_GROUP_CHECKS_PUB;
434:
435: -- Standard call to check for call compatibility.
436: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
437: p_api_version_number,
438: l_api_name,
439: G_PKG_NAME)

Line 484: -- Standard check for p_commit

480: --
481: -- End of API body
482: --
483:
484: -- Standard check for p_commit
485: IF FND_API.to_Boolean( p_commit )
486: THEN
487: COMMIT WORK;
488: END IF;

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

487: COMMIT WORK;
488: END IF;
489:
490:
491: -- Standard call to get message count and if count is 1, get message info.
492: FND_MSG_PUB.Count_And_Get
493: ( p_count => x_msg_count,
494: p_data => x_msg_data
495: );