GPS_SC_GRP_MAP(SQL Table) |
Index Back |
---|---|
Service Class Group MapThis stores the valid values of Service Class Groups for a given combination of Employee Category, Salary Admin Plan, Remuneration Regulation and Job Group/Service Class combination. Hiring Age, Retirement Age, Probation Period and Pre-Service Period limits are also stored here. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_VLD_HR_14 |
2 | LABOR_AGREEMENT | Character(6) | VARCHAR2(6) NOT NULL |
Labor Agreement
Prompt Table: EMPL_CTG |
3 | EMPL_CTG | Character(6) | VARCHAR2(6) NOT NULL |
Employee Category
Prompt Table: EMPL_CTG_L1 |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | SAL_ADMIN_PLAN | Character(4) | VARCHAR2(4) NOT NULL |
Salary Administration Plan
Prompt Table: SAL_PLAN_TBL |
6 | GPS_REMUN_REG | Character(4) | VARCHAR2(4) NOT NULL |
This field is used for Remuneration Regulation values.
Prompt Table: GPS_REMUN_REG |
7 | GPS_JG_SC | Character(4) | VARCHAR2(4) NOT NULL |
This field is used for Job Group/Service Class values.
Prompt Table: GPS_JG_SC |
8 | GPS_SC_GROUP | Character(4) | VARCHAR2(4) NOT NULL |
This field is used to define Service Class Group values.
1=Without University Degree 2=With University Degree ED=Simple Service GD=Upper Service HD=Supreme Service MD=Midrange Service |
9 | GPS_HIR_MIN_AGE | Number(3,0) | SMALLINT NOT NULL | This field is used to define Minimum Age for Hiring. |
10 | GPS_HIR_MAX_AGE | Number(3,0) | SMALLINT NOT NULL | This field is used to define Maximum Age for Hiring. |
11 | GPS_HIR_MAX_AGE_D | Number(3,0) | SMALLINT NOT NULL | This field is used to define Maximum Disabled Age for Hiring. |
12 | GPS_RET_MIN_AGE | Number(3,0) | SMALLINT NOT NULL | This field is used to define Minimum Age for Retirement. |
13 | GPS_RET_MIN_AGE_D | Number(3,0) | SMALLINT NOT NULL | This field is used to define Minimum Disabled Age for Retirement. |
14 | GPS_RET_MAX_AGE | Number(3,0) | SMALLINT NOT NULL | This field is used to define Maximum Age for Retirement. |
15 | GPS_PRE_PERIOD_STD | Number(3,0) | SMALLINT NOT NULL | This field is used to define Pre-Service Maximum Period in months. |
16 | GPS_PRE_PERIOD_MIN | Number(3,0) | SMALLINT NOT NULL | This field is used to define Pre-Service Period Minimum in months. |
17 | GPS_PRB_PERIOD_STD | Number(3,0) | SMALLINT NOT NULL | This field is used to define Standard Probation Period. |
18 | GPS_PRB_PERIOD_MIN | Number(3,0) | SMALLINT NOT NULL | This field is used to define Probation Period Minimum. |
19 | GPS_PRB_PERIOD_MAX | Number(3,0) | SMALLINT NOT NULL | This field is used to define Probation Period Maximum. |