HNS_PERSONS

HNS PERSONS. This table stores Owner / Person related data. The column Type signifies type of activity (Incident, Investigation or Action).

Details

  • Schema: FUSION

  • Object owner: HNS

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

HNS_PERSONS_PK

PERSON_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_ID NUMBER 18 Yes Task Assigned to the person/owner.
EMPLOYEE_ID NUMBER 18 Yes EMPLOYEE_ID column : Employee ID of the owner.
PERSON_ASSIGN_ID NUMBER 18 PERSON_ASSIGN_ID column : Assignment ID of the owner.
ROLE_CODE VARCHAR2 30 Yes Role ID assigned to the person.
TARGET_COMPLETION_DATE TIMESTAMP Yes Target completion date for the task assigned to the person.
ACTUAL_COMPLETION_DATE TIMESTAMP Actual completion date of the task assigned to the person.
COMPLETED_FLAG VARCHAR2 1 Completed flag. Signifies whether the task is completed
DELETED_FLAG VARCHAR2 1 Deleted flag. Signifies whether the task assigned is deleted
TASK_TYPE_CODE VARCHAR2 30 Yes Task Type identifier. Lookup to the Task Type FND lookup.
PERSON_ID NUMBER 18 Yes Unique person identifier. This is the system generated primary key for HNS_PERSONS table.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
RESULT_CODE VARCHAR2 30 Result Code Column : Incident Owner check result code.
ACTION_REQUIRED_FLAG VARCHAR2 1 Action Required Flag Column : Check box to confirm whether an action is required.

Foreign Keys

Table Foreign Table Foreign Key Column
HNS_PERSONS hns_incidents_summary TASK_ID
HNS_PERSONS hns_actions TASK_ID
HNS_PERSONS hns_investigations_summary TASK_ID

Indexes

Index Uniqueness Tablespace Columns
HNS_PERSONS_N1 Non Unique FUSION_TS_TX_DATA TASK_ID
HNS_PERSONS_UK1 Unique FUSION_TS_TX_DATA PERSON_ID