EM_PYCY_DISC_VW

(SQL View)
Index Back

List of Lost Discount Alert

This view selects the Outstanding Lost Discount Alert scheduled payments.

SELECT DISTINCT a.pay_cycle , a.pay_cycle_seq_num , a.bank_setid , a.bank_cd , cd.descrshort , a.bank_acct_key , ac.bank_account_num , ac.descrshort FROM ps_pymnt_vchr_cyc a , ps_pycycl_mthd b , PS_BANK_CD_TBL cd , ps_bank_acct_tbl ac WHERE a.pymnt_selct_status = 'R' AND a.bank_setid=b.bank_setid AND a.bank_cd = b.bank_cd AND a.bank_acct_key = b.bank_acct_key AND a.pymnt_method = b.pymnt_method AND cd.setid=a.bank_setid AND cd.bank_cd = a.bank_cd AND ac.setid=a.bank_setid AND ac.bank_cd = a.bank_cd AND ac.bank_acct_key = a.bank_acct_key

  • Related Language Record: EM_PYCY_DISC_LN
  • # 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 BANK_SETID Character(5) VARCHAR2(5) NOT NULL The PeopleSoft tableset ID associated with a given bank/counterparty.

    Default Value: OPR_BANK_VW_AP.BANK_SETID

    Prompt Table: SP_SETBNK_NONVW

    4 BANK_CD Character(5) VARCHAR2(5) NOT NULL Bank Code

    Prompt Table: BANK_CD_VW2

    5 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    6 BANK_ACCT_KEY Character(4) VARCHAR2(4) NOT NULL A user defined unique identifier that facilitates the identification of a given account with a given bank

    Prompt Table: BANK_ACCT_VW

    7 BANK_ACCOUNT_NUM Character(35) VARCHAR2(35) NOT NULL The literal unique identifier associated with a given bank/counterparty account.
    8 DESCRSHORT2 Character(10) VARCHAR2(10) NOT NULL Short Description