DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 6991: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

6987:
6988: l_corp_net_book_value NUMBER;
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:

Line 6992: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

6988: l_corp_net_book_value NUMBER;
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;

Line 7153: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

7149: l_talv_rec.id := txl_asset_rec.id;
7150: l_talv_rec.depreciation_cost := l_corp_net_book_value;
7151: l_talv_rec.original_cost := l_corp_net_book_value;
7152:
7153: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
7154: p_api_version => p_api_version,
7155: p_init_msg_list => p_init_msg_list,
7156: x_return_status => x_return_status,
7157: x_msg_count => x_msg_count,

Line 7608: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

7604: AND fa_lseb.lty_code = 'FIXED_ASSET';
7605:
7606: txl_asset_rec txl_asset_csr%ROWTYPE;
7607:
7608: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7609: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7610:
7611: CURSOR txl_ib_csr (p_chr_id IN NUMBER,
7612: p_cle_id IN NUMBER) is

Line 7609: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

7605:
7606: txl_asset_rec txl_asset_csr%ROWTYPE;
7607:
7608: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7609: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7610:
7611: CURSOR txl_ib_csr (p_chr_id IN NUMBER,
7612: p_cle_id IN NUMBER) is
7613: SELECT iti.id,

Line 8046: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

8042:
8043: l_talv_rec.id := txl_asset_rec.id;
8044: l_talv_rec.fa_location_id := taa_lines_rec.source_value_2;
8045:
8046: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
8047: p_api_version => p_api_version,
8048: p_init_msg_list => p_init_msg_list,
8049: x_return_status => x_return_status,
8050: x_msg_count => x_msg_count,