[Home] [Help]
[Dependency Information]
| Object Name: | PQH_ORGANIZATION_BUDGETS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_ORGANIZATION_BUDGETS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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) |
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;
APPS
HR_GENERAL
- show dependent code
PQH_BUDGETS_V
PQH_BUDGET_DETAILS
PQH_BUDGET_VERSIONS
PQH_UTILITY
- show dependent code
APPS.PQH_ORGANIZATION_BUDGETS_V is not referenced by any database object
|
|
|
|