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 822: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(

818: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_dpp := p_dpp;
819: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_ppy := p_ppy;
820: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).kleId := p_kle_id;
821:
822: x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(
823: p_start_date => p_contract_start_date,
824: p_days_in_month => p_day_convention_month,
825: p_days_in_year => p_day_convention_year,
826: p_end_date => x_rent_inflow_tbl(l_rent_inflow_tbl_count + 1).cf_date,

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

879: x_rent_inflow_tbl(i).cf_dpp := p_dpp;
880: x_rent_inflow_tbl(i).cf_ppy := p_ppy;
881: x_rent_inflow_tbl(i).kleId := p_kle_id;
882:
883: x_rent_inflow_tbl(i).cf_days := OKL_PRICING_UTILS_PVT.get_day_count(
884: p_start_date => p_contract_start_date,
885: p_days_in_month => p_day_convention_month,
886: p_days_in_year => p_day_convention_year,
887: p_end_date => x_rent_inflow_tbl(i).cf_date,