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 327: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

323: ELSE
324: -- update the staus (tsu_code) in okl_trx_assets_v
325: lp_thpv_rec.id := l_assettrx_rec.id;
326: lp_thpv_rec.tsu_code := 'PROCESSED';
327: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
328: p_api_version => p_api_version,
329: p_init_msg_list => OKC_API.G_FALSE,
330: x_return_status => l_return_status,
331: x_msg_count => x_msg_count,

Line 377: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

373: IF l_transaction_status <> OKC_API.G_RET_STS_SUCCESS THEN
374: -- update the staus (tsu_code) in okl_trx_assets_v
375: lp_thpv_rec.id := l_assettrx_rec.id;
376: lp_thpv_rec.tsu_code := 'ERROR';
377: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
378: p_api_version => p_api_version,
379: p_init_msg_list => OKC_API.G_FALSE,
380: x_return_status => l_return_status,
381: x_msg_count => x_msg_count,