PY_JUR_MW_TBL

(SQL Table)
Index Back

Jurisdiction Minimum Wage

This is set up record for storing minimum wage per jurisdiction.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 STATE Character(6) VARCHAR2(6) NOT NULL State

Prompt Table: STATE_US_VW

2 PY_JUR_CODE Character(10) VARCHAR2(10) NOT NULL This field is used for storing Jurisdiction Code for the state
3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 EFFSEQ Number(3,0) SMALLINT NOT NULL Effective Sequence
5 MAINT_RESPONSBLTY Character(1) VARCHAR2(1) NOT NULL Maintenance Responsibility
C=Customer
P=PeopleSoft
6 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

7 PY_JUR_NAME Character(30) VARCHAR2(30) NOT NULL This field is used for storing Jurisdiction Name per Jurisdiction Code for the state
8 PY_JUR_MIN_WAGE Number(19,6) DECIMAL(18,6) NOT NULL This field is used for storing Minimum hourly rate per Jurisdiction Code for the state
9 PY_JUR_TIP_WAGE Number(19,6) DECIMAL(18,6) NOT NULL This field is used for storing Minimum Tips hourly rate per Jurisdiction Code for the state