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: CURSOR l_offlseassettrx_csr(cp_trx_date IN DATE, cp_asset_number IN VARCHAR2) IS

Line 3671: FROM okl_k_lines_full_v

3667:
3668: -- get the residual value for the fin asset
3669: CURSOR l_linesfullv_csr(p_fin_asset_id IN NUMBER) IS
3670: SELECT name, NVL(residual_value,0) --girao bug 4106216 NVL the residual value
3671: FROM okl_k_lines_full_v
3672: WHERE id = p_fin_asset_id;
3673:
3674: --SECHAWLA 10-FEB-06 5016156
3675: CURSOR l_offlseassettrx_csr(cp_trx_date IN DATE, cp_asset_number IN VARCHAR2) IS