AR_CRDHLD_VW_LG(SQL View) |
Index Back |
---|---|
AR Hold Code TableThis table stores Hold code information. Hold codes are used on messages, quotes and orders, and in automatic processing for credit and other violations. |
SELECT A.SETID , A.HOLD_CD , A.LANGUAGE_CD , A.DESCR , A.DESCRSHORT FROM PS_HOLD_CD_LNG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(6) | VARCHAR2(6) NOT NULL |
Hold Code
Prompt Table: HOLD_CD |
|
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |