DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_K_LINES_V

Line 9319: from okl_k_lines_v

9315: -- Bug# 5150150 - start
9316: -- cursor to get expected asset cost
9317: cursor l_exp_asset_cost_csr (p_cle_id in number) is
9318: select id,EXPECTED_ASSET_COST
9319: from okl_k_lines_v
9320: where id = p_cle_id;
9321:
9322: -- cursor to get ORIG_SYSTEM_SOURCE_CODE of the contract
9323:

Line 9331: l_cle_id okl_k_lines_v.id%type;

9327: where id = p_chr_id;
9328:
9329: l_chr_id okc_k_headers_b.id%type;
9330: l_orig_system_source_code okc_k_headers_b.orig_system_source_code%type;
9331: l_cle_id okl_k_lines_v.id%type;
9332: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;
9333:
9334: --cursor to get Cap fees added during Re-lease for the asset
9335: Cursor cap_fee_csr(p_fin_ast_cle_id in number

Line 9332: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;

9328:
9329: l_chr_id okc_k_headers_b.id%type;
9330: l_orig_system_source_code okc_k_headers_b.orig_system_source_code%type;
9331: l_cle_id okl_k_lines_v.id%type;
9332: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;
9333:
9334: --cursor to get Cap fees added during Re-lease for the asset
9335: Cursor cap_fee_csr(p_fin_ast_cle_id in number
9336: ,p_chr_id in number) IS