[Home] [Help]
[Dependency Information]
| Object Name: | GL_ENCUMBRANCE_TYPES_CURRENT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_ENCUMBRANCE_TYPES_CURRENT_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENCUMBRANCE_TYPE_ID | NUMBER | (15) | Yes | Encumbrance type defining column |
| ENCUMBRANCE_TYPE | VARCHAR2 | (30) | Yes | Encumbrance type name |
Cut, paste (and edit) the following text to query this object:
SELECT ENCUMBRANCE_TYPE_ID
, ENCUMBRANCE_TYPE
FROM APPS.GL_ENCUMBRANCE_TYPES_CURRENT_V;
APPS
GL_ENCUMBRANCE_TYPES
APPS.GL_ENCUMBRANCE_TYPES_CURRENT_V is not referenced by any database object
|
|
|
|