The following section describes the table used to hold order marker information.

dcs_order_marker

This table to hold information about markers assigned to orders when an order reaches a business process stage.

Column

Data Type

Constraint

 

marker_id

VARCHAR(40)

NOT NULL

(primary key)

The unique identifier associated with the marker.

order_id

VARCHAR(40)

NOT NULL

The ID of the order for that has an order marker.

marker_key

VARCHAR(100)

NOT NULL

The name of the business process associated with the marker.

marker_value

VARCHAR(100)

NULL

The name of the business process stage associated with the marker.

marker_data

VARCHAR(100)

NULL

This column is not currently in use.

creation_date

timestamp

NULL

The date the business process stage is reached and the order marker is assigned to the order.

version

INTEGER

NOT NULL

The order marker repository version number. This information is managed and used internally by the repository.

marker_type

INTEGER

NULL

This column is not currently in use.

 
loading table of contents...