DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on OKS_TIME_MEASURES_PUB

Line 144: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY

140: END IF;
141: l_minimum := Round(l_minimum,0);
142: ELSE
143: --Existing logic
144: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY
145: (
146: p_start_date => l_from_date,
147: p_source_qty => 1,
148: p_source_uom => p_usage_period,

Line 1015: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY

1011: END IF;
1012: l_qty := Round(l_qty,0);
1013: ELSE
1014: --Existing logic
1015: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY
1016: (p_start_date => l_calc_rec.l_calc_sdate,
1017: p_source_qty => 1,
1018: p_source_uom => l_usage_period,
1019: p_target_uom => p_time_uom_code,

Line 1240: OKS_TIME_MEASURES_PUB.get_duration_uom

1236: l_line_rec.bill_from_date := bsl_price_rec.date_billed_from;
1237: l_line_rec.bill_to_date := bsl_price_rec.date_billed_to;
1238:
1239:
1240: OKS_TIME_MEASURES_PUB.get_duration_uom
1241: ( P_START_DATE => bsl_price_rec.date_billed_from,
1242: P_END_DATE => bsl_price_rec.date_billed_to,
1243: X_DURATION => l_quantity_ordered,
1244: X_TIMEUNIT => l_break_uom_code,