DBA Data[Home] [Help]

APPS.IEX_CASES_PVT dependencies on STANDARD

Line 48: -- Standard Start of API savepoint

44: -- IF PG_DEBUG < 10 THEN
45: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
46: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_CASES_PVT.Create_cas ******** ');
47: END IF;
48: -- Standard Start of API savepoint
49: SAVEPOINT CREATE_CAS_PVT;
50:
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

47: END IF;
48: -- Standard Start of API savepoint
49: SAVEPOINT CREATE_CAS_PVT;
50:
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
53: p_api_version_number,
54: l_api_name,
55: G_PKG_NAME)

Line 236: -- Standard check for p_commit

232: --
233: -- End of API body.
234: --
235:
236: -- Standard check for p_commit
237: IF FND_API.to_Boolean( p_commit )
238: THEN
239: COMMIT WORK;
240: END IF;

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

239: COMMIT WORK;
240: END IF;
241:
242:
243: -- Standard call to get message count and if count is 1, get message info.
244: FND_MSG_PUB.Count_And_Get
245: ( p_count => x_msg_count,
246: p_data => x_msg_data
247: );

Line 311: -- Standard Start of API savepoint

307: -- IF PG_DEBUG < 10 THEN
308: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
309: IEX_DEBUG_PUB.LogMessage ('********* Start of Procedure =>IEX_CASES_PVT.update_cas ******** ');
310: END IF;
311: -- Standard Start of API savepoint
312: SAVEPOINT UPDATE_CAS_PVT;
313:
314: -- Standard call to check for call compatibility.
315: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

310: END IF;
311: -- Standard Start of API savepoint
312: SAVEPOINT UPDATE_CAS_PVT;
313:
314: -- Standard call to check for call compatibility.
315: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
316: p_api_version_number,
317: l_api_name,
318: G_PKG_NAME)

Line 407: -- Standard check for p_commit

403: --
404: -- End of API body
405: --
406:
407: -- Standard check for p_commit
408: IF FND_API.to_Boolean( p_commit )
409: THEN
410: COMMIT WORK;
411: END IF;

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

410: COMMIT WORK;
411: END IF;
412:
413:
414: -- Standard call to get message count and if count is 1, get message info.
415: FND_MSG_PUB.Count_And_Get
416: ( p_count => x_msg_count,
417: p_data => x_msg_data
418: );

Line 476: -- Standard Start of API savepoint

472: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_CAS';
473: l_api_version_number CONSTANT NUMBER := 2.0;
474:
475: BEGIN
476: -- Standard Start of API savepoint
477: SAVEPOINT DELETE_CAS_PVT;
478:
479: -- Standard call to check for call compatibility.
480: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

475: BEGIN
476: -- Standard Start of API savepoint
477: SAVEPOINT DELETE_CAS_PVT;
478:
479: -- Standard call to check for call compatibility.
480: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
481: p_api_version_number,
482: l_api_name,
483: G_PKG_NAME)

Line 516: -- Standard check for p_commit

512: --
513: -- End of API body
514: --
515:
516: -- Standard check for p_commit
517: IF FND_API.to_Boolean( p_commit )
518: THEN
519: COMMIT WORK;
520: END IF;

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

519: COMMIT WORK;
520: END IF;
521:
522:
523: -- Standard call to get message count and if count is 1, get message info.
524: FND_MSG_PUB.Count_And_Get
525: ( p_count => x_msg_count,
526: p_data => x_msg_data
527: );