The ARF_PROMOTION_USAGE_MV view provides aggregated data about purchases that involve promotions. The calculated values are based on information in the ARF_PROMOTION_USAGE table. The values in each row are constrained to a particular day, site, and promotion.

Column Name

Type

Length

Null Allowed

Description

NUM_PROMOS_USED

numeric

Yes

The number of purchases that involve the promotion and that correspond to the day and site. This value counts rows in the ARF_PROMOTION_USAGE table.

DAY_ID

varchar

40

No

A reference to a value in the ARF_TIME_DAY.ID column.

DAY_TIMESTAMP

timestamp

No

A reference to a value in the ARF_TIME_DAY.DAY_TIMESTAMP column.

SITE_ID

smallint

No

A reference to a value in the ARF_SITE.ID column.

PROMOTION_ID

smallint

No

A reference to a value in the ARF_PROMOTION.ID column.

TOTAL_QUANTITY

numeric

Yes

The number of purchased items for the day, site, and promotion. This value sums ARF_PROMOTION_USAGE.QUANTITY column values that correspond to the grouping column values.

TOTAL_STD_DISCOUNT

numeric

Yes

The total amount of discounts applied as a result of the promotion for the day and site. This value sums ARF_PROMOTION_USAGE.STANDARD_DISCOUNT_AMOUNT column values that correspond to the grouping column values.

TOTAL_STD_ORD_NET_REVENUE

numeric

Yes

The total value of purchases that involve the promotion, minus the discounts applied as a result of the promotion for the day and site. This value sums ARF_PROMOTION_USAGE.STANDARD_ORDER_NET_REVENUE column values that correspond to the grouping column values.

TOTAL_STD_NET_REVENUE

numeric

Yes

The total value of the items that involve the promotion, minus the discounts applied as a result of the promotion for the day and site. This value sums ARF_PROMOTION_USAGE.STANDARD_NET_REVENUE column values that correspond to the grouping column values.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices