DBA Data[Home] [Help]

APPS.OKL_AM_RV_WRITEDOWN_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 33: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;

29: -- we are keeping it for the time
30: -- being to avoid
31: -- rosetta regeneration
32:
33: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
34: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
35:
36:
37: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;

Line 249: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

245: lp_thpv_rec.try_id := l_try_id;
246: lp_thpv_rec.date_trans_occurred := l_sysdate;
247: END IF;
248:
249: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
250: p_api_version => p_api_version,
251: p_init_msg_list => OKL_API.G_FALSE,
252: x_return_status => l_record_status,
253: x_msg_count => x_msg_count,