INV_RULE_PARAMETERS
INV_RULE_PARAMETERS stores information about parameters usable within WMS rules.
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
INV_RULE_PARAMETERS_PK |
PARAMETER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARAMETER_ID | NUMBER | 18 | Yes | This identifies an object parameter. | |
| 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. | ||
| 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_ID | NUMBER | 18 | Yes | This identifies the business object. | |
| DB_OBJECT_REF_TYPE_CODE | NUMBER | 18 | Yes | Code indicating whether parameter is sourced from single database object or multiple database objects | |
| DB_OBJECT_ID | NUMBER | 18 | Database object identifier, if parameter is sourced from single database object | ||
| DB_OBJECT_REFERENCE_ID | NUMBER | 18 | Database object reference identifier, if parameter is sourced from multiple database objects | ||
| PARAMETER_TYPE_CODE | NUMBER | 18 | Yes | Code indicating whether parameter is based on a table column or a SQL expression | |
| COLUMN_NAME | VARCHAR2 | 30 | Column name, if parameter is based on a table column | ||
| EXPRESSION | VARCHAR2 | 2000 | Expression, if parameter is based on a SQL expression | ||
| DATA_TYPE_CODE | NUMBER | 18 | Yes | This code indicates the data type. | |
| USE_FOR_PUT_SORT_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used as sort criterion within put away rules | |
| USE_FOR_PUT_REST_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for restrictions within put away rules | |
| USE_FOR_PUT_QTYF_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used as quantity function within put away rules | |
| USE_FOR_PICK_SORT_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used as sort criterion within pick rules | |
| USE_FOR_PICK_REST_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for restrictions within pick rules | |
| USE_FOR_PICK_QTYF_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used as quantity function within pick rules | |
| USER_DEFINED_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter is user-defined ('Y'/'N') | |
| FLEXFIELD_USAGE_CODE | VARCHAR2 | 1 | Code indicating how the column is ued in flexfields ('D' for descriptive flexfield, 'K' for key flexfield) | ||
| FLEXFIELD_APPLICATION_ID | NUMBER | 18 | Flexfield application identifier | ||
| FLEXFIELD_NAME | VARCHAR2 | 30 | Flexfield name, if descriptive flexfield; flexfield code if key flexfield | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
| USE_FOR_TT_ASSN_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for restrictions within task assignment rules | |
| USE_FOR_LABEL_REST_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for restrictions within label compliance rules | |
| USE_FOR_CG_REST_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for restrictions within cost group assignment rules | |
| USE_FOR_PICK_CONSIST_FLAG | VARCHAR2 | 1 | Yes | Flag indicating whether or not parameter can be used for consistency restrictions within picking rules | |
| USE_FOR_OP_SELECTION_FLAG | VARCHAR2 | 1 | Flag indicating whether or not parameter can be used for restrictions within task assignment rules | ||
| RULE_SUBTYPE_CODE | NUMBER | 18 | In case of ATF, indicates if parameter pertains to Inbound, Outbound or Both. | ||
| 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. | |
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | ||
| ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
| ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| INV_RULE_PARAMETERS | inv_db_objects | DB_OBJECT_ID |
| INV_RULE_PARAMETERS | inv_db_object_references | DB_OBJECT_REFERENCE_ID |
| inv_db_object_joins | inv_rule_parameters | PARAMETER_ID |
| inv_db_object_joins | inv_rule_parameters | PARENT_PARAMETER_ID |
| inv_sort_criteria | inv_rule_parameters | PARAMETER_ID |
| inv_rules_b | inv_rule_parameters | QTY_FUNCTION_PARAMETER_ID |
| inv_rule_consistencies | inv_rule_parameters | PARAMETER_ID |
| inv_restrictions | inv_rule_parameters | PARAMETER_ID |
| inv_restrictions | inv_rule_parameters | OPERAND_PARAMETER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| INV_RULE_PARAMETERS_N1 | Non Unique | Default | OBJECT_ID |
| INV_RULE_PARAMETERS_N2 | Non Unique | Default | USE_FOR_PUT_SORT_FLAG |
| INV_RULE_PARAMETERS_N3 | Non Unique | Default | USE_FOR_PUT_REST_FLAG |
| INV_RULE_PARAMETERS_N4 | Non Unique | Default | USE_FOR_PUT_QTYF_FLAG |
| INV_RULE_PARAMETERS_N5 | Non Unique | Default | USE_FOR_PICK_SORT_FLAG |
| INV_RULE_PARAMETERS_N6 | Non Unique | Default | USE_FOR_PICK_REST_FLAG |
| INV_RULE_PARAMETERS_N7 | Non Unique | Default | USE_FOR_PICK_QTYF_FLAG |
| INV_RULE_PARAMETERS_U1 | Unique | Default | PARAMETER_ID, ORA_SEED_SET1 |
| INV_RULE_PARAMETERS_U11 | Unique | Default | PARAMETER_ID, ORA_SEED_SET2 |