HWB_HOLD_CD_VW(SQL View) |
Index Back |
|---|---|
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 DISTINCT H.SETID ,H.HOLD_CD ,H.DESCRSHORT ,H.DESCR ,H.DESCR FROM PS_HOLD_CD H |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(6) | VARCHAR2(6) NOT NULL | Hold Code | |
| 3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | OM_CHAR | Character(254) | VARCHAR2(254) NOT NULL | Long field |