DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 6682: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

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

Line 6683: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

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

Line 6844: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

6840: l_talv_rec.id := txl_asset_rec.id;
6841: l_talv_rec.depreciation_cost := l_corp_net_book_value;
6842: l_talv_rec.original_cost := l_corp_net_book_value;
6843:
6844: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
6845: p_api_version => p_api_version,
6846: p_init_msg_list => p_init_msg_list,
6847: x_return_status => x_return_status,
6848: x_msg_count => x_msg_count,

Line 7288: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

7284: AND fa_lseb.lty_code = 'FIXED_ASSET';
7285:
7286: txl_asset_rec txl_asset_csr%ROWTYPE;
7287:
7288: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7289: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7290:
7291: CURSOR txl_ib_csr (p_chr_id IN NUMBER,
7292: p_cle_id IN NUMBER) is

Line 7289: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

7285:
7286: txl_asset_rec txl_asset_csr%ROWTYPE;
7287:
7288: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7289: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
7290:
7291: CURSOR txl_ib_csr (p_chr_id IN NUMBER,
7292: p_cle_id IN NUMBER) is
7293: SELECT iti.id,

Line 7722: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

7718:
7719: l_talv_rec.id := txl_asset_rec.id;
7720: l_talv_rec.fa_location_id := taa_lines_rec.source_value_2;
7721:
7722: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
7723: p_api_version => p_api_version,
7724: p_init_msg_list => p_init_msg_list,
7725: x_return_status => x_return_status,
7726: x_msg_count => x_msg_count,