ALM Project Database Reference
td.COMPONENT_STEP_PARAMS Table
Description
An associative table linking the Business Process Component steps to their parameters.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key CSP_IDThe record ID.int4   
 CSP_STEP_IDThe component step, identified with COMPONENT_STEP.CS_STEP_IDint4   
 CSP_PARAM_IDThe parameter, identified with FRAMEWORK_PARAM.FP_IDint4   
 CSP_VC_CHECKOUT_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
Indexes
IndexDescriptionPrimaryUnique
COMP_STEP_PARAMS_PK 
COMPONENT_PARAM_IDX   
COMPONENT_STEP_IDX   
See Also