ALM Project Database Reference
td.BP_PARAM Table
Description
Associates a parameter to a test and component.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BPP_IDThe record ID.int4   
 BPP_BPC_IDThe link to the test and component through BPTEST_TO_COMPONENTS.BC_ID.int4  
 BPP_PARAM_IDThe parameter: FRAMEWORK_PARAM.FP_IDint4  
 BPP_TYPEThe type, such as CONSTANT for an entered value or REF_BPPARAM for a value read from another parameter.varchar70  
 BPP_REF_IDWhen the value of this parameter is set at run-time to the value of another parameter, this is the BPP_ID of the parameter from which the value is taken.int4  
 BPP_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
BP_PARAM_PRIMARYKEY 
BPP_BPC_ID_IDX   
BPP_PARAM_ID_IDX   
See Also