[Home] [Help]
[Dependency Information]
| Object Name: | ENI_DBI_CO_ALL_MV |
|---|---|
| Object Type: | MATERIALIZED VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
| Container: | ENI_DBI_CO_ALL_MV |
|---|---|
| Updatable: | N |
| Rewrite Enabled: | N |
| Rewrite Capability: | TEXTMATCH |
| Refresh Mode: | DEMAND |
| Refresh Method: | FAST |
| Build Mode: | DEFERRED |
| Fast Refreshable: | DIRLOAD_DML |
ENG_CHANGE_SUBJECTS
ENG_ENGINEERING_CHANGES
ENG_REVISED_ITEMS
ENI_DBI_CO_OBJIDS_MV
FND_OBJECTS
| 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 | ||
| 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 | ||
| MARKER | NUMBER | The Marker to indicate if the Change Order contains Items as Revised Items or Items as Subjects | ||
| CNT | NUMBER | Dummy column to make the MV Fast Refreshable |
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
, ASSIGNEE_ID
, DESCRIPTION
, CHANGE_ID
, MARKER
, CNT
FROM APPS.ENI_DBI_CO_ALL_MV;
APPS
ENI_DBI_CO_ALL_MV
ENI_DBI_CO_OBJIDS_MV
ENI_DBI_CO_OBJIDS_MV
ENG
ENG_CHANGE_SUBJECTS
ENG_ENGINEERING_CHANGES
ENG_REVISED_ITEMS
APPS
ENI_DBI_CO_NUM_MV
|
|
|
|