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


MATERIALIZED VIEW: APPS.ENI_DBI_ORG_MV

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

MTL_PARAMETERS

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization id
MASTER_ORGANIZATION_ID NUMBER

Master Organization id
DUMMY_ORGANIZATION_ID NUMBER
Yes Dummy Organization Id. It is same as master organization id
SUM(ORGANIZATION_ID) NUMBER

Dummy Column to make MV fast refreshable
COUNT(ORGANIZATION_ID) NUMBER

Dummy Column to make MV fast refreshable
Query Text

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


SELECT ORGANIZATION_ID
,      MASTER_ORGANIZATION_ID
,      DUMMY_ORGANIZATION_ID
,      SUM(ORGANIZATION_ID)
,      COUNT(ORGANIZATION_ID)
FROM APPS.ENI_DBI_ORG_MV;

Dependencies

[top of page]

APPS.ENI_DBI_ORG_MV references the following:

SchemaAPPS
TableENI_DBI_ORG_MV
SchemaINV
TableMTL_PARAMETERS
APPS.ENI_DBI_ORG_MV is referenced by following:

SchemaAPPS
Materialized ViewENI_DBI_INV_BASE_MV
Materialized ViewENI_DBI_INV_SUM_MV
Materialized ViewENI_DBI_PRC_UNION_MV