WSH_DOCUMENT_JOB_SET_RULES
This holds the rule configurations for document job set to be used for ship confirm and pick release processes. These rules will be evaluated to identify the applicable document job set for ship confirm and pick release processes.
Details
-
Schema: FUSION
-
Object owner: WSH
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
WSH_DOCUMENT_JOB_SET_RULES_PK |
RULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_ID | NUMBER | 18 | Yes | Primary key that identifies a user defined rule. | |
RULE_NAME | VARCHAR2 | 50 | This identifies a user defined rule name for the given rule id. | ||
DESCRIPTION | VARCHAR2 | 200 | This describes what the rule does. | ||
CRITERIA_ID | NUMBER | 18 | This identifies the criteria id of the current record's rule criteria. | ||
CRITERIA_EXPRESSION | VARCHAR2 | 4000 | This indicates the SQL expression for a given CRITERIA_ID. | ||
JOB_SET_NAME | VARCHAR2 | 4000 | This indicates the name of jobset to generate reports. | ||
JOB_SET_PACKAGE_NAME | VARCHAR2 | 800 | This indicates the package name of jobset to generate reports. | ||
STATUS | VARCHAR2 | 10 | This indicates whether the RULE_ID is active or inactive. | ||
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 |
---|---|---|---|
WSH_DOCUMENT_JOB_SET_RULES_U1 | Unique | Default | RULE_ID |