[Home] [Help] [Dependency Information]
Object Name: | GL_ENCUMBRANCE_TYPES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | SQLGL.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.
Tablespace: | APPS_TS_SEED |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_ENCUMBRANCE_TYPES_U1 | NORMAL | UNIQUE | APPS_TS_SEED |
ENCUMBRANCE_TYPE_ID
ZD_EDITION_NAME |
GL_ENCUMBRANCE_TYPES_U2 | NORMAL | UNIQUE | APPS_TS_SEED |
ENCUMBRANCE_TYPE
ZD_EDITION_NAME |
GL_ENCUMBRANCE_TYPES_U3 | NORMAL | UNIQUE | APPS_TS_SEED |
ENCUMBRANCE_TYPE_KEY
ZD_EDITION_NAME |
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 |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM GL.GL_ENCUMBRANCE_TYPES;
GL.GL_ENCUMBRANCE_TYPES does not reference any database object
GL.GL_ENCUMBRANCE_TYPES is referenced by following:
|
|
|