QA_RESULT_ACTIONS
This table stores the actions taken for sample results
Details
-
Schema: FUSION
-
Object owner: QA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
QA_SAMPLE_RESULT_ACTIONS_PK |
RESULT_ACTION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RESULT_ACTION_ID | NUMBER | 18 | Yes | Unique identifier for this result action. | |
IP_EVENT_ID | NUMBER | 18 | Yes | Reference to inspection event in which action is taken | |
SAMPLE_ID | NUMBER | 18 | Sample Identifier for the action taken. | ||
SAMPLE_RESULT_ID | NUMBER | 18 | Yes | Reference to sample result for which the action is taken | |
RESULT_EVALUATION_ID | NUMBER | 18 | Yes | Reference to the sample result evaluation based on which action is being taken. | |
ACTION_RULE_ID | NUMBER | 18 | Reference to the rule user set up in the inspection plan for this action to take place. | ||
ACTION_RULE_NAME | VARCHAR2 | 80 | Name of the rule that this action is taken. | ||
EMAIL_ID | NUMBER | 18 | Reference to the email ID to which email is sent to notify of the action taken. | ||
ISSUE_ID | NUMBER | 18 | Reference to the issue raised when this action is taken. | ||
ACTION_TAKEN | VARCHAR2 | 32 | Actual action taken in accordance with the result evaluation of the samples. | ||
NOTIFIER | VARCHAR2 | 100 | Result action Notification receipt | ||
MESSAGE_NAME | VARCHAR2 | 100 | Message Name shown in Notification or UI | ||
MESSAGE_TEXT | VARCHAR2 | 2400 | User defined message text for the action taken. | ||
MATERIAL_STATUS_LEVEL | VARCHAR2 | 32 | Refers to the level of the material status change. SUBINVENTORY ('Z' zone), LOCATOR ('L') , LOT ('O'), SERIAL ('S'). | ||
STATUS_ID | NUMBER | 18 | Refers to material status id or work order status id. | ||
WORK_ORDER_ID | NUMBER | 18 | Refers to work_order_id that is created based on the action. | ||
WORK_ORDER_TYPE | VARCHAR2 | 30 | Indicates the work order type defined in the action rule that generated maintenance work order. | ||
WORK_ORDER_SUB_TYPE | VARCHAR2 | 30 | Indicates the work order subtype defined in the action rule that generated maintenance work order. | ||
WORK_DEFINITION_NAME_ID | NUMBER | 18 | Indicates the work definition name defined in the action rule that generated maintenance work order. | ||
WORK_ORDER_PRIORITY | NUMBER | Indicates the work order priority defined in the action rule that generated maintenance work order. | |||
MNT_CONDITION_CODE | VARCHAR2 | 30 | Indicates the condition code defined in the action rule that generated maintenance work order. | ||
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. | |
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 |
---|---|---|---|
QA_RESULT_ACTIONS_PK | Unique | Default | RESULT_ACTION_ID |