GP_ABS_SS_D_VW

(SQL View)
Index Back

Absence SS Top Record View

This record view is retrieves data from the main shadow record for absence self service, GP_ABS_SS_DAT. The key structure for this view allows us to access transactions by using the Transaction Number.

SELECT TRANSACTION_NBR , EMPLID , EMPL_RCD , BGN_DT , PIN_TAKE_NUM , END_DT , ORIG_EMPLID , ORIG_EMPL_RCD , ORIG_BEGIN_DT , ORIG_PIN_TAKE_NUM , ORIG_END_DT , COUNTRY , ELIG_GRP FROM PS_GP_ABS_SS_DAT

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 TRANSACTION_NBR Number(15,0) DECIMAL(15) NOT NULL 08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size.
2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
4 BGN_DT Date(10) DATE Begin Date
5 PIN_TAKE_NUM Number(8,0) INTEGER NOT NULL Absence Take

Prompt Table: GP_PIN_ABSTK_VW

6 END_DT Date(10) DATE end date
7 ORIG_EMPLID Character(11) VARCHAR2(11) NOT NULL Originating Emplid
8 ORIG_EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
9 ORIG_BEGIN_DT Date(10) DATE original begin date
10 ORIG_PIN_TAKE_NUM Number(8,0) INTEGER NOT NULL Absence Take
11 ORIG_END_DT Date(10) DATE Unadjusted End Date
12 COUNTRY Character(3) VARCHAR2(3) NOT NULL Country
13 ELIG_GRP Character(10) VARCHAR2(10) NOT NULL eligibility group