DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_PRICING_UTILS_PVT

Line 3432: l_days_to_accrue := okl_pricing_utils_pvt.get_day_count

3428: LOOP
3429: l_advance_arrears := NVL(i.arrears_yn, 'N');
3430: END LOOP;
3431:
3432: l_days_to_accrue := okl_pricing_utils_pvt.get_day_count
3433: (l_days_in_month,
3434: l_days_in_year,
3435: l_last_int_calc_date,
3436: l_period_end_date,

Line 14473: OKL_PRICING_UTILS_PVT.get_day_convention(

14469: RAISE EXPECTED_ERROR;
14470: END IF;
14471:
14472: -- use utility for getting the days (from SGT or Contract)
14473: OKL_PRICING_UTILS_PVT.get_day_convention(
14474: p_id => p_khr_id, -- ID of the contract/quote
14475: p_source => 'ESG', -- 'ESG'/'ISG' are acceptable values
14476: x_days_in_month => lx_days_in_month,
14477: x_days_in_year => lx_days_in_year,