EM_DISPUTES_VW2(SQL View) |
Index Back |
---|---|
Physical table used to store dPhysical table used to store dispute notes tied to the voucher. RSR MarketPay Development |
SELECT D.BUSINESS_UNIT , D.VOUCHER_ID , D.PYMNT_CNT , D.DTTM_STAMP , D.OPRID , O.OPRDEFNDESC , D.DESCRLONG FROM PS_EM_DISPUTENOTES D , PSOPRDEFN O WHERE D.OPRID = O.OPRID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(8) | VARCHAR2(8) NOT NULL | Voucher ID | |
3 | Number(5,0) | INTEGER NOT NULL |
Payments
Default Value: 1 |
|
4 | DateTime(26) | TIMESTAMP |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %Datetime |
|
5 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
6 | NAME1 | Character(40) | VARCHAR2(40) NOT NULL | Name 1 |
7 | DESCRLONG | Long Character | CLOB NOT NULL | Long Description |