DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKC_K_LINES_TL

Line 324: from okc_k_lines_tl clet,

320: --contract is a rebook copy contract
321: Cursor l_rbk_asst_csr(p_cle_id IN NUMBER) is
322: Select 'Y' rbk_asst_flag,
323: clet.NAME
324: from okc_k_lines_tl clet,
325: okc_k_lines_b cleb,
326: okc_line_styles_b lseb,
327: okc_k_headers_b chrb
328: where chrb.id = cleb.dnz_chr_id

Line 905: okc_k_lines_tl kle,

901: CURSOR c_okx_asset_lines_v(p_asset_number OKX_ASSETS_V.ASSET_NUMBER%TYPE) is
902: --start modified abhsaxen for performance SQLID 20562304
903: select 'Y'
904: from okc_k_lines_b kleb,
905: okc_k_lines_tl kle,
906: okc_line_styles_b lse
907: where kle.name = p_asset_number
908: and kle.id = kleb.id
909: and kle.language = USERENV('LANG')