VNDR_ARC_SEL_VW(SQL View) |
Index Back |
---|---|
AP Supplier Arch Selections VW |
SELECT a.psarch_id , a.psarch_batchnum , COUNT(*) FROM PS_AP_ARC_VENDOR_H a GROUP BY a.psarch_id , a.psarch_batchnum |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PSARCH_ID | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). |
2 | PSARCH_BATCHNUM | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
3 | ARCH_SELECT_CNT | Number(7,0) | INTEGER NOT NULL | Archive Selection Count |