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


VIEW: APPS.BIM_BUDGET_NAME_V

Object Details
Object Name: BIM_BUDGET_NAME_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


BIM_BUDGET_NAME_V
Contains the Fund id, the fund short name and the description, basically the names of the different budgets.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Budget ID
VALUE VARCHAR2 (240) Yes Budget Name
DESCRIPTION VARCHAR2 (4000)
Budget description
PARENT_ID NUMBER

Parent budget ID
Query Text

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


SELECT ID
,      VALUE
,      DESCRIPTION
,      PARENT_ID
FROM APPS.BIM_BUDGET_NAME_V;

Dependencies

[top of page]

APPS.BIM_BUDGET_NAME_V references the following:

SchemaAPPS
SynonymOZF_FUNDS_ALL_B
SynonymOZF_FUNDS_ALL_TL

APPS.BIM_BUDGET_NAME_V is not referenced by any database object