DBA Data[Home] [Help]

APPS.OKL_EXPENSE_STREAMS_PVT dependencies on OKC_LINE_STYLES_B

Line 22: okc_line_styles_b lse

18: SELECT kle.id,
19: kle.initial_direct_cost
20: FROM okl_k_lines kle,
21: okc_k_lines_b cle,
22: okc_line_styles_b lse
23: WHERE cle.chr_id = p_khr_id
24: AND cle.sts_code IN ('PASSED', 'COMPLETE')
25: AND cle.lse_id = lse.id
26: AND lse.lty_code = 'FEE'

Line 108: okc_line_styles_b ls

104: from okl_strm_type_tl tl,
105: okl_strm_type_v sty,
106: okc_k_items cim,
107: okl_k_lines_full_v kle,
108: okc_line_styles_b ls
109: where tl.id = sty.id
110: and tl.language = 'US'
111: and cim.cle_id = kle.id
112: and ls.id = kle.lse_id

Line 357: okc_line_styles_b ls

353: from okl_strm_type_tl tl,
354: okl_strm_type_v sty,
355: okc_k_items cim,
356: okl_k_lines_full_v kle,
357: okc_line_styles_b ls
358: where tl.id = sty.id
359: and tl.language = 'US'
360: and cim.cle_id = kle.id
361: and ls.id = kle.lse_id