PA_EACCT_TRN_VW(SQL View) |
Index Back |
---|---|
Contribution Transactions |
select DISTINCT a.emplid, a.benefit_plan, a.functn_result_nm, b.eacct_type from ps_pa_eacct_trans a, PS_PA_FNC_RSLT_TBL b where a.functn_result_nm = b.functn_result_nm and b.functn_name = 'EMPLACCTS' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL |
Benefit Plan
Prompt Table: PA_PEN_PLAN_VW |
3 | FUNCTN_RESULT_NM | Character(10) | VARCHAR2(10) NOT NULL |
Function Result Name
Prompt Table: PA_EACCT_FUN_VW |
4 | EACCT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Employee Account Type
1=Contribution Account 2=Withdrawal Account 3=Service Purchase Default Value: PA_EACCT_FUN_VW.EACCT_TYPE |