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


MATERIALIZED VIEW: APPS.ENI_DBI_CO_NUM_MV

Object Details
Object Name: ENI_DBI_CO_NUM_MV
Object Type: MATERIALIZED VIEW
Owner: APPS
Subobject Name:
Status: VALID
M-View Details
Container: ENI_DBI_CO_NUM_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_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
CHANGE_NOTICE VARCHAR2 (10)
The Name of the Change Order
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
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
ASSIGNEE_ID NUMBER

The Id of the Assignee for this Change Order
DESCRIPTION VARCHAR2 (2000)
The Description of the Change Order
CHANGE_ID NUMBER

The Unique Change Id of the Change Order
Query Text

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


SELECT CHANGE_NOTICE
,      ORGANIZATION_ID
,      ITEM_ID
,      CHANGE_ORDER_TYPE_ID
,      REASON_CODE
,      PRIORITY_CODE
,      STATUS_TYPE
,      CREATION_DATE
,      IMPLEMENTATION_DATE
,      CANCELLATION_DATE
,      APPROVAL_DATE
,      NEED_BY_DATE
,      CNT
,      ASSIGNEE_ID
,      DESCRIPTION
,      CHANGE_ID
FROM APPS.ENI_DBI_CO_NUM_MV;

Dependencies

[top of page]

APPS.ENI_DBI_CO_NUM_MV references the following:

SchemaAPPS
TableENI_DBI_CO_ALL_MV
Materialized ViewENI_DBI_CO_ALL_MV
TableENI_DBI_CO_NUM_MV
APPS.ENI_DBI_CO_NUM_MV is referenced by following:

SchemaAPPS
Materialized ViewENI_DBI_CO_DNUM_MV