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


TABLE: APPS.ENI_DBI_PRC_SUM2_MV

Object Details
Object Name: ENI_DBI_PRC_SUM2_MV
Object Type: TABLE
Owner: APPS
FND Design Data: TableENI.ENI_DBI_PRC_SUM2_MV
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ENI_DBI_PRC_SUM2_MV_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnMARKER
ColumnTIME_ID
ColumnPRODUCT_CATEGORY_ID
Columns
Name Datatype Length Mandatory Comments
TIME_ID NUMBER

Time id
INVENTORY_ITEM_ID NUMBER

Inventory Item id
PRODUCT_CATEGORY_ID NUMBER

Product Category id
ORGANIZATION_ID NUMBER

Organization id
ITEM_ORG_ID CHAR (2)
Item-org id
REV_AMOUNT NUMBER

Revenue for item-org on time_id in Primary Currency
CNT_REV_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
REV_SEC_AMOUNT NUMBER

Revenue for item-org on time_id in Secondary Currency
CNT_REV_SEC_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
EXP_AMOUNT NUMBER

Other Expenses on time_id in Primary Currency
CNT_EXP_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
EXP_SEC_AMOUNT NUMBER

Other Expenses on time_id in Secondary Currency
CNT_EXP_SEC_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
COGS_AMOUNT NUMBER

Cost Of Goods Sold for item-org on time_id in Primary Currency
CNT_COGS_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
COGS_SEC_AMOUNT NUMBER

Cost Of Goods Sold for item-org on time_id in Secondary Currency
CNT_COGS_SEC_AMOUNT NUMBER

Dummy column to make materialized view fast refreshable
COUNT(*) NUMBER

Dummy column to make materialized view fast refreshable
MARKER NUMBER

Used to distinguish between various summarization levels in the MV definition
Query Text

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


SELECT TIME_ID
,      INVENTORY_ITEM_ID
,      PRODUCT_CATEGORY_ID
,      ORGANIZATION_ID
,      ITEM_ORG_ID
,      REV_AMOUNT
,      CNT_REV_AMOUNT
,      REV_SEC_AMOUNT
,      CNT_REV_SEC_AMOUNT
,      EXP_AMOUNT
,      CNT_EXP_AMOUNT
,      EXP_SEC_AMOUNT
,      CNT_EXP_SEC_AMOUNT
,      COGS_AMOUNT
,      CNT_COGS_AMOUNT
,      COGS_SEC_AMOUNT
,      CNT_COGS_SEC_AMOUNT
,      COUNT(*)
,      MARKER
FROM APPS.ENI_DBI_PRC_SUM2_MV;

Dependencies

[top of page]

APPS.ENI_DBI_PRC_SUM2_MV does not reference any database object

APPS.ENI_DBI_PRC_SUM2_MV is referenced by following:

SchemaAPPS
Materialized ViewENI_DBI_PRC_SUM2_MV