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


VIEW: APPS.GLBV_GL_ENCUMBRANCE_TYPES

Object Details
Object Name: GLBV_GL_ENCUMBRANCE_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLGL.GLBV_GL_ENCUMBRANCE_TYPES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


General Ledger encumbrance types are different categories of encumbrances, such as commitments and obligations.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ENCUMBRANCE_TYPE_ID NUMBER (15) Yes Encumbrance type defining column
ENCUMBRANCE_TYPE VARCHAR2 (30) Yes Encumbrance type name
DESCRIPTION VARCHAR2 (240)
Encumbrance type description
Query Text

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


SELECT ENCUMBRANCE_TYPE_ID
,      ENCUMBRANCE_TYPE
,      DESCRIPTION
FROM APPS.GLBV_GL_ENCUMBRANCE_TYPES;

Dependencies

[top of page]

APPS.GLBV_GL_ENCUMBRANCE_TYPES references the following:

SchemaAPPS
SynonymGL_ENCUMBRANCE_TYPES

APPS.GLBV_GL_ENCUMBRANCE_TYPES is not referenced by any database object