PA_CLC_OF_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 and a.calc_name in (select distinct calc_name from ps_pa_clc_ofrm_ay)

# 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