DBA Data[Home] [Help]

APPS.OKL_GENERATE_PV_RENT_PVT dependencies on OKL_PRICING_UTILS_PVT

Line 173: OKL_PRICING_UTILS_PVT.get_day_convention(

169: -- l_pricing_engine = 'EXTERNAL'
170:
171: -- Fetch the day convention ..
172: -- p_source cannot be ESG because it returns days_in_month as 360
173: OKL_PRICING_UTILS_PVT.get_day_convention(
174: p_id => p_khr_id,
175: p_source => 'ISG',
176: x_days_in_month => l_day_convention_month,
177: x_days_in_year => l_day_convention_year,

Line 315: l_total_cash_inflow_tbl(lx_total_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(

311: l_total_cash_inflow_tbl(lx_total_rent_inflow_tbl_count + 1).cf_dpp := l_dpp;
312: l_total_cash_inflow_tbl(lx_total_rent_inflow_tbl_count + 1).cf_ppy := l_ppy;
313: l_total_cash_inflow_tbl(lx_total_rent_inflow_tbl_count + 1).kleId := -1;
314:
315: l_total_cash_inflow_tbl(lx_total_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(
316: p_start_date => l_hdr_csr_rec.start_date,
317: p_days_in_month => l_day_convention_month,
318: p_days_in_year => l_day_convention_year,
319: p_end_date => l_end_date,

Line 816: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(

812: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_dpp := p_dpp;
813: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_ppy := p_ppy;
814: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).kleId := p_kle_id;
815:
816: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(
817: p_start_date => p_contract_start_date,
818: p_days_in_month => p_day_convention_month,
819: p_days_in_year => p_day_convention_year,
820: p_end_date => x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_date,

Line 877: x_rent_inflow_tbl(i).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(

873: x_rent_inflow_tbl(i).cf_dpp := p_dpp;
874: x_rent_inflow_tbl(i).cf_ppy := p_ppy;
875: x_rent_inflow_tbl(i).kleId := p_kle_id;
876:
877: x_rent_inflow_tbl(i).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(
878: p_start_date => p_contract_start_date,
879: p_days_in_month => p_day_convention_month,
880: p_days_in_year => p_day_convention_year,
881: p_end_date => x_rent_inflow_tbl(i).cf_date,