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 7452: OKL_STREAMS_UTIL.get_dependent_stream_type(

7448: -- END IF;
7449: -- CLOSE sty_id_csr;
7450:
7451: -- Get the stream type id for variable interest rate product
7452: OKL_STREAMS_UTIL.get_dependent_stream_type(
7453: p_khr_id => l_contract_id,
7454: p_primary_sty_purpose => 'VARIABLE_INTEREST',
7455: p_dependent_sty_purpose => 'VARIABLE_INTEREST_INCOME',
7456: x_return_status => l_return_status,

Line 7471: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(

7467:
7468: -- MGAAP 7263041 start
7469: IF (l_multi_gaap_yn = 'Y') THEN
7470: -- Get the stream type id for variable interest rate product
7471: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(
7472: p_khr_id => l_contract_id,
7473: p_primary_sty_purpose => 'VARIABLE_INTEREST',
7474: p_dependent_sty_purpose => 'VARIABLE_INTEREST_INCOME',
7475: x_return_status => l_return_status,

Line 8094: OKL_STREAMS_UTIL.get_dependent_stream_type(

8090: END IF;
8091:
8092: IF TRUNC(l_accrual_date) >= TRUNC(l_last_accrual_date) THEN
8093:
8094: OKL_STREAMS_UTIL.get_dependent_stream_type(
8095: p_khr_id => l_contract_id,
8096: p_primary_sty_purpose => 'RENT',
8097: p_dependent_sty_purpose => 'ACTUAL_INCOME_ACCRUAL',
8098: x_return_status => l_return_status,

Line 8111: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(

8107: RAISE Okl_Api.G_EXCEPTION_ERROR;
8108: END IF;
8109:
8110: IF (l_multi_gaap_yn = 'Y') THEN
8111: OKL_STREAMS_UTIL.get_dependent_stream_type_rep(
8112: p_khr_id => l_contract_id,
8113: p_primary_sty_purpose => 'RENT',
8114: p_dependent_sty_purpose => 'ACTUAL_INCOME_ACCRUAL',
8115: x_return_status => l_return_status,