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


VIEW: APPS.BIM_BUDGET_CATEGORY_V

Object Details
Object Name: BIM_BUDGET_CATEGORY_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_CATEGORY_V
Contains the various budget categories.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Category ID
VALUE VARCHAR2 (120) Yes Category name
DESCRIPTION VARCHAR2 (4000)
Category description
Query Text

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


SELECT ID
,      VALUE
,      DESCRIPTION
FROM APPS.BIM_BUDGET_CATEGORY_V;

Dependencies

[top of page]

APPS.BIM_BUDGET_CATEGORY_V references the following:

SchemaAPPS
ViewAMS_CATEGORIES_VL

APPS.BIM_BUDGET_CATEGORY_V is not referenced by any database object