DBA Data[Home] [Help]

APPS.IEX_WRITEOFFS_PVT dependencies on STANDARD

Line 49: -- Standard Start of API savepoint

45: IEX_DEBUG_PUB.LogMessage ('Create_writeoffs: ' || '********* start of Procedure =>'||
46: 'IEX_WRITEOFFS_PVT.create_WRITEOFFS ******** ');
47: END IF;
48:
49: -- Standard Start of API savepoint
50: SAVEPOINT CREATE_WRITEOFFS_PVT;
51:
52: -- Standard call to check for call compatibility.
53: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 230: -- Standard check for p_commit

226: --
227: -- End of API body
228: --
229:
230: -- Standard check for p_commit
231: IF FND_API.to_Boolean( p_commit )
232: THEN
233: COMMIT WORK;
234: END IF;

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

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

Line 309: -- Standard Start of API savepoint

305: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
306: IEX_DEBUG_PUB.LogMessage ('Update_writeoffs: ' || '********* start of Procedure =>'||
307: 'IEX_WRITEOFFS_PVT.update_WRITEOFFS ******** ');
308: END IF;
309: -- Standard Start of API savepoint
310: SAVEPOINT UPDATE_WRITEOFFS_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_WRITEOFFS_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 418: -- Standard check for p_commit

414: --
415: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
416: IEX_DEBUG_PUB.LogMessage ('IEX_WRITEOFFS_PVT.update_WRITEOFFS is successfull');
417: END IF;
418: -- Standard check for p_commit
419: IF FND_API.to_Boolean( p_commit )
420: THEN
421: COMMIT WORK;
422: END IF;

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

420: THEN
421: COMMIT WORK;
422: END IF;
423:
424: -- Standard call to get message count and if count is 1, get message info.
425: FND_MSG_PUB.Count_And_Get
426: ( p_count => x_msg_count,
427: p_data => x_msg_data
428: );

Line 495: -- Standard Start of API savepoint

491: 'IEX_WRITEOFFS_PVT.DELETE_WRITEOFFS ******** ');
492: END IF;
493:
494:
495: -- Standard Start of API savepoint
496: SAVEPOINT DELETE_WRITEOFFS_PVT;
497:
498: -- Standard call to check for call compatibility.
499: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

494:
495: -- Standard Start of API savepoint
496: SAVEPOINT DELETE_WRITEOFFS_PVT;
497:
498: -- Standard call to check for call compatibility.
499: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
500: p_api_version_number,
501: l_api_name,
502: G_PKG_NAME)

Line 530: -- Standard check for p_commit

526: --
527: -- End of API body
528: --
529:
530: -- Standard check for p_commit
531: IF FND_API.to_Boolean( p_commit )
532: THEN
533: COMMIT WORK;
534: END IF;

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

540: 'IEX_WRITEOFFS_PVT.DELETE_WRITEOFFS ******** ');
541: END IF;
542:
543:
544: -- Standard call to get message count and if count is 1, get message info.
545: FND_MSG_PUB.Count_And_Get
546: ( p_count => x_msg_count,
547: p_data => x_msg_data
548: );