PYCYCL_UPDAT_VW(SQL View) |
Index Back |
---|---|
Pay Cycles w/status Updated |
select b.pay_cycle, b.pay_cycle_seq_num, b.pay_run_ap_status, a.descr from PS_PYCYCL a, PS_PYCYCL_stat b where a.pay_cycle = b.pay_cycle and b.pay_run_ap_status ='U' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PAY_CYCLE | Character(6) | VARCHAR2(6) NOT NULL | Pay Cycle |
2 | PAY_CYCLE_SEQ_NUM | Number(6,0) | INTEGER NOT NULL | Pay Cycle Sequence Number |
3 | PAY_RUN_AP_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Payment Run Status
1=Exceptions found 2=Nothing to process 3=Process running 6=Rejected 7=Selected/Staged 8=Waiting for Certification C=Completed D=Reset E=Error K=Restarted N=New R=Selected U=Created V=Trial Register Approved X=Printed Y=Confirmed Z=Positive Payment Formatted |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |