RO_DEFNHOLD_LNG(SQL Table) |
Index Back |
---|---|
Hold CodesThis table stores Hold code information. Hold codes are used on messages, quotes and orders, and in automatic processing for credit and other violations. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Prompt Table: SP_SETID_NONVW |
2 | HOLD_CD | Character(6) | VARCHAR2(6) NOT NULL | This field determine the hold code of an item. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
5 | DESCRLONG | Long Character | CLOB | Long Description |