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


TABLE: ENG.ENG_CHANGE_TYPE_REASONS

Object Details
Object Name: ENG_CHANGE_TYPE_REASONS
Object Type: TABLE
Owner: ENG
FND Design Data: TableENG.ENG_CHANGE_TYPE_REASONS
Subobject Name:
Status: VALID


This table stores the reason code for a particular change type.Change_type_id column references CHANGE_ORDER_TYPE_ID from table ENG_CHANGE_ORDER_TYPES


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CHANGE_TYPE_ID NUMBER
Yes Change type internal identifier
REASON_CODE VARCHAR2 (10) Yes Reason code
CREATION_DATE DATE
Yes Standard WHO column
CREATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
Query Text

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


SELECT CHANGE_TYPE_ID
,      REASON_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM ENG.ENG_CHANGE_TYPE_REASONS;

Dependencies

[top of page]

ENG.ENG_CHANGE_TYPE_REASONS does not reference any database object

ENG.ENG_CHANGE_TYPE_REASONS is referenced by following:

SchemaAPPS
SynonymENG_CHANGE_TYPE_REASONS