WIE_CONFRM_CHECK_INGR_DTLS
This table stores the conformance check results details for ingredients.
Details
-
Schema: FUSION
-
Object owner: WIE
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
WIE_CONFRM_CHECK_INGR_DTLS_PK |
CONFRM_CHECK_INGR_DTL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONFRM_CHECK_INGR_DTL_ID | NUMBER | 18 | Yes | The unique identifier of a conformance ingredient detail 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. | |
| CONFRM_CHECK_DETAIL_ID | NUMBER | 18 | The unique identifier of a conformance result detail record. Its value is an application generated unique id. | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | The unique identifier of the ingredient which is being used for the conformance check calculation. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | The organization identifier that represents the manufacturing plant for which conformance check was performed. | |
| CONFRM_PARAM_ACTUAL_VALUE_ID | NUMBER | 18 | The unique identifier of the actual value of a conformance parameter that is a foreign key to WIS_CONFRM_PARAM_ACTUAL_VALUES table. | ||
| LOT_NUMBER | VARCHAR2 | 80 | Indicates the lot number of the ingredient item used in the conformance check. | ||
| CONFORMANCE_PARAMETER_ID | NUMBER | 18 | The unique identifier of a conformance parameter that is the foreign key to WIS_CONFRM_PARAMETERS_B table. | ||
| ACTUAL_VALUE | NUMBER | The measured/observed value of the associated conformance parameter for a specific item and lot. | |||
| QUANTITY | NUMBER | The primary quantity of the ingredient used for the conformance check. | |||
| UOM_CODE | VARCHAR2 | 3 | The unit of measure code for the quantity of the ingredient. | ||
| QUANTITY_CONFORMANCE_PARAMETER | NUMBER | Indicates the converted quantity taking into consideration the conformance parameter data type. | |||
| UOM_CODE_CONFORMANCE_PARAMETER | VARCHAR2 | 3 | Indicates the unit of measure code of the conformance parameter taking into consideration the data type. | ||
| ERROR_CODE | VARCHAR2 | 30 | Indicates the error code generated during the conformance check process, if any validation error occurred. | ||
| SUBSTITUTE_INVENTORY_ITEM_ID | NUMBER | 18 | The unique identifier of the substitute item used when the original ingredient is replaced. | ||
| SUBSTITUTE_QUANTITY | NUMBER | The quantity of the substitute item used during the conformance check. | |||
| SUBSTITUTE_UOM | VARCHAR2 | 3 | The unit of measure code for the substitute ingredient quantity. | ||
| SUBSTITUTE_LOT_NUMBER | VARCHAR2 | 80 | The lot number of the substitute ingredient used in the conformance evaluation. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| WIE_CONFRM_CHECK_INGR_DTLS_U01 | Unique | Default | CONFRM_CHECK_INGR_DTL_ID |