DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 7163: l_cash_flow_tbl OKL_STREAM_GENERATOR_PVT.cash_flow_tbl;

7159: l_api_version CONSTANT NUMBER := 1;
7160: x_return_status VARCHAR2(1) := Okl_Api.G_RET_STS_SUCCESS;
7161: x_msg_count NUMBER;
7162: x_msg_data VARCHAR2(256);
7163: l_cash_flow_tbl OKL_STREAM_GENERATOR_PVT.cash_flow_tbl;
7164: i NUMBER := 0;
7165: l_total_rent NUMBER := 0;
7166: l_rent NUMBER := 0;
7167: l_rate NUMBER := 0;

Line 7317: OKL_STREAM_GENERATOR_PVT.get_present_value(

7313: END LOOP;
7314: --Call the API that does the PV calculation.
7315:
7316: IF l_cash_flow_tbl.COUNT > 0 THEN
7317: OKL_STREAM_GENERATOR_PVT.get_present_value(
7318: p_api_version => l_api_version,
7319: p_init_msg_list => OKL_API.G_TRUE,
7320: p_cash_flow_tbl => l_cash_flow_tbl,
7321: p_rate => l_rate,

Line 7371: OKL_STREAM_GENERATOR_PVT.get_present_value(

7367: END IF;
7368: END LOOP;
7369: --Call the API that does the PV calculation.
7370: IF l_cash_flow_tbl.COUNT > 0 THEN
7371: OKL_STREAM_GENERATOR_PVT.get_present_value(
7372: p_api_version => l_api_version,
7373: p_init_msg_list => OKL_API.G_TRUE,
7374: p_cash_flow_tbl => l_cash_flow_tbl,
7375: p_rate => l_rate,