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


MATERIALIZED VIEW: APPS.OPI_WMS_001_MV

Object Details
Object Name: OPI_WMS_001_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: OPI_WMS_001_MV
Updatable: N
Rewrite Enabled: N
Rewrite Capability: GENERAL
Refresh Mode: DEMAND
Refresh Method: FAST
Build Mode: DEFERRED
Fast Refreshable: DIRLOAD_DML
MV Log Dependencies:

ENI_OLTP_ITEM_STAR
FII_TIME_DAY
OPI_DBI_WMS_RTP_F

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
AGG_LEVEL NUMBER

Aggregation level granularity flag.
GRP_ID NUMBER

Grouping Identifier column.
TIME_ID NUMBER

Nested Grouping Identifier column for Time.
PERIOD_TYPE_ID NUMBER

Period type identifier column for time.
ORGANIZATION_ID NUMBER

Inventory Organization Identifier.
SUBINVENTORY_CODE VARCHAR2 (51)
Subinventory Code
INV_CATEGORY_ID NUMBER

Inventory Category Identifier.
ITEM_ORG_ID VARCHAR2 (81)
Inventory Item Organization Identifier.
UOM_CODE VARCHAR2 (10)
Primary UOM Code.
QTR_ID NUMBER

FII Quarter Identifier.
MONTH_ID NUMBER

FII Month Identifier.
WEEK_ID NUMBER

FII Week Identifier.
DAY_ID NUMBER

FII Day Identifier.
RTP_CYCLE_TIME NUMBER

Cycle time from the transaction to the putaway date
C_RTP_CYCLE_TIME NUMBER

Count column.
PUTAWAY_QUANTITY NUMBER

Putaway quantity in the primary UOM code of the item.
C_PUTAWAY_QUANTITY NUMBER

Count column.
COUNT(*) NUMBER

Row count.
Query Text

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


SELECT AGG_LEVEL
,      GRP_ID
,      TIME_ID
,      PERIOD_TYPE_ID
,      ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      INV_CATEGORY_ID
,      ITEM_ORG_ID
,      UOM_CODE
,      QTR_ID
,      MONTH_ID
,      WEEK_ID
,      DAY_ID
,      RTP_CYCLE_TIME
,      C_RTP_CYCLE_TIME
,      PUTAWAY_QUANTITY
,      C_PUTAWAY_QUANTITY
,      COUNT(*)
FROM APPS.OPI_WMS_001_MV;

Dependencies

[top of page]

APPS.OPI_WMS_001_MV references the following:

SchemaAPPS
TableOPI_WMS_001_MV
SchemaENI
TableENI_OLTP_ITEM_STAR
SchemaFII
TableFII_TIME_DAY
SchemaOPI
TableOPI_DBI_WMS_RTP_F

APPS.OPI_WMS_001_MV is not referenced by any database object