WIS_CONFRM_PARAM_ACTUAL_VALUES

This table stores actual conformance parameter values for items (ingredients).

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_CONFRM_PARAM_ACT_VALS_PK

CONFRM_PARAM_ACTUAL_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFRM_PARAM_ACTUAL_VALUE_ID NUMBER 18 Yes The unique identifier of the actual value of a conformance parameter. 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.
CONFRM_PARAM_ASSIGNMENT_ID NUMBER 18 Yes Represents the internal identifier of the conformance parameter assignment that is the foreign key to the WIS_CONFRM_PARAM_ASSIGNMENTS table.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which the conformance parameter belongs.
INVENTORY_ITEM_ID NUMBER 18 Yes Indicates the user-selected item within a given plant.
LOT_NUMBER VARCHAR2 80 The lot number of the inventory item.
CONFORMANCE_PARAMETER_ID NUMBER 18 Yes Represents the internal identifier of the conformance parameter that is the foreign key to the WIS_CONFORMANCE_PARAMETERS_B table.
ACTUAL_VALUE NUMBER Yes The measured/observed value of the associated conformance parameter for a specific item and lot.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
WIS_CONFRM_PARAM_ACTUAL_VALUES wis_conformance_parameters_b CONFORMANCE_PARAMETER_ID
WIS_CONFRM_PARAM_ACTUAL_VALUES wis_confrm_param_assignments CONFRM_PARAM_ASSIGNMENT_ID

Indexes

Index Uniqueness Tablespace Columns
WIS_CONFRM_PARAM_ACT_VALS_U01 Unique Default CONFRM_PARAM_ACTUAL_VALUE_ID
WIS_CONFRM_PARAM_ACT_VALS_U02 Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID, LOT_NUMBER, CONFORMANCE_PARAMETER_ID