DBA Data[Home] [Help]

APPS.IEX_BANKRUPTCIES_PVT dependencies on STANDARD

Line 49: -- Standard Start of API savepoint

45: IEX_DEBUG_PUB.LogMessage ('Create_bankruptcy: ' || '********* start of Procedure =>'||
46: 'IEX_BANKRUPTCIES_PVT.create_BANKRUPTCY ******** ');
47: END IF;
48:
49: -- Standard Start of API savepoint
50: SAVEPOINT CREATE_BANKRUPTCY_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_BANKRUPTCY_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 216: -- Standard check for p_commit

212: --
213: -- End of API body
214: --
215:
216: -- Standard check for p_commit
217: IF FND_API.to_Boolean( p_commit )
218: THEN
219: COMMIT WORK;
220: END IF;

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

220: END IF;
221:
222:
223:
224: -- Standard call to get message count and if count is 1, get message info.
225: FND_MSG_PUB.Count_And_Get
226: ( p_count => x_msg_count,
227: p_data => x_msg_data
228: );

Line 292: -- Standard Start of API savepoint

288: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
289: IEX_DEBUG_PUB.LogMessage ('Update_bankruptcy: ' || '********* start of Procedure =>'||
290: 'IEX_BANKRUPTCIES_PVT.update_BANKRUPTCY ******** ');
291: END IF;
292: -- Standard Start of API savepoint
293: SAVEPOINT UPDATE_BANKRUPTCY_PVT;
294:
295: -- Standard call to check for call compatibility.
296: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

291: END IF;
292: -- Standard Start of API savepoint
293: SAVEPOINT UPDATE_BANKRUPTCY_PVT;
294:
295: -- Standard call to check for call compatibility.
296: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
297: p_api_version_number,
298: l_api_name,
299: G_PKG_NAME)

Line 406: -- Standard check for p_commit

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

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

407: IF FND_API.to_Boolean( p_commit )
408: THEN
409: COMMIT WORK;
410: END IF;
411: -- Standard call to get message count and if count is 1, get message info.
412: FND_MSG_PUB.Count_And_Get
413: ( p_count => x_msg_count,
414: p_data => x_msg_data
415: );

Line 482: -- Standard Start of API savepoint

478: IEX_DEBUG_PUB.LogMessage ('Delete_bankruptcy: ' || '********* start of Procedure =>'||
479: 'IEX_BANKRUPTCIES_PVT.delete_bankruptcy ******** ');
480: END IF;
481:
482: -- Standard Start of API savepoint
483: SAVEPOINT DELETE_BANKRUPTCY_PVT;
484:
485: -- Standard call to check for call compatibility.
486: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

481:
482: -- Standard Start of API savepoint
483: SAVEPOINT DELETE_BANKRUPTCY_PVT;
484:
485: -- Standard call to check for call compatibility.
486: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
487: p_api_version_number,
488: l_api_name,
489: G_PKG_NAME)

Line 515: -- Standard check for p_commit

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

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

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