DBA Data[Home] [Help]

APPS.IEX_WRITEOFF_OBJECTS_PVT dependencies on STANDARD

Line 57: -- Standard Start of API savepoint

53: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
54: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
55: 'IEX_writeoff_objects_PVT.create_writeoff_objects *** ');
56: END IF;
57: -- Standard Start of API savepoint
58: SAVEPOINT CREATE_WRITEOFF_OBJECTS_PVT;
59:
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number,

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

56: END IF;
57: -- Standard Start of API savepoint
58: SAVEPOINT CREATE_WRITEOFF_OBJECTS_PVT;
59:
60: -- Standard call to check for call compatibility.
61: IF NOT FND_API.Compatible_API_Call ( l_api_version_number, p_api_version_number,
62: l_api_name, G_PKG_NAME) then
63: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
64: END IF;

Line 195: -- Standard check for p_commit

191: --
192: -- End of API body.
193: --
194:
195: -- Standard check for p_commit
196: IF FND_API.to_Boolean( p_commit )
197: THEN
198: COMMIT WORK;
199: END IF;

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

197: THEN
198: COMMIT WORK;
199: END IF;
200:
201: -- Standard call to get message count and if count is 1, get message info.
202: FND_MSG_PUB.Count_And_Get
203: ( p_count => x_msg_count,
204: p_data => x_msg_data
205: );

Line 256: -- Standard Start of API savepoint

252: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
253: 'IEX_writeoff_objects_PVT.update_writeoff_objects *** ');
254: END IF;
255:
256: -- Standard Start of API savepoint
257: SAVEPOINT UPDATE_WRITEOFF_OBJECTS_PVT;
258:
259: -- Standard call to check for call compatibility.
260: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

255:
256: -- Standard Start of API savepoint
257: SAVEPOINT UPDATE_WRITEOFF_OBJECTS_PVT;
258:
259: -- Standard call to check for call compatibility.
260: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
261: p_api_version_number,
262: l_api_name,
263: G_PKG_NAME)

Line 351: -- Standard check for p_commit

347: --
348: -- End of API body
349: --
350:
351: -- Standard check for p_commit
352: IF FND_API.to_Boolean( p_commit )
353: THEN
354: COMMIT WORK;
355: END IF;

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

354: COMMIT WORK;
355: END IF;
356:
357:
358: -- Standard call to get message count and if count is 1, get message info.
359: FND_MSG_PUB.Count_And_Get
360: ( p_count => x_msg_count,
361: p_data => x_msg_data
362: );

Line 404: -- Standard Start of API savepoint

400: l_api_name CONSTANT VARCHAR2(50) := 'DELETE_WRITEOFF_OBJECTS';
401: l_api_version_number CONSTANT NUMBER := 2.0;
402:
403: BEGIN
404: -- Standard Start of API savepoint
405: SAVEPOINT DELETE_WRITEOFF_OBJECTS_PVT;
406:
407: -- Standard call to check for call compatibility.
408: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

403: BEGIN
404: -- Standard Start of API savepoint
405: SAVEPOINT DELETE_WRITEOFF_OBJECTS_PVT;
406:
407: -- Standard call to check for call compatibility.
408: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
409: p_api_version_number,
410: l_api_name,
411: G_PKG_NAME)

Line 444: -- Standard check for p_commit

440: --
441: -- End of API body
442: --
443:
444: -- Standard check for p_commit
445: IF FND_API.to_Boolean( p_commit )
446: THEN
447: COMMIT WORK;
448: END IF;

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

447: COMMIT WORK;
448: END IF;
449:
450:
451: -- Standard call to get message count and if count is 1, get message info.
452: FND_MSG_PUB.Count_And_Get
453: ( p_count => x_msg_count,
454: p_data => x_msg_data
455: );