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


MATERIALIZED VIEW: APPS.OPI_WMS_004_MV

Object Details
Object Name: OPI_WMS_004_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: OPI_WMS_004_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_INV_VALUE_F
OPI_DBI_WMS_STOR_ITEM_CONV_F

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

Inventory Organization Identifier.
SUBINVENTORY_CODE VARCHAR2 (281)
Subinventory Code.
ITEM_ORG_ID VARCHAR2 (81)
Item Organization Identifier.
UOM_CODE VARCHAR2 (3)
Primary unit of measure.
INV_CATEGORY_ID NUMBER

Inventory Category Identifier.
AGGREGATION_LEVEL_FLAG NUMBER

Aggregation level granularity flag.
GRP_ID NUMBER

Grouping ID column.
TIME_ID NUMBER

Nested Grouping ID Column for Time.
PERIOD_TYPE_ID NUMBER

Nested Grouping ID Column for Period Type.
YEAR_ID NUMBER

FII Year Identifier.
QTR_ID NUMBER

FII Quarter Identifier.
MONTH_ID NUMBER

FII Month Identifier.
WEEK_ID NUMBER

FII Week Identifier.
DAY_ID NUMBER

FII Day Identifier.
STORED_QTY NUMBER

Quantity of onhand inventory in primary unit of measure.
CNT_STORED_QTY NUMBER

Count Column.
WEIGHT_STORED NUMBER

Weight of items stored, in the weight reporting unit of measure.
CNT_WEIGHT_STORED NUMBER

Count Column.
UTILIZED_VOLUME NUMBER

Volume utilized by items stored, in the volume reporting unit of measure.
CNT_UTILIZED_VOLUME NUMBER

Count Column.
CNT_TOTAL NUMBER

Row Count.
Query Text

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


SELECT ORGANIZATION_ID
,      SUBINVENTORY_CODE
,      ITEM_ORG_ID
,      UOM_CODE
,      INV_CATEGORY_ID
,      AGGREGATION_LEVEL_FLAG
,      GRP_ID
,      TIME_ID
,      PERIOD_TYPE_ID
,      YEAR_ID
,      QTR_ID
,      MONTH_ID
,      WEEK_ID
,      DAY_ID
,      STORED_QTY
,      CNT_STORED_QTY
,      WEIGHT_STORED
,      CNT_WEIGHT_STORED
,      UTILIZED_VOLUME
,      CNT_UTILIZED_VOLUME
,      CNT_TOTAL
FROM APPS.OPI_WMS_004_MV;

Dependencies

[top of page]

APPS.OPI_WMS_004_MV references the following:

SchemaAPPS
TableOPI_WMS_004_MV
SchemaENI
TableENI_OLTP_ITEM_STAR
SchemaFII
TableFII_TIME_DAY
SchemaOPI
TableOPI_DBI_INV_VALUE_F
TableOPI_DBI_WMS_STOR_ITEM_CONV_F

APPS.OPI_WMS_004_MV is not referenced by any database object