EM_PYCY_VEND_VW

(SQL View)
Index Back

Payments sum view by Supplier

EBPP-Added 2000/10/04-Last Mod 2000/10/19 by Matthias Davet View used on the level 1 of the EM_PYCYCL_SUM page.

SELECT a.pay_cycle , a.pay_cycle_seq_num , a.remit_setid , a.remit_vendor , a.vendor_name_short , a.currency_pymnt , c.pymnt_hold , SUM(a.paid_amt) , COUNT(*) FROM PS_PYCYCL_DATA a , ps_pymnt_vchr_xref c WHERE a.pymnt_selct_status IN ('R','D') AND a.pay_cycle = c.pay_cycle AND a.pay_cycle_seq_num = c.pay_cycle_seq_num AND a.business_unit = c.business_unit AND a.pay_doc_id = c.voucher_id AND a.pay_doc_seq = c.pymnt_cnt GROUP BY a.pay_cycle , a.pay_cycle_seq_num , a.remit_setid , a.remit_vendor , a.vendor_name_short, a.currency_pymnt, c.pymnt_hold

  • Related Language Record: EM_PYCY_VENLNVW
  • # 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 REMIT_SETID Character(5) VARCHAR2(5) NOT NULL Remit SetID
    4 REMIT_VENDOR Character(10) VARCHAR2(10) NOT NULL Remit Vendor
    5 VENDOR_NAME_SHORT Character(14) VARCHAR2(14) NOT NULL Short Vendor Name
    6 CURRENCY_PYMNT Character(3) VARCHAR2(3) NOT NULL Payment Currency
    7 PYMNT_HOLD Character(1) VARCHAR2(1) NOT NULL Hold Payment
    N=No
    Y=Yes
    8 PAID_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Paid Amount
    9 NUM_OF_VOUCHERS Number(8,0) INTEGER NOT NULL Sched Pymnts