DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 11188: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;

11184: and kle_fin.id = cleb_fin.id;
11185:
11186: l_capital_amount okl_k_lines.capital_amount%TYPE;
11187:
11188: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11189: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11190: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11191: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11192:

Line 11189: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;

11185:
11186: l_capital_amount okl_k_lines.capital_amount%TYPE;
11187:
11188: l_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11189: lx_talv_rec okl_txl_assets_pub.tlpv_rec_type;
11190: l_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11191: lx_txdv_rec okl_txd_assets_pub.adpv_rec_type;
11192:
11193: BEGIN

Line 11324: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

11320: -- the calculated Line Capital Amount
11321: l_talv_rec.id := l_curr_trx_rec.tal_id;
11322: l_talv_rec.depreciation_cost := l_capital_amount;
11323:
11324: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
11325: p_api_version => p_api_version,
11326: p_init_msg_list => p_init_msg_list,
11327: x_return_status => x_return_status,
11328: x_msg_count => x_msg_count,

Line 11376: OKL_TXL_ASSETS_PUB.update_txl_asset_def(

11372: -- the calculated Line Capital Amount
11373: l_talv_rec.id := l_curr_trx_rec.tal_id;
11374: l_talv_rec.depreciation_cost := l_capital_amount;
11375:
11376: OKL_TXL_ASSETS_PUB.update_txl_asset_def(
11377: p_api_version => p_api_version,
11378: p_init_msg_list => p_init_msg_list,
11379: x_return_status => x_return_status,
11380: x_msg_count => x_msg_count,