HNS_INJURED_PERSON_TREATMENTS

HNS INJURED PERSON TREATMENTS. This table stores treatments information for an injured person.

Details

  • Schema: FUSION

  • Object owner: HNS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

hns_injured_person_treatm_PK

INJURED_PERSON_TREATMENT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
INJURED_PERSON_TREATMENT_ID NUMBER 18 Yes Primary key identifier for table : INJURED_PERSON_TREATMENT_ID
INJURED_PERSON_ID NUMBER 18 Yes Injured person identifier. Foreign key for HNS_INJURED_PERSON_TREATMENTS table.
TREATMENT_TYPE_CODE VARCHAR2 1000 Injured person treatment identifer. Lookup key for FND_LOOKUP HNS_TREATMENT_TYPE.
MED_PROF_NAME VARCHAR2 200 Name of the physician or medical professional treating the injury
FATALITY_DATE TIMESTAMP Date on which the fatality/injury occurred
DESCRIPTION_OF_TREATMENT VARCHAR2 4000 Description of the treatment of the injury
FACILITY_NAME VARCHAR2 255 Name of the facility where injury is treated
FACILITY_ADDRESS_LINE1 VARCHAR2 255 Address line 1 of the facility where injury is treated
FACILITY_ADDRESS_LINE2 VARCHAR2 255 Address line 2 of the facility where injury is treated
FACILITY_CITY VARCHAR2 100 City of the facility where injury is treated
FACILITY_STATE VARCHAR2 100 State of the facility where injury is treated
FACILITY_COUNTRY VARCHAR2 100 Country of the facility where injury is treated
FACILITY_ZIP_CODE VARCHAR2 100 Zip Code of the facility where injury is treated
DELETED_FLAG VARCHAR2 1 Flag to check whether is record is deleted.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
HNS_INJURED_PERSON_TREATMENTS hns_injured_persons INJURED_PERSON_ID

Indexes

Index Uniqueness Tablespace Columns
HNS_INJ_PER_TRTMNT_U1 Unique FUSION_TS_TX_DATA INJURED_PERSON_TREATMENT_ID