EM_PYMT_VCHR_VW(SQL View) |
Index Back |
---|---|
MP - Payment Voucher ViewMP - Payment Voucher View |
SELECT BUSINESS_UNIT , VOUCHER_ID , PYMNT_CNT , PYMNT_SELCT_STATUS , PYMNT_HOLD , PYMNT_GROSS_AMT , TXN_CURRENCY_CD , SCHEDULED_PAY_DT , PYMNT_HOLD_REASON , NET_SELCT_STATUS , PYMNT_ACTION , PYMNT_ID , DUE_DT FROM PS_PYMNT_VCHR_XREF |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT |
2 | VOUCHER_ID | Character(8) | VARCHAR2(8) NOT NULL |
Voucher ID
Default Value: NEXT |
3 | PYMNT_CNT | Number(5,0) | INTEGER NOT NULL |
Payments
Default Value: 1 |
4 | PYMNT_SELCT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Payment Selection Status
C=Closed D=Negative Voucher Sum E=Externally Paid F=Federal Sanctions Error I=In Process - EFT N=Not Selected for Payment O=Financial Sanctions Review P=Paid R=Requested for Payment S=Settlement Payment V=Convert Error X=Canceled Y=Prepaid |
5 | PYMNT_HOLD | Character(1) | VARCHAR2(1) NOT NULL |
Hold Payment
N=No Y=Yes Y/N Table Edit Default Value: N |
6 | PYMNT_GROSS_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Gross Payment Amount |
7 | TXN_CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL | Transaction Currency |
8 | SCHEDULED_PAY_DT | Date(10) | DATE | Scheduled to Pay |
9 | PYMNT_HOLD_REASON | Character(3) | VARCHAR2(3) NOT NULL |
Hold Reason
ACC=Accounting in Dispute ACV=Federal Supplier Inactive ALC=Agency Location Code Required AMT=Amount in Dispute CCR=CCR Expired CRT=Contract Retention EFT=EFT incomplete or not Prenoted FNS=Financial Sanctions GDS=Goods in Dispute GNV=G-Invoicing Hold IPC=Inbound IPAC Required OTH=Other QTY=Quantity in Dispute SAM=SAM Expired WTH=Withholding Hold |
10 | NET_SELCT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Netting Select Status
H=Hold N=Not Applicable S=Selected |
11 | PYMNT_ACTION | Character(1) | VARCHAR2(1) NOT NULL |
Payment Action
P=Prepayment Applied R=Record a Payment S=Schedule Payment W=Escheated Payment X=Cancelled |
12 | PYMNT_ID | Character(10) | VARCHAR2(10) NOT NULL | Payment Number |
13 | DUE_DT | Date(10) | DATE | Specifies the date that a transaction is due. It is a generic field used in multiple PeopleSoft applications including Receivables Payables and Purchasing. For example it represents the date that payment is due for a voucher or the date that a scheduled shipment is due to be received. |