PY_JUR_MW_VW(SQL View) |
Index Back |
---|---|
Jurisdiction Minimum WageThis is set up record for storing minimum wage per jurisdiction. |
%SelectAll(PY_JUR_MW_TBL) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | STATE | Character(6) | VARCHAR2(6) NOT NULL |
State
Prompt Table: STATE_TAX_TBL |
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 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
6 | MAINT_RESPONSBLTY | Character(1) | VARCHAR2(1) NOT NULL |
Maintenance Responsibility
C=Customer P=PeopleSoft Default Value: C |
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 |