Translation table to store hold names and hold descriptions
Module: Order Management
HOLD_CODE_ID, LANGUAGE
Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
---|---|---|---|---|---|---|---|
HOLD_CODE_ID | NUMBER | 38 | 0 | True | Reference to the unique identifier for hold codes | ||
LANGUAGE | VARCHAR2 | 16 | True | Indicates the code of the language into which the contents of the translatable columns are translated. | |||
SOURCE_RECORD_ID | VARCHAR2 | 64 | System Generated | ||||
HOLD_NAME | VARCHAR2 | 256 | Name given by user for the hold code. | ||||
HOLD_DESCRIPTION | VARCHAR2 | 1024 | Description for the hold code. |