[Home] [Help]
[Dependency Information]
| Object Name: | BIS_HR_BUDGETS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_HR_BUDGETS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (81) | ||
| VALUE | VARCHAR2 | (30) | Yes | |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | |
| BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | |
| BUDGET_ID | NUMBER | (15) | Yes | |
| BUDGET_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, BUSINESS_GROUP_ID
, BUSINESS_GROUP_NAME
, BUDGET_ID
, BUDGET_NAME
FROM APPS.BIS_HR_BUDGETS_V;
APPS
PER_BUDGETS
PER_BUDGET_VERSIONS
PER_BUSINESS_GROUPS
APPS.BIS_HR_BUDGETS_V is not referenced by any database object
|
|
|
|