GPES_SS_BNF_VW(SQL View) |
Index Back |
---|---|
SS Reduction DefinitionGPES_SS_BNF_VW houses the employee reduction definition. This view is used in Social Security formulas. |
SELECT A.REDUCTION_ID_ESP , A.EFFDT , B.CONCEPT_ESP , B.GPES_SS_BONIF_FROM , A.EFF_STATUS , A.GPES_SS_BONIF_TYPE , A.GPES_SS_BNF_SUBTYP , A.GPES_SS_COMP_RED , A.GPES_SS_BNF_REASON , A.GPES_SS_RED_CT_EE , B.GPES_SS_BONIF_TO , B.GPES_SS_BONIF_PCT , B.GPES_SS_BONIF_AMT , B.CURRENCY_CD , C.GPES_PIN_SS1_NUM , C.GPES_PIN_SS5_NUM , C.GPES_PIN_SS6_NUM , C.GPES_PIN_SS7_NUM , C.GPES_PIN_SS2_NUM , C.GPES_PIN_SS3_NUM , D.GPES_PIN_SS6_NUM , C.GPES_PIN_SS4_NUM , C.GPES_PIN_SSE_NUM FROM PS_GPES_SS_BNF A , PS_GPES_SS_BNF_DTA B , PS_GPES_SS_BNF_DEF C , PS_GPES_SS_CNT_BSE D WHERE A.REDUCTION_ID_ESP = B.REDUCTION_ID_ESP AND A.EFFDT = B.EFFDT AND C.CONCEPT_ESP = B.CONCEPT_ESP AND C.CONCEPT_ESP = D.CONCEPT_ESP |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | REDUCTION_ID_ESP | Character(3) | VARCHAR2(3) NOT NULL | Reduction ID |
2 | EFFDT | Date(10) | DATE | Effective Date |
3 | CONCEPT_ESP | Character(2) | VARCHAR2(2) NOT NULL |
Social Security contribution concept
10=Common Contingency 15=Intergen. Equity Mechanism 20=Temporal Disability 30=Permanent Disability D & S 40=Professional Training 50=FOGASA 60=Unemployment 70=Force Majeure Overtime 80=Ordinary Overtime |
4 | GPES_SS_BONIF_FROM | Number(3,0) | SMALLINT NOT NULL | This field houses the month number to where the reduction takes place. |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | GPES_SS_BONIF_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
This field stores the Social Security Reduction Type.
10=INEM (Box 601 of TC-1) 20=SS (Box 209 of TC-1) 26=SS Flat Amount 30=INEM (Box 601 TC1) Catastrophe 33=Tutoring Reduction (CD33) 34=RDL 1/2015 (CD34) 40=INEM 60 Years Old 40=INEM 60 Years Old 50=INEM 65 Years Old 60=America's Cup Challenge 60=America's Cup Challenge 70=RDL 5/2006 80=Research Staff 80=Research Staff 90=Presence Training (CD10) 91=Distance Training (CD11) 92=Temporary ERE 93=RDL 1/2023 99=Youth guarantee system Default Value: 10 |
7 | GPES_SS_BNF_SUBTYP | Character(4) | VARCHAR2(4) NOT NULL | Bonification/Reduction Subtype |
8 | GPES_SS_COMP_RED | Character(1) | VARCHAR2(1) NOT NULL | Compatible Reduction |
9 | GPES_SS_BNF_REASON | Character(2) | VARCHAR2(2) NOT NULL |
This field allows to identify certain reductions during the payroll process
00=Red. Unemployed RD2/2009 |
10 | GPES_SS_RED_CT_EE | Character(1) | VARCHAR2(1) NOT NULL |
This field is to indicate at Set Up level if reduction has to be calculated taking into account the employee contributions.
E=Employee contribution N=Employer contribution Y=ER and EE contribution |
11 | GPES_SS_BONIF_TO | Number(3,0) | SMALLINT NOT NULL | This field houses the month number from where the reduction takes place. |
12 | GPES_SS_BONIF_PCT | Signed Number(11,6) | DECIMAL(9,6) NOT NULL | Reduction Percentage. This field houses the percentage that has to be applied to a particular base for Social Security Reduction. |
13 | GPES_SS_BONIF_AMT | Number(10,2) | DECIMAL(9,2) NOT NULL | Reduction Annual Amount |
14 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Currency Code |
15 | GPES_PIN_SS1_NUM | Number(8,0) | INTEGER NOT NULL |
This field houses the Employer SS Accumulator Pin Number.
Prompt Table: %GP_EDIT_FLD6 |
16 | GPES_PIN_SS5_NUM | Number(8,0) | INTEGER NOT NULL |
This field houses the Employer SS Accumulator Pin Number.
Prompt Table: %GP_EDIT_FLD8 |
17 | GPES_PIN_SS6_NUM | Number(8,0) | INTEGER NOT NULL |
This field houses the Employer SS Accumulator Pin Number.
Prompt Table: %GP_EDIT_FLD9 |
18 | GPES_PIN_SS7_NUM | Number(8,0) | INTEGER NOT NULL | Reduction Pin Number |
19 | GPES_PIN_SS2_NUM | Number(8,0) | INTEGER NOT NULL | This field houses the Employee SS Deduction Pin Number. |
20 | GPES_PIN_SS3_NUM | Number(8,0) | INTEGER NOT NULL | This field houses the Pin Number of the Social Security Contribution Base |
21 | GPES_PIN_SS9_NUM | Number(8,0) | INTEGER NOT NULL | Maternity Employer Contribution |
22 | GPES_PIN_SS4_NUM | Number(8,0) | INTEGER NOT NULL | This field houses the Employee SS Deduction Pin Number. |
23 | GPES_PIN_SSE_NUM | Number(8,0) | INTEGER NOT NULL | ERE contribution base |