RS_REGION_UTLVW

(SQL View)
Index Back

Define Utilization Percentages

You 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.

SELECT A.SETID , A.REGION_CD , 100-SUM(A.UTIL_PCT) , 100-SUM(UTIL_PCT_HIST) FROM %Table(RS_REGION_UTIL) A GROUP BY A.SETID , A.REGION_CD

# 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 UTIL_PCT Signed Number(4,0) DECIMAL(3) NOT NULL Utilization Percentage
4 UTIL_PCT_HIST Signed Number(4,0) DECIMAL(3) NOT NULL Historical Utilization Percentage