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


VIEW: APPS.PQH_ORGANIZATION_BUDGETS_V

Object Details
Object Name: PQH_ORGANIZATION_BUDGETS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPQH.PQH_ORGANIZATION_BUDGETS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_NAME VARCHAR2 (4000)
ORGANIZATION_ID NUMBER (15)
POSITION_NAME VARCHAR2 (4000)
POSITION_ID NUMBER (15)
BUDGET_MEASUREMENT_TYPE VARCHAR2 (4000)
BUDGET_UNIT_ID NUMBER (15)
Query Text

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


SELECT ORGANIZATION_NAME
,      ORGANIZATION_ID
,      POSITION_NAME
,      POSITION_ID
,      BUDGET_MEASUREMENT_TYPE
,      BUDGET_UNIT_ID
FROM APPS.PQH_ORGANIZATION_BUDGETS_V;

Dependencies

[top of page]

APPS.PQH_ORGANIZATION_BUDGETS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewPQH_BUDGETS_V
SynonymPQH_BUDGET_DETAILS
SynonymPQH_BUDGET_VERSIONS
PL/SQL PackagePQH_UTILITY - show dependent code

APPS.PQH_ORGANIZATION_BUDGETS_V is not referenced by any database object