[Home] [Help]
[Dependency Information]
Object Name: | GL_BUDGET_TYPES |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GL_BUDGET_TYPES stores information about budget types. Oracle General Ledger supports only one budget type, 'STANDARD'. Therefore, this table always contains only one row. This table has no foreign keys other than the standard Who columns.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_BUDGET_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUDGET_TYPE | VARCHAR2 | (15) | Yes | Budget type defining column (always STANDARD) |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
AUDIT_TRAIL_FLAG | VARCHAR2 | (1) | Yes | Provide audit trail flag |
DESCRIPTION | VARCHAR2 | (240) | Budget type description | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
CONTEXT | VARCHAR2 | (150) | Descriptive flex context column |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, AUDIT_TRAIL_FLAG
, DESCRIPTION
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, CONTEXT
FROM GL.GL_BUDGET_TYPES;
GL.GL_BUDGET_TYPES does not reference any database object
GL.GL_BUDGET_TYPES is referenced by following:
|
|
|