DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 6993: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;

6989: l_tax_net_book_value NUMBER;
6990:
6991: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6992: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6993: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6994: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6995:
6996: lp_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6997: lx_cimv_rec okl_okc_migration_pvt.cimv_rec_type;

Line 6994: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;

6990:
6991: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6992: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
6993: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6994: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
6995:
6996: lp_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6997: lx_cimv_rec okl_okc_migration_pvt.cimv_rec_type;
6998:

Line 7196: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF

7192: --Update Okl_Txd_Assets for Cost
7193: l_txdv_rec.id := txd_asset_rec.id;
7194: l_txdv_rec.cost := l_tax_net_book_value;
7195:
7196: OKL_TXD_ASSETS_PUB.UPDATE_TXD_ASSET_DEF
7197: (p_api_version => p_api_version,
7198: p_init_msg_list => p_init_msg_list,
7199: x_return_status => x_return_status,
7200: x_msg_count => x_msg_count,