DBA Data[Home] [Help]

APPS.OKS_REPRICE_PVT dependencies on OKS_TIME_MEASURES_PUB

Line 486: oks_time_measures_pub.get_quantity (p_start_date => l_new_start_date,

482: x_timeunit => l_period,
483: x_return_status => l_return_status
484: );
485: l_new_duration :=
486: oks_time_measures_pub.get_quantity (p_start_date => l_new_start_date,
487: p_end_date => l_new_end_date,
488: ----Fix for bug#5623498 added duration based uom in the nvl condition
489: p_source_uom => nvl(l_oks_elements_rec.toplvl_uom_code,l_period),
490: p_period_type => p_period_type,

Line 496: l_quantity := OKS_TIME_MEASURES_PUB.get_quantity

492: );
493: -- IF p_lse_id in (7,9) THEN
494: -- l_unit_price := p_unit_price;
495: -- ELSE
496: l_quantity := OKS_TIME_MEASURES_PUB.get_quantity
497: (p_start_date => l_old_start_date,
498: p_end_date => nvl(l_oks_elements_rec.date_terminated-1,l_old_end_date),
499: ----Fix for bug#5623498 added duration based uom in the nvl condition
500: p_source_uom => nvl(l_oks_elements_rec.toplvl_uom_code,l_period),

Line 527: oks_time_measures_pub.get_quantity (p_start_date => l_new_start_date,

523: l_prorated_amount := l_unit_price*l_quantity;
524: ELSE
525:
526: l_new_duration :=
527: oks_time_measures_pub.get_quantity (p_start_date => l_new_start_date,
528: p_end_date => l_new_end_date,
529: p_source_uom => l_period,
530: p_period_type => p_period_type,
531: p_period_start => p_period_start