DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_PUB dependencies on OKL_AM_PROCESS_ASSET_TRX_PUB

Line 1: PACKAGE BODY OKL_AM_PROCESS_ASSET_TRX_PUB AS

1: PACKAGE BODY OKL_AM_PROCESS_ASSET_TRX_PUB AS
2: /* $Header: OKLPAMAB.pls 115.10 2004/04/13 10:30:21 rnaik noship $ */
3:
4:
5: PROCEDURE process_transactions_wrap( ERRBUF OUT NOCOPY VARCHAR2,

Line 155: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_PROCESS_ASSET_TRX_PUB','process_transactions');

151: ROLLBACK TO trx_process_transactions;
152: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
153: x_msg_count := l_msg_count ;
154: x_msg_data := l_msg_data ;
155: FND_MSG_PUB.ADD_EXC_MSG('OKL_AM_PROCESS_ASSET_TRX_PUB','process_transactions');
156: FND_MSG_PUB.count_and_get(
157: p_count => x_msg_count
158: ,p_data => x_msg_data);
159: END process_transactions;

Line 160: END OKL_AM_PROCESS_ASSET_TRX_PUB;

156: FND_MSG_PUB.count_and_get(
157: p_count => x_msg_count
158: ,p_data => x_msg_data);
159: END process_transactions;
160: END OKL_AM_PROCESS_ASSET_TRX_PUB;