DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_K_LINES_FULL_V

Line 1858: FROM okl_k_lines_full_v

1854:
1855: -- get the residual value for the fin asset
1856: CURSOR l_linesfullv_csr(p_fin_asset_id IN NUMBER) IS
1857: SELECT name, NVL(residual_value,0) -- girao Bug 4106216 NVL the residual value
1858: FROM okl_k_lines_full_v
1859: WHERE id = p_fin_asset_id;
1860:
1861: --SECHAWLA 10-FEB-06 5016156 : begin
1862: --Bug# 9838432: Added parameter cp_kle_id

Line 3679: FROM okl_k_lines_full_v

3675:
3676: -- get the residual value for the fin asset
3677: CURSOR l_linesfullv_csr(p_fin_asset_id IN NUMBER) IS
3678: SELECT name, NVL(residual_value,0) --girao bug 4106216 NVL the residual value
3679: FROM okl_k_lines_full_v
3680: WHERE id = p_fin_asset_id;
3681:
3682: --SECHAWLA 10-FEB-06 5016156
3683: --Bug# 9838432: Added parameter cp_kle_id