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


TABLE: APPS.HRI_DBI_WMV_BUDGET_MV

Object Details
Object Name: HRI_DBI_WMV_BUDGET_MV
Object Type: TABLE
Owner: APPS
Subobject Name:
Status: VALID
Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HRI_DBI_WMV_BUDGET_MV_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SUMMARY ColumnSUPERVISOR_ID
ColumnCOUNT_TYPE
ColumnEFFECTIVE_DATE
Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.HRI_DBI_WMV_BUDGET_MV does not reference any database object

APPS.HRI_DBI_WMV_BUDGET_MV is referenced by following:

SchemaAPPS
Materialized ViewHRI_DBI_WMV_BUDGET_MV