GPBR_INC_ACT_VW

(SQL View)
Index Back

Termination Actions View

Termination Actions View

SELECT A.ACTION ,A.EFFDT ,A.EFF_STATUS ,A.ACTION_DESCR ,A.ACTION_DESCRSHORT ,B.EMPL_STATUS FROM PS_ACTION_TBL A , PS_ACTION_STAT_TBL B WHERE A.ACTION = B.ACTION AND B.EMPL_STATUS NOT IN ('T', 'U')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 GPBR_INC_ACTION Character(3) VARCHAR2(3) NOT NULL Increase Action

Prompt Table: ACTION_TBL

2 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

3 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

4 ACTION_DESCR Character(50) VARCHAR2(50) NOT NULL Action Description
5 ACTION_DESCRSHORT Character(30) VARCHAR2(30) NOT NULL Short Description for an Action
6 EMPL_STATUS Character(1) VARCHAR2(1) NOT NULL Payroll Status
A=Active
D=Deceased
L=Leave of Absence
P=Leave With Pay
Q=Retired With Pay
R=Retired
S=Suspended
T=Terminated
U=Terminated With Pay
V=Terminated Pension Pay Out
W=Short Work Break
X=Retired-Pension Administration