RS_REGION_UTIL(SQL Table) |
Index Back |
---|---|
Define Utilization PercentagesYou can define Utilization Percentages for each Region's Time Reporting Codes. The Historical Utilization Percentage is a system calculated value based on approved time reports (with vacation or policy time) over the past year for that Region. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | REGION_CD | Character(10) | VARCHAR2(10) NOT NULL |
Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
Prompt Table: RS_REGION |
3 | TRC | Character(5) | VARCHAR2(5) NOT NULL | Time Reporting Code |
4 | UTIL_PCT | Signed Number(4,0) | DECIMAL(3) NOT NULL | Utilization Percentage |
5 | UTIL_PCT_HIST | Signed Number(4,0) | DECIMAL(3) NOT NULL | Historical Utilization Percentage |