DBA Data[Home] [Help]

APPS.CSI_TIME_BASED_CTR_ENGINE_PKG dependencies on OKS_TIME_MEASURES_PUB

Line 379: l_incr_rdg := oks_time_measures_pub.get_target_qty

375: fnd_file.put_line(fnd_file.log, 'time_ctr_array(i).uom_code'|| to_char(time_ctr_array(i).uom_code));
376: IF l_days = 0 THEN
377: l_incr_rdg := 0;
378: ELSE
379: l_incr_rdg := oks_time_measures_pub.get_target_qty
380: ( p_start_date => nvl(l_timestamp,time_ctr_array(i).creation_date),
381: p_source_qty => l_days,
382: p_source_uom => l_day_uom_code,
383: p_target_uom => time_ctr_array(i).uom_code,