DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 10913: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

10909: and kle_fin.id = cleb_fin.id;
10910:
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:

Line 10914: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

10910:
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

Line 11049: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

11045: -- the calculated Line Capital Amount
11046: l_talv_rec.id := l_curr_trx_rec.tal_id;
11047: l_talv_rec.depreciation_cost := l_capital_amount;
11048:
11049: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
11050: p_api_version => p_api_version,
11051: p_init_msg_list => p_init_msg_list,
11052: x_return_status => x_return_status,
11053: x_msg_count => x_msg_count,

Line 11101: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

11097: -- the calculated Line Capital Amount
11098: l_talv_rec.id := l_curr_trx_rec.tal_id;
11099: l_talv_rec.depreciation_cost := l_capital_amount;
11100:
11101: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
11102: p_api_version => p_api_version,
11103: p_init_msg_list => p_init_msg_list,
11104: x_return_status => x_return_status,
11105: x_msg_count => x_msg_count,