[Home] [Help]
[Dependency Information]
Object Name: | HR_WORKFLOWS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
HR_WORKFLOWS holds the WORKFLOW_ID and WORKFLOW_NAME of
taskflows in Oracle HRMS. Taskflows are user defined navigation
flows to simplify the navigation process when specific tasks require
multiple windows. For example, the task of hiring an employee may
require the user to enter data in 5 windows. A taskflow can represent
the sequence in which the user must enter data. There can only be one
entry point, or node, for a taskflow. A number of default taskflows
are predefined with the system.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HR_WORKFLOWS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
HR_WORKFLOWS_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WORKFLOW_ID | NUMBER | (9) | Yes | System-generated primary key column. |
WORKFLOW_NAME | VARCHAR2 | (30) | Yes | Name of the taskflow. |
LEGISLATION_CODE | VARCHAR2 | (2) | Legislation code of the taskflow. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT WORKFLOW_ID
, WORKFLOW_NAME
, LEGISLATION_CODE
, ZD_EDITION_NAME
FROM HR.HR_WORKFLOWS;
HR.HR_WORKFLOWS does not reference any database object
HR.HR_WORKFLOWS is referenced by following:
|
|
|