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


VIEW: APPS.GLBV_GL_BUDGET_ORGANIZATIONS

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

View Type

A Business Intelligence System view


General Ledger budget organizations are groups responsible for entering and maintaining budget data for a set of accounts.


[View Source]

Columns
Name Datatype Length Mandatory Comments
BUDGET_ORGANIZATION_ID NUMBER (15) Yes Budget organization defining column
BUDGET_ORGANIZATION_NAME VARCHAR2 (25) Yes Budget organization name
LEDGER_ID NUMBER (15) Yes
START_EFFECTIVE_DATE DATE

END_EFFECTIVE_DATE DATE

DESCRIPTION VARCHAR2 (240)
_LA:REQUIRE_PASSWORD_FLAG CHAR (82)
Query Text

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


SELECT BUDGET_ORGANIZATION_ID
,      BUDGET_ORGANIZATION_NAME
,      LEDGER_ID
,      START_EFFECTIVE_DATE
,      END_EFFECTIVE_DATE
,      DESCRIPTION
,      _LA:REQUIRE_PASSWORD_FLAG
FROM APPS.GLBV_GL_BUDGET_ORGANIZATIONS;

Dependencies

[top of page]

APPS.GLBV_GL_BUDGET_ORGANIZATIONS references the following:

SchemaAPPS
SynonymGL_BUDGET_ENTITIES

APPS.GLBV_GL_BUDGET_ORGANIZATIONS is not referenced by any database object