WIS_CONFRM_PARAM_ASSIGNMENTS

This table associates conformance parameters with categories/items within a plant.

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_CONFRM_PARAM_ASSIGN_PK

CONFRM_PARAM_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFRM_PARAM_ASSIGNMENT_ID NUMBER 18 Yes The unique identifier of a conformance parameter assignment. 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.
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.
ORGANIZATION_ID NUMBER 18 Yes The organization identifier that represents the manufacturing plant to which the conformance parameter belongs.
CATEGORY_ID NUMBER 18 Inventory functional area category for which the conformance parameters are setup.
INVENTORY_ITEM_ID NUMBER 18 Item for which the conformance parameters are setup.
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_ASSIGNMENTS wis_conformance_parameters_b CONFORMANCE_PARAMETER_ID
wis_confrm_param_target_values wis_confrm_param_assignments CONFRM_PARAM_ASSIGNMENT_ID
wis_confrm_param_actual_values wis_confrm_param_assignments CONFRM_PARAM_ASSIGNMENT_ID

Indexes

Index Uniqueness Tablespace Columns
WIS_CONFRM_PARAM_ASSIGN_N01 Non Unique Default ORGANIZATION_ID
WIS_CONFRM_PARAM_ASSIGN_U01 Unique Default CONFRM_PARAM_ASSIGNMENT_ID
WIS_CONFRM_PARAM_ASSIGN_U02 Unique Default CONFORMANCE_PARAMETER_ID, CATEGORY_ID, INVENTORY_ITEM_ID