GPCN_NRP_PS3_VW(SQL View) |
Index Back |
---|---|
GP CHN - Payslip ED DefGP CHN - Payslip Earnings and Deductions definition record for Non-rules packaging |
SELECT GPCN_PAYSLIP_ID ,EFFDT ,SEQ_NUM ,SEQ_NUM5 ,PIN_NUM + 50000000 ,GPCN_DESC_TYPE ,DESCR ,GPCN_BSE_COMP_YN ,GPCN_PCT_COMP_YN ,GPCN_RTE_COMP_YN ,GPCN_UNT_COMP_YN ,GPCN_YTD_AC_AMT + 50000000 ,GPCN_YTD_AC_UNITS + 50000000 ,GPCN_YTD_AC_AMT_YN ,GPCN_YTD_AC_UNT_YN FROM PS_GPCN_PSLP_ED |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GPCN_PAYSLIP_ID | Character(18) | VARCHAR2(18) NOT NULL | This field is used to uniquely identify a payslip template. |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
4 | SEQ_NUM5 | Number(5,0) | INTEGER NOT NULL | Sequence Number |
5 | PIN_NUM | Number(8,0) | INTEGER NOT NULL |
PIN Number
Prompt Table: GPAU_ED_SRCH |
6 | GPCN_DESC_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
This field will be used to identify which of the earnings/deductions description will be included on the on-line and hard-copy payslips. The options are Element Description, Element Name, or Custom (user entered).
10=Description 20=Custom 30=Element Name 40=Recipient Name Default Value: 10 |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | GPCN_BSE_COMP_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to specify if the base component of an earning or deduction will be included on the on-line and hard-copy payslips.
Y/N Table Edit Default Value: N |
9 | GPCN_PCT_COMP_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to specify if the percent component of an earning or deduction will be included on the on-line and hard-copy payslips.
Y/N Table Edit Default Value: N |
10 | GPCN_RTE_COMP_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to specify if the rate component of an earning or deduction will be included on the on-line and hard-copy payslips.
Y/N Table Edit Default Value: N |
11 | GPCN_UNT_COMP_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to specify if the unit component of an earning or deduction will be included on the on-line and hard-copy payslips.
Y/N Table Edit Default Value: N |
12 | GPCN_YTD_AC_AMT | Number(8,0) | INTEGER NOT NULL |
This field will be used to store the pin num of the year-to-date amount accumulator that will be included on the on-line and hard-copy payslips.
Prompt Table: GPCN_ACM_SCH_VW |
13 | GPCN_YTD_AC_UNITS | Number(8,0) | INTEGER NOT NULL |
This field will be used to store the pin num of the year-to-date unit accumulator that will be included on the on-line and hard-copy payslips.
Prompt Table: GPCN_ACM_SCH_VW |
14 | GPCN_YTD_AC_AMT_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field controls the display of YTD amounts on the payslip inquiry
Y/N Table Edit Default Value: Y |
15 | GPCN_YTD_AC_UNT_YN | Character(1) | VARCHAR2(1) NOT NULL |
This field controls the display of YTD units on the payslip inquiry
Y/N Table Edit Default Value: Y |