FFS_SP_REOPT_FILTER
Defines reoptimization filters for routing plans.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_SP_REOPT_FILTER_PK |
ROUTING_PLAN_ID, ACTIVITY_FILTER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ROUTING_PLAN_ID | NUMBER | 8 | Yes | Scheduling plan identifier, the foreign key to the table FFS_SCHEDULING_PLAN. | |
ACTIVITY_FILTER_ID | NUMBER | 8 | Yes | The foreign key to the table FFS_FILTER. | |
DESTINATION | VARCHAR2 | 27 | Route-destination for the activities which were unassigned by the reoptimization. It may point at 'bucket on the routing date', 'bucket non scheduled', 'same resource non scheduled' or 'same_resource_scheduled' routes. Also the field may forbid the unassignment at all. | ||
SORTING_ORDER | NUMBER | 5 | Yes | Order of application of the reoptimization activity filter. | |
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 |
---|---|---|---|
FFS_SP_REOPT_FILTER_PK | Unique | DATA | ROUTING_PLAN_ID, ACTIVITY_FILTER_ID |