DBA Data[Home] [Help]

APPS.IEX_CASE_CONTACTS_PVT dependencies on STANDARD

Line 64: -- Standard Start of API savepoint

60: -- IF PG_DEBUG < 10 THEN
61: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
62: IEX_DEBUG_PUB.LogMessage ('********* start of Procedure =>IEX_CASE_CONTACTS_PVT.Create_case_contact ******** ');
63: END IF;
64: -- Standard Start of API savepoint
65: SAVEPOINT CREATE_CASE_CONTACT_PVT;
66:
67: -- Standard call to check for call compatibility.
68: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

63: END IF;
64: -- Standard Start of API savepoint
65: SAVEPOINT CREATE_CASE_CONTACT_PVT;
66:
67: -- Standard call to check for call compatibility.
68: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
69: p_api_version_number,
70: l_api_name,
71: G_PKG_NAME)

Line 234: -- Standard check for p_commit

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

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

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

Line 309: -- Standard Start of API savepoint

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

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

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

Line 384: -- Standard check for p_commit

380: --
381: -- End of API body.
382: --
383:
384: -- Standard check for p_commit
385: IF FND_API.to_Boolean( p_commit )
386: THEN
387: COMMIT WORK;
388: END IF;

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

388: END IF;
389:
390:
391:
392: -- Standard call to get message count and if count is 1, get message info.
393: FND_MSG_PUB.Count_And_Get
394: ( p_count => x_msg_count,
395: p_data => x_msg_data
396: );

Line 458: -- Standard Start of API savepoint

454: -- IF PG_DEBUG < 10 THEN
455: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
456: IEX_DEBUG_PUB.LogMessage ('********* start of Procedure =>IEX_CASE_CONTACTS_PVT.delete_case_contact ******** ');
457: END IF;
458: -- Standard Start of API savepoint
459: SAVEPOINT DELETE_case_contact_PVT;
460:
461: -- Standard call to check for call compatibility.
462: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

457: END IF;
458: -- Standard Start of API savepoint
459: SAVEPOINT DELETE_case_contact_PVT;
460:
461: -- Standard call to check for call compatibility.
462: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
463: p_api_version_number,
464: l_api_name,
465: G_PKG_NAME)

Line 491: -- Standard check for p_commit

487: --
488: -- End of API body
489: --
490:
491: -- Standard check for p_commit
492: IF FND_API.to_Boolean( p_commit )
493: THEN
494: COMMIT WORK;
495: END IF;

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

495: END IF;
496:
497:
498:
499: -- Standard call to get message count and if count is 1, get message info.
500: FND_MSG_PUB.Count_And_Get
501: ( p_count => x_msg_count,
502: p_data => x_msg_data
503: );