Database Table: INVRSRVDSC

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

Column Name Column Type Column Description
DESCRIPTION VARCHAR (254)
NULL
Language specific 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)
NULL
A unique name required for MassLoad.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034948160 INVRSRVTYP_ID, LANGUAGE_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_400 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_401 INVRSRVTYP_ID INVRSRVTYP INVRSRVTYP_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable