DBA Data[Home] [Help]

APPS.OKL_AM_RESTRUCTURE_RENTS_PVT dependencies on OKL_STREAMS

Line 48: okl_streams stm,

44: CURSOR l_stream_csr (cp_contract_id IN NUMBER,cp_sty_id IN NUMBER) IS
45: SELECT ste.stream_element_date start_date,
46: SUM (ste.amount) amount
47: FROM okl_strm_elements ste,
48: okl_streams stm,
49: okc_k_lines_b kle,
50: okc_statuses_b kls
51: WHERE stm.khr_id = cp_contract_id
52: AND stm.sty_id = cp_sty_id

Line 174: OKL_STREAMS_UTIL.get_primary_stream_type(l_chr_id,

170: l_period := lx_rents_tbl(1).period;
171: lx_rents_tbl.DELETE;
172:
173: -- smoduga +++++++++ User Defined Streams -- start ++++++++++++++++
174: OKL_STREAMS_UTIL.get_primary_stream_type(l_chr_id,
175: 'RENT',
176: l_return_status,
177: lx_sty_id);
178: -- smoduga +++++++++ User Defined Streams -- end ++++++++++++++++