[Home] [Help]
[Dependency Information]
| Object Name: | ISC_EDW_ORDER_SHIP_VOLUME_S |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ISC.ISC_EDW_ORDER_SHIP_VOLUME_S
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is designed to be used by Oracle Performance Measure Viewer (PMV). The _FK columns are mapping the dimension levels, while measures are retrieved from the Bookings fact table.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AREA_FK | NUMBER | Foreign key to the Geography dimension, Area level | ||
| BUS_GRP_FK | NUMBER | Foreign key to the Internal Organization dimension, Business Group level | ||
| CATG_FK | NUMBER | Foreign key to the Item dimension, Category level | ||
| COUNTRY_FK | NUMBER | Foreign key to the Geography dimension, Country level | ||
| INT_ORGA_FK | NUMBER | Yes | Foreign key to the Internal Organization dimension, Internal Organization level | |
| LEGAL_ENT_FK | NUMBER | Foreign key to the Internal Organization dimension, Legal Entity level | ||
| OPER_UNIT_FK | NUMBER | Foreign key to the Internal Organization dimension, Operating Unit level | ||
| ORDER_SOURCE_FK | NUMBER | Foreign key to the Lookup dimension (Order Source) | ||
| ORDER_TYPE_FK | NUMBER | Foreign key to the Lookup dimension (Order Type) | ||
| PERIOD_FK | NUMBER | Foreign key to the Time dimension, Period level | ||
| QTR_FK | NUMBER | Foreign key to the Time dimension, Quarter level | ||
| REGION_FK | NUMBER | Foreign key to the Geography dimension, Region level | ||
| SALES_CHANNEL_FK | NUMBER | Foreign key to the Sales Channel dimension, Sales Channel level | ||
| YEAR_FK | NUMBER | Foreign key to the Time dimension, Year level | ||
| ORDERS_SHIPPED | NUMBER | Number of Orders Shipped |
Cut, paste (and edit) the following text to query this object:
SELECT AREA_FK
, BUS_GRP_FK
, CATG_FK
, COUNTRY_FK
, INT_ORGA_FK
, LEGAL_ENT_FK
, OPER_UNIT_FK
, ORDER_SOURCE_FK
, ORDER_TYPE_FK
, PERIOD_FK
, QTR_FK
, REGION_FK
, SALES_CHANNEL_FK
, YEAR_FK
, ORDERS_SHIPPED
FROM APPS.ISC_EDW_ORDER_SHIP_VOLUME_S;
APPS
EDW_GEOGRAPHY_M
EDW_ITEMS_M
EDW_LOOKUP_M
EDW_ORGANIZATION_M
EDW_TIME_M
ISC_EDW_BOOKINGS_F
APPS.ISC_EDW_ORDER_SHIP_VOLUME_S is not referenced by any database object
|
|
|
|