HGA_PIN_VW(SQL View) |
Index Back |
---|---|
Pay Item Name DefinitionThis is the main record for setting up/maintaining Pay Item Name elements in the Global Payroll system. |
SELECT PIN_NUM , PIN_CODE , PIN_NM , PIN_TYPE , DESCR , DESCR , DESCR FROM PS_GP_PIN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PIN_NUM | Number(8,0) | INTEGER NOT NULL |
PIN Number
Default Value: 999999 Prompt Table: GP_PIN |
2 | PIN_CODE | Character(22) | VARCHAR2(22) NOT NULL |
Unique identifier of a PIN (alternate to PIN number). critical for use in merging packages of elements from one database onto another when PINs may or may not be renumbered as they are moved across.
Constructed from PIN_NM + COUNTRY of the element definition (GP_PIN)
Default Value: GP_PIN.PIN_NM |
3 | PIN_NM | Character(18) | VARCHAR2(18) NOT NULL | Element Name field |
4 | PIN_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
Element Type
Prompt Table: GP_PIN_TYPE |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | ABS_NAME | Character(40) | VARCHAR2(40) NOT NULL | Absence Name |
7 | ABS_ENT_DESR | Character(40) | VARCHAR2(40) NOT NULL | Absence Entitlement |