HCL Commerce Version 9.1.12.0 or later

APPROVAL_STATE

This table holds the different states defined for Marketplace approval flow.

Column Descriptions:

Name  Type  Description 
STATE_ID INT4 NOT NULL The unique identifier for the approval state
STATE_NAME VARCHAR(20) NOT NULL Name of the state
STATE_DESCRIPTION TEXT NOT NULL Description of the state

Indexes:

Name  Column Names  Type 
APPROVAL_STATE_PKEY STATE_ID Primary Key 

Referenced by child tables:

Constraint  Columns  Child Table  Child Columns  Type
APPROVAL_CURRENT_STATE_ID_FKEY STATE_ID APPROVAL CURRENT_STATE_ID Simple
APPROVAL_STATE_FLOW_SOURCE_STATE_ID_FKEY STATE_ID APPROVAL_STATE_FLOW SOURCE_STATE_ID Simple
APPROVAL_STATE_FLOW_TARGET_STATE_ID_FKEY STATE_ID APPROVAL_STATE_FLOW TARGET_TYPE_ID Simple