WIS_CONFRM_PARAM_TARGET_VALUES
This table defines conformance parameter target values and acceptable ranges for items (products).
Details
-
Schema: FUSION
-
Object owner: WIS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIS_CONFRM_PARAM_TGT_VALS_PK |
CONFRM_PARAM_TARGET_VALUE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONFRM_PARAM_TARGET_VALUE_ID | NUMBER | 18 | Yes | The unique identifier of the target 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. | |
| 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. | |
| TARGET_VALUE | NUMBER | Yes | User-defined target value of the associated conformance parameter for a specific item. | ||
| MIN_VALUE | NUMBER | Yes | User-defined minimum value of the associated conformance parameter for a specific item. | ||
| MAX_VALUE | NUMBER | Yes | User-defined maximum value of the associated conformance parameter for a specific item. | ||
| 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_TARGET_VALUES | wis_conformance_parameters_b | CONFORMANCE_PARAMETER_ID |
| WIS_CONFRM_PARAM_TARGET_VALUES | wis_confrm_param_assignments | CONFRM_PARAM_ASSIGNMENT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WIS_CONFRM_PARAM_TGT_VALS_U01 | Unique | Default | CONFRM_PARAM_TARGET_VALUE_ID |
| WIS_CONFRM_PARAM_TGT_VALS_U02 | Unique | Default | ORGANIZATION_ID, INVENTORY_ITEM_ID, CONFORMANCE_PARAMETER_ID |