ACD_SOLUTION_ALTERNATIVE_B

Contains detailed information about solution alternatives.

Details

  • Schema: FUSION

  • Object owner: ACD

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACD_SOLUTION_ALT_B_PK

SOLUTION_ALTERNATIVE_ID

Columns

Name Datatype Length Precision Not-null Comments
SOLUTION_ALTERNATIVE_ID NUMBER 18 Yes Unique alternative ID. Each concept has a set of its own solution alternatives.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
DEFAULT_ALTERNATIVE VARCHAR2 1 'yes' for the default alternative, otherwise 'no'
ALTERNATIVE_INDEX NUMBER 18 Alternative index e.g. [1..15] is unique for one concept
POSNO NUMBER This is the pos no of the solution alternative used for sorting purposes.
IS_ACTIVE VARCHAR2 1 'y' if this alternative should be visible in the concept's structure
IS_VISIBLE VARCHAR2 1 'y' if this alternative should be visible in the list of available solution alternatives, otherwise 'n'
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CONCEPT_ID NUMBER 18 Yes Reference to concept this solution alternative belongs to
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ACD_SOLUTION_ALTERNATIVE_B acd_concept_b CONCEPT_ID
acd_solution_alternative_tl acd_solution_alternative_b SOLUTION_ALTERNATIVE_ID

Indexes

Index Uniqueness Tablespace Columns
ACD_SOLUTION_ALT_B_U1 Unique Default SOLUTION_ALTERNATIVE_ID
ACD_SOLUTION_ALT_B_U2 Unique Default CONCEPT_ID, ALTERNATIVE_INDEX