[Home] [Help]
[Dependency Information]
| Object Name: | HRI_DBI_WMV_BUDGET_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HRI_DBI_WMV_BUDGET_MV_N1 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
SUPERVISOR_ID
COUNT_TYPE
EFFECTIVE_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUPERVISOR_ID | NUMBER | (15) | Person id of a manager | |
| EFFECTIVE_DATE | DATE | The date of the budgeted headcount value change | ||
| BUDGET_VALUE | NUMBER | Total budgeted headcount | ||
| COUNT_TYPE | VARCHAR2 | (16) | This columns holds the two static values (1) TOTAL_WMV_BUDGET : Total budgeted headcount by manager for all reports (2) DR_WMV_BUDGET: Total budgeted headcount by manager for direct reports |
Cut, paste (and edit) the following text to query this object:
SELECT SUPERVISOR_ID
, EFFECTIVE_DATE
, BUDGET_VALUE
, COUNT_TYPE
FROM APPS.HRI_DBI_WMV_BUDGET_MV;
APPS.HRI_DBI_WMV_BUDGET_MV does not reference any database object
APPS.HRI_DBI_WMV_BUDGET_MV is referenced by following:
APPS
HRI_DBI_WMV_BUDGET_MV
|
|
|
|