DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_K_LINES_V

Line 9594: from okl_k_lines_v

9590: -- Bug# 5150150 - start
9591: -- cursor to get expected asset cost
9592: cursor l_exp_asset_cost_csr (p_cle_id in number) is
9593: select id,EXPECTED_ASSET_COST
9594: from okl_k_lines_v
9595: where id = p_cle_id;
9596:
9597: -- cursor to get ORIG_SYSTEM_SOURCE_CODE of the contract
9598:

Line 9606: l_cle_id okl_k_lines_v.id%type;

9602: where id = p_chr_id;
9603:
9604: l_chr_id okc_k_headers_b.id%type;
9605: l_orig_system_source_code okc_k_headers_b.orig_system_source_code%type;
9606: l_cle_id okl_k_lines_v.id%type;
9607: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;
9608:
9609: --cursor to get Cap fees added during Re-lease for the asset
9610: Cursor cap_fee_csr(p_fin_ast_cle_id in number

Line 9607: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;

9603:
9604: l_chr_id okc_k_headers_b.id%type;
9605: l_orig_system_source_code okc_k_headers_b.orig_system_source_code%type;
9606: l_cle_id okl_k_lines_v.id%type;
9607: l_exp_asset_cost okl_k_lines_v.expected_asset_cost%type;
9608:
9609: --cursor to get Cap fees added during Re-lease for the asset
9610: Cursor cap_fee_csr(p_fin_ast_cle_id in number
9611: ,p_chr_id in number) IS