DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_RV_TRX_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 133: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;

129: x_processed_count OUT NOCOPY NUMBER,
130: x_error_count OUT NOCOPY NUMBER) IS
131:
132:
133: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
134: SUBTYPE rbk_tbl_type IS okl_mass_rebook_pub.rbk_tbl_type;
135: SUBTYPE strm_lalevl_tbl_type IS okl_mass_rebook_pub.strm_lalevl_tbl_type;
136:
137:

Line 311: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

307: ELSE
308: -- update the staus (tsu_code) in okl_trx_assets_v
309: lp_thpv_rec.id := l_assettrx_rec.id;
310: lp_thpv_rec.tsu_code := 'PROCESSED';
311: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
312: p_api_version => p_api_version,
313: p_init_msg_list => OKC_API.G_FALSE,
314: x_return_status => l_return_status,
315: x_msg_count => x_msg_count,

Line 360: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

356: IF l_transaction_status <> OKC_API.G_RET_STS_SUCCESS THEN
357: -- update the staus (tsu_code) in okl_trx_assets_v
358: lp_thpv_rec.id := l_assettrx_rec.id;
359: lp_thpv_rec.tsu_code := 'ERROR';
360: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
361: p_api_version => p_api_version,
362: p_init_msg_list => OKC_API.G_FALSE,
363: x_return_status => l_return_status,
364: x_msg_count => x_msg_count,