DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_CONTRACT_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 136: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;

132:
133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
135:
136: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
137: lx_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
138:
139: BEGIN
140: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 137: lx_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;

133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
135:
136: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
137: lx_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
138:
139: BEGIN
140: x_return_status := OKL_API.G_RET_STS_SUCCESS;
141: -- Call start_activity to create savepoint, check compatibility

Line 261: okl_txd_assets_pub.update_txd_asset_Def(

257: Exit When l_txdv_csr%NOTFOUND;
258: IF l_txd_asset_number is not null then
259: l_adpv_rec.id := l_txd_id;
260: l_adpv_rec.asset_number := l_asset_new_number;
261: okl_txd_assets_pub.update_txd_asset_Def(
262: p_api_version => p_api_version,
263: p_init_msg_list => p_init_msg_list,
264: x_return_status => x_return_status,
265: x_msg_count => x_msg_count,