[Home] [Help]
[Dependency Information]
Object Name: | PO_EMPLOYEE_HIERARCHIES_ALL |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PO_EMPLOYEE_HIERARCHIES_ALL contains information about the
relationship of an employee to all his supervisors in a particular
position hierarchy. It is a "flattened-out" model of the hierarchical
relationships of the employees.
.
Each record in the table holds the employee and supervisor IDs.
The relation of the supervisor to the employee is identified by the
level of superiority. An employee's direct supervisor is always at
level one. The higher the supervisor is in the chain of command, the
higher his level will be for each employee.
.
Oracle Purchasing uses the PO_EMPLOYEE_HIEARCHIES_ALL table whenever
an employee's supervisor is sought. Currently, this is needed for
approving documents, finding the next person to forward a document to,
and processing security. Oracle Purchasing resorts to this table
only when positions are used throughout the organization.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_EMPLOYEE_HIERARCHIES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
PO_EMPLOYEE_HIERARCHIES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EMPLOYEE_ID | NUMBER | (9) | Yes | Employee unique identifier |
SUPERIOR_ID | NUMBER | (9) | Yes | Superior unique identifier |
POSITION_STRUCTURE_ID | NUMBER | Yes | Employee hierarchy unique identifier | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
EMPLOYEE_POSITION_ID | NUMBER | Unique identifier of the employee position | ||
SUPERIOR_POSITION_ID | NUMBER | Unique identifier of superior position | ||
SUPERIOR_LEVEL | NUMBER | Level of superiority of superior over the employee. A direct supervisor is a level 1 superior. | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
ORG_ID | NUMBER | Organization identifier | ||
BUSINESS_GROUP_ID | NUMBER | Identifier for the business group |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_ID
, SUPERIOR_ID
, POSITION_STRUCTURE_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATED_BY
, CREATION_DATE
, EMPLOYEE_POSITION_ID
, SUPERIOR_POSITION_ID
, SUPERIOR_LEVEL
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
, BUSINESS_GROUP_ID
FROM PO.PO_EMPLOYEE_HIERARCHIES_ALL;
PO.PO_EMPLOYEE_HIERARCHIES_ALL does not reference any database object
PO.PO_EMPLOYEE_HIERARCHIES_ALL is referenced by following:
|
|
|