PA_CLC_EMP_EDIT

(SQL View)
Index Back

CalcPrmpt based on emplid


select b.emplid, a.calc_name, a.descr, a.event_dt from ps_pa_calculation a, PS_PA_CLC_EMP b where a.calc_name = b.calc_name

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 CALC_NAME Character(20) VARCHAR2(20) NOT NULL Calculation Name
3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
4 EVENT_DT Date(10) DATE Event Date