DBA Data[Home] [Help]

APPS.CSI_COUNTER_READINGS_PVT dependencies on OKS_TIME_MEASURES_PUB

Line 3231: l_target_qty := oks_time_measures_pub.get_target_qty(l_min_date,

3227: IF l_source_qty = 0 THEN
3228: l_source_qty := 1;
3229: END IF;
3230:
3231: l_target_qty := oks_time_measures_pub.get_target_qty(l_min_date,
3232: l_source_qty,
3233: l_period_uom_code,
3234: ctrs.filter_time_uom,
3235: 5);