[Home] [Help]
[Dependency Information]
| Object Name: | GL_ALL_ENC_TYPES_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_ALL_ENC_TYPES_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENCUMBRANCE_TYPE_ID | NUMBER | Encumbrance type defining column | ||
| ENCUMBRANCE_TYPE | VARCHAR2 | (80) | Encumbrance type name | |
| DESCRIPTION | VARCHAR2 | (240) | Encumbrance type description |
Cut, paste (and edit) the following text to query this object:
SELECT ENCUMBRANCE_TYPE_ID
, ENCUMBRANCE_TYPE
, DESCRIPTION
FROM APPS.GL_ALL_ENC_TYPES_VIEW;
APPS
GL_ENCUMBRANCE_TYPES
GL_LOOKUPS
APPS.GL_ALL_ENC_TYPES_VIEW is not referenced by any database object
|
|
|
|