SP_AMAP2_OPRVW

(SQL View)
Index Back

AP Voucher ID

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

SELECT DISTINCT C.OPRID , A.BUSINESS_UNIT_AP , A.VOUCHER_ID FROM PS_INTFC_PHY_A A , PS_SEC_BU_OPR C WHERE A.LOAD_STATUS = 'NEW' AND A.VOUCHER_ID <> ' ' AND C.BUSINESS_UNIT = A.BUSINESS_UNIT_AP

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
3 VOUCHER_ID Character(8) VARCHAR2(8) NOT NULL Voucher ID