DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on OKC_K_LINES_V

Line 668: FROM okc_k_lines_v

664:
665: -- This cursor is used to get contract ID for a given financial asset line
666: CURSOR l_okcklinesv_csr(p_id NUMBER) IS
667: SELECT chr_id, name, item_description
668: FROM okc_k_lines_v
669: WHERE id = p_id;
670: --SECHAWLA 16-JAN-03 Bug # 2754280 : new declarations
671: l_user_profile_name VARCHAR2(240);
672: