DBA Data[Home] [Help]

APPS.OKL_AM_SV_WRITEDOWN_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 31: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;

27: p_assets_tbl IN assets_tbl_type,
28: x_salvage_value_status OUT NOCOPY VARCHAR2) IS
29:
30: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
31: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
32:
33:
34: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
35: l_overall_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;

Line 288: OKL_TXL_ASSETS_PUB.create_txl_asset_def(

284: lp_tlpv_rec.current_units := l_current_units;
285: lp_tlpv_rec.dnz_asset_id := l_asset_id;
286: lp_tlpv_rec.dnz_khr_id := l_dnz_chr_id;
287:
288: OKL_TXL_ASSETS_PUB.create_txl_asset_def(
289: p_api_version => p_api_version,
290: p_init_msg_list => OKL_API.G_FALSE,
291: x_return_status => l_record_status,
292: x_msg_count => x_msg_count,