DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_RV_TRX_PUB dependencies on OKL_AM_PROCESS_RV_TRX_PVT

Line 31: OKL_AM_PROCESS_RV_TRX_PVT.process_transactions_wrap(

27: lx_errbuf := ERRBUF;
28: lx_retcode := RETCODE;
29:
30: -- call the insert of pvt
31: OKL_AM_PROCESS_RV_TRX_PVT.process_transactions_wrap(
32: ERRBUF => lx_errbuf,
33: RETCODE => lx_retcode,
34: p_api_version => l_api_version,
35: p_init_msg_list => l_init_msg_list,

Line 95: OKL_AM_PROCESS_RV_TRX_PVT.process_transactions(

91: lx_processed_count := x_processed_count;
92: lx_error_count := x_error_count;
93:
94: -- call the insert of pvt
95: OKL_AM_PROCESS_RV_TRX_PVT.process_transactions(
96: p_api_version => l_api_version,
97: p_init_msg_list => l_init_msg_list
98: ,x_msg_data => l_msg_data
99: ,x_msg_count => l_msg_count