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


MATERIALIZED VIEW: APPS.ENI_DBI_CO_DNUM_MV

Object Details
Object Name: ENI_DBI_CO_DNUM_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ENI_DBI_CO_DNUM_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_DBI_CO_NUM_MV
     ENI_DBI_CO_ALL_MV
          ENG_CHANGE_SUBJECTS
          ENG_ENGINEERING_CHANGES
          ENG_REVISED_ITEMS
          ENI_DBI_CO_OBJIDS_MV
               FND_OBJECTS

[View Source Query]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER

The Organization in which the Change Order is created
ITEM_ID VARCHAR2 (100)
The Inventory Item Id for the Item attached to this Change Order
ITEM_ORG_ID VARCHAR2 (141)
The concatenated ItemId-OrganizationId for the Item attached to this Change Order
CHANGE_ORDER_TYPE_ID NUMBER

The Change Order Type Id for the Change Order
REASON_CODE VARCHAR2 (10)
The Reason for the Change Order
PRIORITY_CODE VARCHAR2 (10)
The Priority of the Change Order
STATUS_TYPE NUMBER

The current Status of the Change Order
CREATION_DATE DATE

The Initiation Date of the Change Order
IMPLEMENTATION_DATE DATE

The Implementation Date of the Change Order
CANCELLATION_DATE DATE

The Cancellation Date of the Change Order
APPROVAL_DATE DATE

The Approval Date of the Change Order
NEED_BY_DATE DATE

The Date by which this Change Order is Needed to be implemented
CNT NUMBER

Dummy column to make the MV Fast Refreshable
Query Text

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


SELECT ORGANIZATION_ID
,      ITEM_ID
,      ITEM_ORG_ID
,      CHANGE_ORDER_TYPE_ID
,      REASON_CODE
,      PRIORITY_CODE
,      STATUS_TYPE
,      CREATION_DATE
,      IMPLEMENTATION_DATE
,      CANCELLATION_DATE
,      APPROVAL_DATE
,      NEED_BY_DATE
,      CNT
FROM APPS.ENI_DBI_CO_DNUM_MV;

Dependencies

[top of page]

APPS.ENI_DBI_CO_DNUM_MV references the following:

SchemaAPPS
TableENI_DBI_CO_DNUM_MV
TableENI_DBI_CO_NUM_MV
Materialized ViewENI_DBI_CO_NUM_MV
APPS.ENI_DBI_CO_DNUM_MV is referenced by following:

SchemaAPPS
Materialized ViewENI_DBI_CO_UNION_MV