DBA Data[Home] [Help]

APPS.OKL_AM_CONSOLIDATED_QTE_PVT dependencies on OKL_K_HEADERS_FULL_V

Line 344: FROM OKL_K_HEADERS_FULL_V K

340: -- Cursor to get the product id of the contract for the quote
341: CURSOR prod_id_csr (p_khr_id IN NUMBER) IS
342: SELECT K.pdt_id,
343: K.contract_number
344: FROM OKL_K_HEADERS_FULL_V K
345: WHERE K.id = p_khr_id;
346:
347: -- Cursor to get the recipient id of the quote
348: CURSOR recpt_id_csr (p_qte_id IN NUMBER) IS