EM_PYCY_BU_VW

(SQL View)
Index Back

Summary Requirements by BU

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.business_unit , b.descrshort , a.currency_pymnt , c.pymnt_hold , SUM(a.paid_amt) , COUNT(*) FROM PS_PYCYCL_DATA a , ps_bus_unit_tbl_fs b , ps_pymnt_vchr_xref c WHERE a.pymnt_selct_status IN ('R','D') AND a.business_unit = b.business_unit 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.business_unit, b.descrshort, a.currency_pymnt, c.pymnt_hold

  • Related Language Record: EM_PYCY_BU_LNVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PAY_CYCLE Character(6) VARCHAR2(6) NOT NULL Pay Cycle

    Prompt Table: SP_PYCYCL_NONVW

    2 PAY_CYCLE_SEQ_NUM Number(6,0) INTEGER NOT NULL Pay Cycle Sequence Number
    3 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    5 CURRENCY_PYMNT Character(3) VARCHAR2(3) NOT NULL Payment Currency
    6 PYMNT_HOLD Character(1) VARCHAR2(1) NOT NULL Hold Payment
    N=No
    Y=Yes
    7 PAID_AMT Signed Number(28,3) DECIMAL(26,3) NOT NULL Paid Amount
    8 NUM_OF_VOUCHERS Number(8,0) INTEGER NOT NULL Sched Pymnts