DBA Data[Home] [Help]

APPS.IEX_BALI_FILTERS_PVT dependencies on IEX_BALI_FILTERS_PVT

Line 1: PACKAGE BODY IEX_BALI_FILTERS_PVT as

1: PACKAGE BODY IEX_BALI_FILTERS_PVT as
2: /* $Header: iexvbflb.pls 120.3 2004/06/04 19:59:04 jsanju noship $ */
3:
4: PG_DEBUG NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
5: -- Start of Comments

Line 6: -- Package name : IEX_BALI_FILTERS_PVT

2: /* $Header: iexvbflb.pls 120.3 2004/06/04 19:59:04 jsanju noship $ */
3:
4: PG_DEBUG NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
5: -- Start of Comments
6: -- Package name : IEX_BALI_FILTERS_PVT
7: -- Purpose :
8: -- History :
9: -- NOTE :
10: -- End of Comments

Line 57: 'IEX_BALI_FILTERS_PVT.create_BALI_FILTERS *** ');

53:
54: BEGIN
55: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
56: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
57: 'IEX_BALI_FILTERS_PVT.create_BALI_FILTERS *** ');
58: END IF;
59: -- Standard Start of API savepoint
60: SAVEPOINT CREATE_BALI_FILTERS_PVT;
61:

Line 229: IEX_DEBUG_PUB.LogMessage ('****** End of Procedure =>IEX_BALI_FILTERS_PVT.create_BALI_FILTERS ****** ');

225: p_data => x_msg_data
226: );
227:
228: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
229: IEX_DEBUG_PUB.LogMessage ('****** End of Procedure =>IEX_BALI_FILTERS_PVT.create_BALI_FILTERS ****** ');
230: END IF;
231: EXCEPTION
232: WHEN FND_API.G_EXC_ERROR THEN
233: ROLLBACK TO CREATE_BALI_FILTERS_PVT;

Line 273: 'IEX_BALI_FILTERS_PVT.update_BALI_FILTERS *** ');

269:
270: BEGIN
271: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
272: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
273: 'IEX_BALI_FILTERS_PVT.update_BALI_FILTERS *** ');
274: END IF;
275:
276: -- Standard Start of API savepoint
277: SAVEPOINT UPDATE_BALI_FILTERS_PVT;

Line 385: 'IEX_BALI_FILTERS_PVT.update_BALI_FILTERS ** ');

381: p_data => x_msg_data
382: );
383: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
384: IEX_DEBUG_PUB.LogMessage ('**** End of Procedure =>'||
385: 'IEX_BALI_FILTERS_PVT.update_BALI_FILTERS ** ');
386: END IF;
387: EXCEPTION
388: WHEN FND_API.G_EXC_ERROR THEN
389: ROLLBACK TO UPDATE_BALI_FILTERS_PVT;

Line 503: End IEX_BALI_FILTERS_PVT;

499: Procedure commit_work IS
500: BEGIN
501: COMMIT WORK;
502: end commit_work;
503: End IEX_BALI_FILTERS_PVT;