DBA Data[Home] [Help]

APPS.OKL_LOSS_PROV_PVT dependencies on OKL_STREAMS_UTIL

Line 275: OKL_STREAMS_UTIL.get_dependent_stream_type(

271: p_msg_name => 'OKL_AGN_FE_PERD_START_DATE');
272: RAISE Okl_Api.G_EXCEPTION_ERROR;
273: END IF;
274:
275: OKL_STREAMS_UTIL.get_dependent_stream_type(
276: p_khr_id => p_cntrct_id,
277: p_primary_sty_purpose => 'RENT',
278: p_dependent_sty_purpose => 'PRINCIPAL_BALANCE',
279: x_return_status => l_return_status,

Line 1553: OKL_STREAMS_UTIL.get_primary_stream_type(

1549:
1550: -- Begin a new PL/SQL block to trap errors related to a praticular contract and to move on to the next contract
1551: BEGIN
1552:
1553: OKL_STREAMS_UTIL.get_primary_stream_type(
1554: p_khr_id => l_cntrct_id,
1555: p_primary_sty_purpose => 'GENERAL_LOSS_PROVISION',
1556: x_return_status => l_return_status,
1557: x_primary_sty_id => l_sty_id);