DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_K_LINES_TL

Line 311: from okc_k_lines_tl clet,

307: --contract is a rebook copy contract
308: Cursor l_rbk_asst_csr(p_cle_id IN NUMBER) is
309: Select 'Y' rbk_asst_flag,
310: clet.NAME
311: from okc_k_lines_tl clet,
312: okc_k_lines_b cleb,
313: okc_line_styles_b lseb,
314: okc_k_headers_b chrb
315: where chrb.id = cleb.dnz_chr_id

Line 873: okc_k_lines_tl kle,

869: CURSOR c_okx_asset_lines_v(p_asset_number OKX_ASSETS_V.ASSET_NUMBER%TYPE) is
870: --start modified abhsaxen for performance SQLID 20562304
871: select 'Y'
872: from okc_k_lines_b kleb,
873: okc_k_lines_tl kle,
874: okc_line_styles_b lse
875: where kle.name = p_asset_number
876: and kle.id = kleb.id
877: and kle.language = USERENV('LANG')