AR_PYMT_STS_VW(SQL View) |
Index Back |
---|---|
Payment Status Descriptions |
SELECT %Substring(fieldvalue,1,1) , xlatlongname , xlatshortname FROM PSXLATITEM WHERE fieldname = 'PAYMENT_STATUS' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PAYMENT_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Payment Status
A=Applied B=Bounced C=Complete E=Identified - Express I=Identified J=Directly Journalled R=Unposted Direct Journal U=Unidentified W=Worksheet |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |