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


TABLE: GL.GL_ENCUMBRANCE_TYPES

Object Details
Object Name: GL_ENCUMBRANCE_TYPES
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_ENCUMBRANCE_TYPES
Subobject Name:
Status: VALID


GL_ENCUMBRANCE_TYPES stores information about encumbrance types, including their IDs and descriptions. This table corresponds to the Encumbrance Types form. This table has no foreign keys, other than the standard Who columns.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_ENCUMBRANCE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENCUMBRANCE_TYPE_ID
GL_ENCUMBRANCE_TYPES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENCUMBRANCE_TYPE
GL_ENCUMBRANCE_TYPES_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENCUMBRANCE_TYPE_KEY
Columns
Name Datatype Length Mandatory Comments
ENCUMBRANCE_TYPE_ID NUMBER (15) Yes Encumbrance type defining column
ENCUMBRANCE_TYPE VARCHAR2 (30) Yes Encumbrance type name
ENABLED_FLAG VARCHAR2 (1) Yes Encumbrance type enabled flag
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
DESCRIPTION VARCHAR2 (240)
Encumbrance type description
ENCUMBRANCE_TYPE_KEY VARCHAR2 (30) Yes Encumbrance type key
Query Text

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


SELECT ENCUMBRANCE_TYPE_ID
,      ENCUMBRANCE_TYPE
,      ENABLED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      ENCUMBRANCE_TYPE_KEY
FROM GL.GL_ENCUMBRANCE_TYPES;

Dependencies

[top of page]

GL.GL_ENCUMBRANCE_TYPES does not reference any database object

GL.GL_ENCUMBRANCE_TYPES is referenced by following:

SchemaAPPS
SynonymGL_ENCUMBRANCE_TYPES