RF_UTIL_SETUP(SQL Table) |
Index Back |
---|---|
Utilization SetupStores setup information for the Utilization Smart View. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | UTILIZATION_GOAL | Number(8,2) | DECIMAL(7,2) NOT NULL | Percentage of utilization that is the goal in the utilization rate smart view. |
2 | PERIOD | Number(3,0) | SMALLINT NOT NULL | Period |
3 | PERIOD_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Stores the unit of time (day, week, etc.) when defining a service.
D=Day(s) M=Month(s) W=Week(s) Y=Year(s) |