DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_PRICING_UTILS_PVT

Line 2968: l_days_to_accrue := okl_pricing_utils_pvt.get_day_count

2964: LOOP
2965: l_advance_arrears := NVL(i.arrears_yn, 'N');
2966: END LOOP;
2967:
2968: l_days_to_accrue := okl_pricing_utils_pvt.get_day_count
2969: (l_days_in_month,
2970: l_days_in_year,
2971: l_last_int_calc_date,
2972: l_period_end_date,

Line 13241: OKL_PRICING_UTILS_PVT.get_day_convention(

13237: RAISE EXPECTED_ERROR;
13238: END IF;
13239:
13240: -- use utility for getting the days (from SGT or Contract)
13241: OKL_PRICING_UTILS_PVT.get_day_convention(
13242: p_id => p_khr_id, -- ID of the contract/quote
13243: p_source => 'ESG', -- 'ESG'/'ISG' are acceptable values
13244: x_days_in_month => lx_days_in_month,
13245: x_days_in_year => lx_days_in_year,