DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_PUB dependencies on OKL_AM_PROCESS_ASSET_TRX_PVT

Line 37: OKL_AM_PROCESS_ASSET_TRX_PVT.process_transactions_wrap(

33: lx_errbuf := ERRBUF;
34: lx_retcode := RETCODE;
35:
36: -- call the insert of pvt
37: OKL_AM_PROCESS_ASSET_TRX_PVT.process_transactions_wrap(
38: ERRBUF => lx_errbuf,
39: RETCODE => lx_retcode,
40: p_api_version => l_api_version,
41: p_init_msg_list => l_init_msg_list,

Line 109: OKL_AM_PROCESS_ASSET_TRX_PVT.process_transactions( p_api_version => l_api_version

105: lx_processed_count := x_processed_count;
106: lx_error_count := x_error_count;
107:
108: -- call the insert of pvt
109: OKL_AM_PROCESS_ASSET_TRX_PVT.process_transactions( p_api_version => l_api_version
110: ,p_init_msg_list => l_init_msg_list
111: ,x_msg_data => l_msg_data
112: ,x_msg_count => l_msg_count
113: ,x_return_status => l_return_status