SP_AMAP2_NONVW(SQL View) |
Index Back |
---|---|
AP Voucher IDSelects the AP Business Unit + AP Voucher Id from those entries in INTFC PHY Awith load status NEW. |
SELECT DISTINCT A.BUSINESS_UNIT_AP , A.VOUCHER_ID 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 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL | Voucher ID |