DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKC_K_ITEMS

Line 333: okc_k_items cim

329: kle.start_date,
330: kle.capital_amount
331: FROM okl_k_lines_full_v kle,
332: okc_line_styles_b LS,
333: okc_k_items cim
334: WHERE ls.id = kle.lse_id
335: AND ls.lty_code = lnetype
336: AND cim.jtot_object1_code = obcode
337: AND kle.id = cim.cle_id

Line 350: okc_k_items cim,

346: sty.id styp_id,
347: sty.stream_type_class stream_type_class
348: FROM okl_strm_type_tl tl,
349: okl_strm_type_v sty,
350: okc_k_items cim,
351: okl_k_lines_full_v kle,
352: okc_line_styles_b ls
353: WHERE tl.id = sty.id
354: AND tl.language = 'US'