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 281: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

277: lp_thpv_rec.try_id := l_try_id;
278: lp_thpv_rec.date_trans_occurred := l_sysdate;
279: END IF;
280:
281: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
282: p_api_version => p_api_version,
283: p_init_msg_list => OKL_API.G_FALSE,
284: x_return_status => l_record_status,
285: x_msg_count => x_msg_count,