INVRSRVDSC

Each row contains language-specific descriptions for the types of inventory reservations that the user has defined.


Column Descriptions:

Name Type Description
INVRSRVTYP_ID BIGINT NOT NULL Identifier for the type of reservation.
LANGUAGE_ID INTEGER NOT NULL Language of this description. For a list of language components, see the LANGUAGE table.
NAME VARCHAR (254) A unique name required for loading data.
DESCRIPTION VARCHAR (254) Language specific description.
OPTCOUNTER SMALLINT NOT NULL DEFAULT 0 The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.


Indexes:

Name Column Names Type
<SYSTEM-GENERATED> INVRSRVTYP_ID+LANGUAGE_ID Primary Key


Constrained By Parent Tables:

Constraint Columns Parent Table Parent Columns Type
F_400 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_401 INVRSRVTYP_ID INVRSRVTYP INVRSRVTYP_ID Cascade


Related reference
ATP inventory reservations data model