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


TABLE: GMF.GL_SEVT_MST

Object Details
Object Name: GL_SEVT_MST
Object Type: TABLE
Owner: GMF
FND Design Data: TableGMF.GL_SEVT_MST
Subobject Name:
Status: VALID


GL mapping subevents. Subset of subsystem events that are mapped to GL.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_SEVT_MST_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSUB_EVENT_TYPE
Columns
Name Datatype Length Mandatory Comments
SUB_EVENT_TYPE NUMBER (10) Yes Subevent Type.
SUB_EVENT_CODE VARCHAR2 (4) Yes Subevent Code.
SUB_EVENT_DESC VARCHAR2 (70) Yes Subevent Description.
EVENT_TYPE NUMBER (5) Yes Event Type of subevent.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
TRANS_CNT NUMBER (10)
Not currently used
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
Query Text

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


SELECT SUB_EVENT_TYPE
,      SUB_EVENT_CODE
,      SUB_EVENT_DESC
,      EVENT_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TRANS_CNT
,      TEXT_CODE
,      DELETE_MARK
FROM GMF.GL_SEVT_MST;

Dependencies

[top of page]

GMF.GL_SEVT_MST does not reference any database object

GMF.GL_SEVT_MST is referenced by following:

SchemaAPPS
SynonymGL_SEVT_MST