SP_AMAP5_NONVW

(SQL View)
Index Back

AP Voucher Line

Selects the AP Business Unit + AP Voucher Id + AP Voucher Line from those entries in INTFC PHY A with load status NEW.

SELECT DISTINCT A.BUSINESS_UNIT_AP , A.VOUCHER_ID , A.VOUCHER_LINE_NUM FROM PS_INTFC_PHY_A A WHERE A.LOAD_STATUS = 'NEW' AND A.VOUCHER_ID <> ' '

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 KEY_CHAR_30_01 Character(30) VARCHAR2(30) NOT NULL Key Char(30) 01
3 VOUCHER_LINE_NUM Number(5,0) INTEGER NOT NULL Voucher Line Number