AM_PREAM_API_VW(SQL View) |
Index Back |
---|---|
AP Voucher ID - Pre IntfcSelects the AP Business Unit + AP Voucher Id from those entries in pre interface am with load status NEW. |
SELECT DISTINCT BUSINESS_UNIT_AP , VOUCHER_ID FROM PS_INTFC_PRE_AM A WHERE A.LOAD_STATUS = 'NEW' AND A.SYSTEM_SOURCE = 'PAP' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT_AP | Character(5) | VARCHAR2(5) NOT NULL |
AP Business Unit
Prompt Table: AM_PREAM_AP1_VW |
2 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL | Voucher ID |