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:
Primary Key: HR_WORKFLOWS_PK
  1. ColumnWORKFLOW_ID
Unique Key: HR_WORKFLOWS_UK2
  1. ColumnWORKFLOW_NAME
Indexes
Index Type Uniqueness Tablespace Column
HR_WORKFLOWS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKFLOW_ID
HR_WORKFLOWS_UK2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnWORKFLOW_NAME
Foreign Keys
Table
Foreign Table Foreign Key Column
TableHR_NAVIGATION_NODE_USAGES HR_NAVIGATION_NODE_USAGES_FK1 HR_WORKFLOWS HR_NAVIGATION_NODE_USAGES WORKFLOW_ID
TableHR_NAVIGATION_UNITS HR_NAVIGATION_UNITS_FK1 HR_WORKFLOWS HR_NAVIGATION_UNITS DEFAULT_WORKFLOW_ID
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.
Query Text

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


SELECT WORKFLOW_ID
,      WORKFLOW_NAME
,      LEGISLATION_CODE
FROM HR.HR_WORKFLOWS;

Dependencies

[top of page]

HR.HR_WORKFLOWS does not reference any database object

HR.HR_WORKFLOWS is referenced by following:

SchemaAPPS
SynonymHR_WORKFLOWS
SchemaPUBLIC
SynonymHR_WORKFLOWS