DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PVT dependencies on OKL_STREAMS_UTIL

Line 134: OKL_STREAMS_UTIL.get_primary_stream_type(

130: -- IF get_sty_id_csr%NOTFOUND THEN
131: -- RAISE NO_DATA_FOUND;
132: -- END IF;
133: --CLOSE get_sty_id_csr;
134: OKL_STREAMS_UTIL.get_primary_stream_type(
135: p_khr_id => p_ctr_id,
136: p_primary_sty_purpose => 'RENT',
137: x_return_status => l_return_status,
138: x_primary_sty_id => l_rent_sty_id);

Line 8368: OKL_STREAMS_UTIL.get_dependent_stream_type(

8364: -- END IF;
8365: -- CLOSE sty_id_csr;
8366:
8367: -- Get the stream type id for variable interest rate product
8368: OKL_STREAMS_UTIL.get_dependent_stream_type(
8369: p_khr_id => l_contract_id,
8370: p_primary_sty_purpose => 'VARIABLE_INTEREST',
8371: p_dependent_sty_purpose => 'VARIABLE_INTEREST_INCOME',
8372: x_return_status => l_return_status,

Line 8387: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(

8383:
8384: -- MGAAP 7263041 start
8385: IF (l_multi_gaap_yn = 'Y') THEN
8386: -- Get the stream type id for variable interest rate product
8387: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(
8388: p_khr_id => l_contract_id,
8389: p_primary_sty_purpose => 'VARIABLE_INTEREST',
8390: p_dependent_sty_purpose => 'VARIABLE_INTEREST_INCOME',
8391: x_return_status => l_return_status,

Line 9079: OKL_STREAMS_UTIL.get_dependent_stream_type(

9075: END IF;
9076:
9077: IF TRUNC(l_accrual_date) >= TRUNC(l_last_accrual_date) THEN
9078:
9079: OKL_STREAMS_UTIL.get_dependent_stream_type(
9080: p_khr_id => l_contract_id,
9081: p_primary_sty_purpose => 'RENT',
9082: p_dependent_sty_purpose => 'ACTUAL_INCOME_ACCRUAL',
9083: x_return_status => l_return_status,

Line 9096: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(

9092: RAISE Okl_Api.G_EXCEPTION_ERROR;
9093: END IF;
9094:
9095: IF (l_multi_gaap_yn = 'Y') THEN
9096: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(
9097: p_khr_id => l_contract_id,
9098: p_primary_sty_purpose => 'RENT',
9099: p_dependent_sty_purpose => 'ACTUAL_INCOME_ACCRUAL',
9100: x_return_status => l_return_status,