Translation table to store hold names and hold descriptions
Module: Order Management
LANGUAGE, HOLD_CODE_ID
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 | 999 | Description for the hold code. |
Copyright © 2019, 2023, Oracle and/or its affiliates.