DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 11190: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;

11186: l_capital_amount okl_k_lines.capital_amount%TYPE;
11187:
11188: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11189: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11190: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11191: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11192:
11193: BEGIN
11194: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 11191: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;

11187:
11188: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11189: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11190: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11191: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11192:
11193: BEGIN
11194: x_return_status := OKL_API.G_RET_STS_SUCCESS;
11195:

Line 11347: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11343: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11344: l_txdv_rec.id := l_tax_book_rec.id;
11345: l_txdv_rec.cost := l_capital_amount;
11346:
11347: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11348: (p_api_version => p_api_version,
11349: p_init_msg_list => p_init_msg_list,
11350: x_return_status => x_return_status,
11351: x_msg_count => x_msg_count,

Line 11409: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11405: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11406: l_txdv_rec.id := l_tax_book_rec.id;
11407: l_txdv_rec.cost := l_capital_amount;
11408:
11409: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11410: (p_api_version => p_api_version,
11411: p_init_msg_list => p_init_msg_list,
11412: x_return_status => x_return_status,
11413: x_msg_count => x_msg_count,

Line 11440: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11436: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11437: l_txdv_rec.id := l_tax_book_rec.id;
11438: l_txdv_rec.cost := l_capital_amount;
11439:
11440: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11441: (p_api_version => p_api_version,
11442: p_init_msg_list => p_init_msg_list,
11443: x_return_status => x_return_status,
11444: x_msg_count => x_msg_count,