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 1099: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY

1095: END IF;
1096: l_qty := Round(l_qty,0);
1097: ELSE
1098: --Existing logic
1099: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY
1100: (p_start_date => l_calc_rec.l_calc_sdate,
1101: p_source_qty => 1,
1102: p_source_uom => l_usage_period,
1103: p_target_uom => p_time_uom_code,

Line 1324: OKS_TIME_MEASURES_PUB.get_duration_uom

1320: l_line_rec.bill_from_date := bsl_price_rec.date_billed_from;
1321: l_line_rec.bill_to_date := bsl_price_rec.date_billed_to;
1322:
1323:
1324: OKS_TIME_MEASURES_PUB.get_duration_uom
1325: ( P_START_DATE => bsl_price_rec.date_billed_from,
1326: P_END_DATE => bsl_price_rec.date_billed_to,
1327: X_DURATION => l_quantity_ordered,
1328: X_TIMEUNIT => l_break_uom_code,

Line 4121: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY

4117: /* Commented for Bug#15897052 */
4118: --l_qty := Round(l_qty,0);
4119: ELSE
4120: --Existing logic
4121: l_temp := OKS_TIME_MEASURES_PUB.GET_TARGET_QTY
4122: (p_start_date => l_calc_rec.l_calc_sdate,
4123: p_source_qty => 1,
4124: p_source_uom => l_usage_period,
4125: p_target_uom => p_time_uom_code,

Line 4346: OKS_TIME_MEASURES_PUB.get_duration_uom

4342: l_line_rec.bill_from_date := bsl_price_rec.date_billed_from;
4343: l_line_rec.bill_to_date := bsl_price_rec.date_billed_to;
4344:
4345:
4346: OKS_TIME_MEASURES_PUB.get_duration_uom
4347: ( P_START_DATE => bsl_price_rec.date_billed_from,
4348: P_END_DATE => bsl_price_rec.date_billed_to,
4349: X_DURATION => l_quantity_ordered,
4350: X_TIMEUNIT => l_break_uom_code,