RCL_RETURN_ROUTING_RULES
This table contains all physical attributes of Return Routing Rules.
Details
-
Schema: FUSION
-
Object owner: RCL
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
RCL_RETURN_ROUTING_RULES_PK |
RULE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| RULE_ID | NUMBER | 18 | Yes | The unique identifier for the Return Routing Rule. | Active | |
| 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. | Active | |
| SOURCE_TYPE | VARCHAR2 | 3 | Yes | The source type identifier. | Active | |
| SOURCE_ORGANIZATION_ID | NUMBER | 18 | The source organization identifier. | Active | ||
| SOURCE_SUBINVENTORY | VARCHAR2 | 10 | The source sub-inventory. | Active | ||
| RETURN_TYPE | VARCHAR2 | 10 | The return type identifier. | Active | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | This identifies the inventory item. | Active | ||
| DESTINATION_ORGANIZATION_ID | NUMBER | 18 | Yes | The destination organization identifier. | Active | |
| DESTINATION_SUBINVENTORY | VARCHAR2 | 10 | The destination subinventory. | Active | ||
| ENABLED | VARCHAR2 | 1 | Yes | This flag indicates that the rule is enabled or disabled. | Active | |
| CATEGORY_ID | NUMBER | 18 | The category id identifier. | |||
| CATEGORY_SET_ID | NUMBER | 18 | The category set id identifier. | |||
| GEOGRAPHY_ID | NUMBER | 18 | The zone identifier. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| RCL_RETURN_ROUTING_RULES_U1 | Unique | FUSION_TS_TX_IDX | RULE_ID | Active |
| RCL_RETURN_ROUTING_RULES_U2 | Unique | Default | SOURCE_TYPE, SOURCE_ORGANIZATION_ID, SOURCE_SUBINVENTORY, GEOGRAPHY_ID, RETURN_TYPE, INVENTORY_ITEM_ID, CATEGORY_ID, CATEGORY_SET_ID |