DBA Data[Home] [Help] [Dependency Information]


TABLE: OZF.OZF_ORDER_SALES_SUMRY_MV_TEMP

Object Details
Object Name: OZF_ORDER_SALES_SUMRY_MV_TEMP
Object Type: TABLE
Owner: OZF
FND Design Data: TableOZF.OZF_ORDER_SALES_SUMRY_MV_TEMP
Subobject Name:
Status: VALID


Summary Table for storing Order Sales


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER

Time dimention Identifier. This column along with the PERIOD_TYPE_ID column uniquely identify a time dimention.
PERIOD_TYPE_ID NUMBER

Period Type Identifier. Valid values are 1 for Day. 16 for Week. 32 for Month. 64 for Quarter and 128 for Year.
SOLD_TO_CUST_ACCOUNT_ID NUMBER

Customer Account Identifier
SHIP_TO_SITE_USE_ID NUMBER

Site Use Identifier for the Ship To site of the customer
BILL_TO_SITE_USE_ID NUMBER

Site Use Identifier for the Bill To site of the customer
INVENTORY_ITEM_ID NUMBER

Inventory Item Identifier
SALES_QTY NUMBER

Actual Shipped Quantity in the Unit of Measure specified for the profile OZF: Unit of Measure for Quota Allocation
SALES_AMT NUMBER

Value of Actual Shipped Quantity in the currency specified for the profile OZF: Currency for Quota Allocation
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TIME_ID
,      PERIOD_TYPE_ID
,      SOLD_TO_CUST_ACCOUNT_ID
,      SHIP_TO_SITE_USE_ID
,      BILL_TO_SITE_USE_ID
,      INVENTORY_ITEM_ID
,      SALES_QTY
,      SALES_AMT
FROM OZF.OZF_ORDER_SALES_SUMRY_MV_TEMP;

Dependencies

[top of page]

OZF.OZF_ORDER_SALES_SUMRY_MV_TEMP does not reference any database object

OZF.OZF_ORDER_SALES_SUMRY_MV_TEMP is referenced by following:

SchemaOZF
ViewOZF_ORDER_SALES_SUMRY_MV_TEMP#