VCHR_ERRTTL_VW

(SQL View)
Index Back

Voucher's Total lines in error

-> SL - 14-AGO-2002 New Voucher's Total lines in error View <-

SELECT A.BUSINESS_UNIT , A.VOUCHER_ID , COUNT(*) FROM PS_VOUCHER A , PS_VOUCHER_LINE B WHERE B.BUSINESS_UNIT = A.BUSINESS_UNIT AND B.VOUCHER_ID = A.VOUCHER_ID AND (B.ERROR_FLAG = 'Y' OR B.MATCH_LINE_STATUS = 'E') GROUP BY A.BUSINESS_UNIT , A.VOUCHER_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: BUS_UNIT_TBL_FS

2 VOUCHER_ID Character(8) VARCHAR2(8) NOT NULL Voucher ID

Prompt Table: VOUCHER

3 VCHR_LN_TTL_ERR Number(5,0) INTEGER NOT NULL Total Voucher Lines in Error