WIE_WS_REASON_CODES_B

This table stores workstation reason codes.

Details

  • Schema: FUSION

  • Object owner: WIE

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

WIE_WS_REASON_CODES_B_PK

WS_REASON_CODE_ID

Columns

Name Datatype Length Precision Not-null Comments
WS_REASON_CODE_ID NUMBER 18 Yes The unique identifier of the record. Its value is an application-generated unique ID.
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.
REASON_CODE VARCHAR2 30 Yes Represents the value of the reason code. Its value is user-generated.
WORKSTATION_STATUS_CODE VARCHAR2 30 Yes Represents the status that the workstation should be updated to when the reason code for this record is utilized. Valid values exist in the lookup with lookup type = ORA_WIS_WS_SYSTEM_STATUS.
LOSS_CATEGORY_CODE VARCHAR2 30 Yes Represents the category of loss used when calculating workstation related metrics. Valid values exist in the lookup with lookup type = ORA_WIS_WS_LOSS_CATEGORIES.
SEEDED_FLAG VARCHAR2 1 Yes Flag used to indicate whether the reason code record is seeded or not. Default is 'N'.
INACTIVE_DATE DATE Date when the reason code becomes inactive.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
WIE_WS_REASON_CODES_B_U01 Unique Default WS_REASON_CODE_ID, ORA_SEED_SET1
WIE_WS_REASON_CODES_B_U02 Unique Default WS_REASON_CODE_ID, ORA_SEED_SET2
WIE_WS_REASON_CODES_B_U03 Unique Default REASON_CODE, ORA_SEED_SET1
WIE_WS_REASON_CODES_B_U04 Unique Default REASON_CODE, ORA_SEED_SET2