DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on OKL_STRM_TYPE_B

Line 555: okl_strm_type_b sty1,

551: SELECT ste.amount amount
552: FROM okc_k_lines_b kle,
553: okc_line_styles_b lse,
554: okc_k_items ite,
555: okl_strm_type_b sty1,
556: okl_streams stm,
557: okl_strm_type_b sty2,
558: okl_strm_elements ste
559: WHERE kle.chr_id = p_contract_id

Line 557: okl_strm_type_b sty2,

553: okc_line_styles_b lse,
554: okc_k_items ite,
555: okl_strm_type_b sty1,
556: okl_streams stm,
557: okl_strm_type_b sty2,
558: okl_strm_elements ste
559: WHERE kle.chr_id = p_contract_id
560: AND lse.id = kle.lse_id
561: AND lse.lty_code = 'FEE'