DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_WRAP dependencies on OKL_AM_PROCESS_ASSET_TRX_PUB

Line 7: -- Description : This procedure calls process_transactions procedure of OKL_AM_PROCESS_ASSET_TRX_PUB API

3:
4: -- Start of comments
5: --
6: -- Procedure Name : process_transactions_wrap
7: -- Description : This procedure calls process_transactions procedure of OKL_AM_PROCESS_ASSET_TRX_PUB API
8: -- Business Rules :
9: -- Parameters : p_contract_id - contract id
10: -- p_asset_id - asset_id
11: -- p_kle_id - line id

Line 41: OKL_AM_PROCESS_ASSET_TRX_PUB.process_transactions(

37: l_error_count NUMBER;
38:
39: BEGIN
40:
41: OKL_AM_PROCESS_ASSET_TRX_PUB.process_transactions(
42: p_api_version => p_api_version,
43: p_init_msg_list => p_init_msg_list ,
44: x_return_status => l_return_status,
45: x_msg_count => l_msg_count,