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


TABLE: HR.HR_WORKFLOWS

Object Details
Object Name: HR_WORKFLOWS
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.HR_WORKFLOWS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HR_WORKFLOWS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKFLOW_ID
ColumnZD_EDITION_NAME
HR_WORKFLOWS_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKFLOW_NAME
ColumnZD_EDITION_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

HR.HR_WORKFLOWS does not reference any database object

HR.HR_WORKFLOWS is referenced by following:

SchemaHR
ViewHR_WORKFLOWS#