DBA Data[Home] [Help]

APPS.CSI_TIME_BASED_CTR_ENGINE_PKG dependencies on OKS_TIME_MEASURES_PUB

Line 263: l_incr_rdg := oks_time_measures_pub.get_target_qty

259: l_days := l_run_time - nvl(l_timestamp,c_ctrs_rec.creation_date);
260: IF l_days = 0 THEN
261: l_incr_rdg := 0;
262: ELSE
263: l_incr_rdg := oks_time_measures_pub.get_target_qty
264: ( p_start_date => nvl(l_timestamp,c_ctrs_rec.creation_date),
265: p_source_qty => l_days,
266: p_source_uom => l_day_uom_code,
267: p_target_uom => c_ctrs_rec.uom_code,