DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKC_K_ITEMS

Line 337: okc_k_items cim

333: kle.start_date,
334: kle.capital_amount
335: FROM okl_k_lines_full_v kle,
336: okc_line_styles_b LS,
337: okc_k_items cim
338: WHERE ls.id = kle.lse_id
339: AND ls.lty_code = lnetype
340: AND cim.jtot_object1_code = obcode
341: AND kle.id = cim.cle_id

Line 354: okc_k_items cim,

350: sty.id styp_id,
351: sty.stream_type_class stream_type_class
352: FROM okl_strm_type_tl tl,
353: okl_strm_type_v sty,
354: okc_k_items cim,
355: okl_k_lines_full_v kle,
356: okc_line_styles_b ls
357: WHERE tl.id = sty.id
358: AND tl.language = 'US'