TRANSPORT_REQUEST
Definition
The TRANSPORT_REQUEST table contains the list of transport requests created in the
system
Technical Data
Summary
The TRANSPORT_REQUEST table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the transport request |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_TRANSPORT_REQUEST |
CREATION_DATE
| Definition |
The date when the transport request was created |
| Type |
DATETIME, NOT NULL |
STATUS
| Definition |
The status of the execution of the transport request |
| Format |
The possible values are:
|
| Type |
DECIMAL(1), NOT NULL |
CHAN_OID
| Definition |
The unique identifier of the related change list |
| Type |
DECIMAL(28), NOT NULL |
FAILURE_MESSAGE
| Definition |
The failure message if the execution of the transport request failed |
| Type |
NVARCHAR(2000), NULL |
Primary Key Details
PK_TRANSPORT_REQUEST