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


TABLE: ENG.ENG_CATEGORY_SUBJECTS

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



This table stores the change management type codes and different subjects which can be associated to each change management type. Change management Type Eg : Change Request,issue,change order etc Subject Eg : Item,Item Revision , Components,etc


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ENG_CATEGORY_SUBJECTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHANGE_MGMT_TYPE_CODE
ColumnSUBJECT_INTERNAL_NAME
Columns
Name Datatype Length Mandatory Comments
CHANGE_MGMT_TYPE_CODE VARCHAR2 (30) Yes Change management type code eg. change request, issue, change order etc
SUBJECT_INTERNAL_NAME VARCHAR2 (30) Yes The subject of the change order eg. item, item revision, components etc
SUBJECT_POLICIES_ALLOWED VARCHAR2 (1) Yes Flag to indicate if change policy is allowed on the subject
ALLOW_ITEM_ASSIGNEE_TYPES VARCHAR2 (1) Yes Flag to indicate if item assignee type is allowed
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
Yes Standard WHO column
ALLOW_DOCUMENT_ASSIGNEE_TYPES VARCHAR2 (1)
Identify whether this subject allows Assignee Type for Document Object
Query Text

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


SELECT CHANGE_MGMT_TYPE_CODE
,      SUBJECT_INTERNAL_NAME
,      SUBJECT_POLICIES_ALLOWED
,      ALLOW_ITEM_ASSIGNEE_TYPES
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ALLOW_DOCUMENT_ASSIGNEE_TYPES
FROM ENG.ENG_CATEGORY_SUBJECTS;

Dependencies

[top of page]

ENG.ENG_CATEGORY_SUBJECTS does not reference any database object

ENG.ENG_CATEGORY_SUBJECTS is referenced by following:

SchemaAPPS
SynonymENG_CATEGORY_SUBJECTS