DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 6684: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;

6680: l_tax_net_book_value NUMBER;
6681:
6682: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6683: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6684: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6685: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6686:
6687: lp_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6688: lx_cimv_rec okl_okc_migration_pvt.cimv_rec_type;

Line 6685: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;

6681:
6682: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6683: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6684: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6685: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6686:
6687: lp_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6688: lx_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6689:

Line 6887: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

6883: --Update Okl_Txd_Assets for Cost
6884: l_txdv_rec.id := txd_asset_rec.id;
6885: l_txdv_rec.cost := l_tax_net_book_value;
6886:
6887: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
6888: (p_api_version => p_api_version,
6889: p_init_msg_list => p_init_msg_list,
6890: x_return_status => x_return_status,
6891: x_msg_count => x_msg_count,