GPCN_NRP_PS1_VW(SQL View) | 
Index Back | 
|---|---|
GP CHN - Payslip Abs DefGP CHN - Payslip absence definition record | 
| SELECT GPCN_PAYSLIP_ID ,EFFDT ,SEQ_NUM ,GPCN_ENTL_PIN_NUM + 50000000 ,PIN_NUM + 50000000 ,GPCN_DESC_TYPE ,DESCR ,GPCN_PIN_AC1_NUM + 50000000 ,GPCN_PIN_AC2_NUM + 50000000 ,GPCN_PIN_AC3_NUM + 50000000 FROM PS_GPCN_PSLP_ABS | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | This field is used to uniquely identify a payslip template. | |
| 2 | Date(10) | DATE NOT NULL | 
Effective Date
 Default Value: %date  | 
|
| 3 | Number(3,0) | SMALLINT NOT NULL | Sequence | |
| 4 | Number(8,0) | INTEGER NOT NULL | 
Element name for Pin Number to hold Absence Entitlement
 Prompt Table: GPCN_ABS_ENT_VW  | 
|
| 5 | PIN_NUM | Number(8,0) | INTEGER NOT NULL | 
PIN Number
 Prompt Table: GP_ABS_ENT_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_PIN_AC1_NUM | Number(8,0) | INTEGER NOT NULL | 
This field will be used to store the pin number of accumulator 1.  This accumulator is used for on-line and hard-copy payslips.
 Prompt Table: GP_PIN_AC0_VW  | 
| 9 | GPCN_PIN_AC2_NUM | Number(8,0) | INTEGER NOT NULL | 
This field will be used to store the pin number of accumulator 2.  This accumulator is used for on-line and hard-copy payslips.
 Prompt Table: GP_PIN_AC0_VW  | 
| 10 | GPCN_PIN_AC3_NUM | Number(8,0) | INTEGER NOT NULL | 
This field will be used to store the pin number of accumulator 3.  This accumulator is used for on-line and hard-copy payslips.
 Prompt Table: GP_PIN_AC0_VW  |