DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on OKL_STREAMS

Line 4000: FROM okl_streams stm

3996: p_cle_id IN NUMBER,
3997: p_sty_id IN NUMBER)
3998: IS
3999: SELECT stm.id
4000: FROM okl_streams stm
4001: WHERE stm.khr_id = p_chr_id
4002: AND stm.kle_id = p_cle_id
4003: AND stm.sty_id = p_sty_id
4004: AND stm.active_yn = 'Y'

Line 4044: OKL_STREAMS_UTIL.get_dependent_stream_type

4040: END IF;
4041:
4042: -- Fetch Stream information from Original Contract
4043: l_principal_bal_sty_id := null;
4044: OKL_STREAMS_UTIL.get_dependent_stream_type
4045: (p_khr_id => p_orig_chr_id,
4046: p_primary_sty_id => p_pymt_sty_id,
4047: p_dependent_sty_purpose => 'PRINCIPAL_BALANCE',
4048: x_return_status => x_return_status,

Line 4302: FROM okl_streams stm

4298: p_cle_id IN NUMBER,
4299: p_sty_id IN NUMBER)
4300: IS
4301: SELECT stm.id
4302: FROM okl_streams stm
4303: WHERE stm.khr_id = p_chr_id
4304: AND stm.kle_id = p_cle_id
4305: AND stm.sty_id = p_sty_id
4306: AND stm.active_yn = 'Y'

Line 5029: OKL_STREAMS_UTIL.get_dependent_stream_type

5025: close fee_item_csr;
5026:
5027: -- Fetch Stream information from Original Contract
5028: l_idc_sty_id := null;
5029: OKL_STREAMS_UTIL.get_dependent_stream_type
5030: (p_khr_id => p_orig_chr_id,
5031: p_primary_sty_id => fee_item_rec.object1_id1,
5032: p_dependent_sty_purpose => 'AMORTIZED_FEE_EXPENSE',
5033: x_return_status => x_return_status,