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


TABLE: HR.PER_WPM_PLAN_HIERARCHY

Object Details
Object Name: PER_WPM_PLAN_HIERARCHY
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


People hierarchy for a Workforce Performance Management Plan.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PER_WPM_PLAN_HIERARCHY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPLAN_ID
ColumnSUPERVISOR_PERSON_ID
ColumnLEVEL_NUM
Columns
Name Datatype Length Mandatory Comments
WPM_PLAN_HIERARCHY_ID NUMBER (15) Yes Sequence Generated Primary Key
PLAN_ID NUMBER (15) Yes References PER_PERF_MGMT_PLANS, stores the reference to the Performance Management Plan for which the hierarchy is created.
SUPERVISOR_PERSON_ID NUMBER (15) Yes Refernces PER_ALL_PEOPLE_F, stores the supervisor id
SUPERVISOR_NAME VARCHAR2 (240) Yes Name of the supervisor
EMPLOYEE_PERSON_ID NUMBER (15) Yes Foreign key to PER_ALL_PEOPLE_F, stores references to the Employee
EMPLOYEE_NAME VARCHAR2 (240) Yes Name of the employee
LEVEL_NUM NUMBER (15) Yes Hierarchy level
LAST_UPDATE_DATE DATE

Standard WHO column
LAST_UPDATED_BY NUMBER (15)
Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
CREATED_BY NUMBER (15)
Standard WHO column
CREATION_DATE DATE

Standard WHO column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT WPM_PLAN_HIERARCHY_ID
,      PLAN_ID
,      SUPERVISOR_PERSON_ID
,      SUPERVISOR_NAME
,      EMPLOYEE_PERSON_ID
,      EMPLOYEE_NAME
,      LEVEL_NUM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM HR.PER_WPM_PLAN_HIERARCHY;

Dependencies

[top of page]

HR.PER_WPM_PLAN_HIERARCHY does not reference any database object

HR.PER_WPM_PLAN_HIERARCHY is referenced by following:

SchemaAPPS
SynonymPER_WPM_PLAN_HIERARCHY
TriggerPER_WPM_PLAN_HIERARCHY_WHO