DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 10915: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;

10911: l_capital_amount okl_k_lines.capital_amount%TYPE;
10912:
10913: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
10914: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
10915: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
10916: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
10917:
10918: BEGIN
10919: x_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 10916: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;

10912:
10913: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
10914: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
10915: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
10916: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
10917:
10918: BEGIN
10919: x_return_status := OKL_API.G_RET_STS_SUCCESS;
10920:

Line 11072: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11068: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11069: l_txdv_rec.id := l_tax_book_rec.id;
11070: l_txdv_rec.cost := l_capital_amount;
11071:
11072: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11073: (p_api_version => p_api_version,
11074: p_init_msg_list => p_init_msg_list,
11075: x_return_status => x_return_status,
11076: x_msg_count => x_msg_count,

Line 11134: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11130: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11131: l_txdv_rec.id := l_tax_book_rec.id;
11132: l_txdv_rec.cost := l_capital_amount;
11133:
11134: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11135: (p_api_version => p_api_version,
11136: p_init_msg_list => p_init_msg_list,
11137: x_return_status => x_return_status,
11138: x_msg_count => x_msg_count,

Line 11165: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

11161: -- Update Cost in Okl_Txd_Assets to the calculated Line Capital Amount
11162: l_txdv_rec.id := l_tax_book_rec.id;
11163: l_txdv_rec.cost := l_capital_amount;
11164:
11165: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
11166: (p_api_version => p_api_version,
11167: p_init_msg_list => p_init_msg_list,
11168: x_return_status => x_return_status,
11169: x_msg_count => x_msg_count,