DBA Data[Home] [Help]

APPS.OKL_EXPENSE_STREAMS_PVT dependencies on OKL_STRM_TYPE_TL

Line 37: okl_strm_type_tl styt

33: sel.stream_element_date income_date
34: FROM okl_strm_elements sel,
35: okl_streams stm,
36: okl_strm_type_b sty,
37: okl_strm_type_tl styt
38: WHERE stm.khr_id = p_khr_id
39: AND stm.say_code = 'WORK'
40: AND DECODE(stm.purpose_code, NULL, '-99', 'REPORT') = p_purpose_code
41: AND stm.id = sel.stm_id

Line 104: from okl_strm_type_tl tl,

100: sty.capitalize_yn capitalize_yn,
101: kle.id line_id,
102: sty.id styp_id,
103: sty.stream_type_class stream_type_class
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

Line 353: from okl_strm_type_tl tl,

349: sty.capitalize_yn capitalize_yn,
350: kle.id line_id,
351: sty.id styp_id,
352: sty.stream_type_class stream_type_class
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