AR_DISPDESCR_VW(SQL View) |
Index Back |
---|---|
AR Specialist Viewused on Customer Billto Writeoff options. |
SELECT A.SETID , A.DISPUTE_STATUS , A.DESCR FROM PS_DISPUTE_TBL A WHERE A.EFF_STATUS = 'A' AND %EffdtCheck(DISPUTE_TBL X, A, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | DISPUTE_STATUS | Character(3) | VARCHAR2(3) NOT NULL | Specifies the reason that an item or customer is in dispute. For example the dispute status code might represent pricing error. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |