[Home] [Help]
[Dependency Information]
| Object Name: | PQH_BDGT_REALLOC_FOLDERS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PQH.PQH_BDGT_REALLOC_FOLDERS_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 |
|---|---|---|---|---|
| FOLDER_ID | NUMBER | (15) | Yes | Primary Key |
| NAME | VARCHAR2 | (30) | Yes | Pool name |
| BUDGET_VERSION_ID | NUMBER | (15) | Identifies the budget version this pool is created for | |
| BUDGET_UNIT_ID | NUMBER | (15) | measuement unit of the budget version for which the pool is created | |
| ENTITY_TYPE | VARCHAR2 | (30) | Entity Type of the budget ('Position', 'Organization','job', 'Grade') | |
| APPROVAL_STATUS | VARCHAR2 | (30) | Approved / not approved status flag | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT FOLDER_ID
, NAME
, BUDGET_VERSION_ID
, BUDGET_UNIT_ID
, ENTITY_TYPE
, APPROVAL_STATUS
, OBJECT_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
FROM APPS.PQH_BDGT_REALLOC_FOLDERS_V;
APPS
PQH_BUDGET_POOLS
APPS.PQH_BDGT_REALLOC_FOLDERS_V is not referenced by any database object
|
|
|
|