HP ALM Database Reference
td.FRAMEWORK_PARAM Table

Description

Parameters for Business Process Components.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key FP_IDThe record ID.int4  
 FP_COMPONENT_IDThe COMPONENT.CO_ID of the component to which the parameter belongs.int4  
 FP_NAMEThe parameter name.varchar255 
 FP_DESCThe parameter description.varchar16 
 FP_VALUEThe default value.varchar255 
 FP_IS_OUTN for input parameter. Y for output parameter.varchar1 
 FP_SCOPE

For future use.

int4 
 FP_DATACENTER_LIST_IDFor future use.int4 
 FP_ORDERThe 0-based display order in the UI.int4 
 FP_VALUE_TYPEThe data type.varchar255 
 FP_VER_STAMPIncrements each time the record is updated.int4 
 FP_REF_COUNTThe number of design steps in the component that uses this parameter.int4 
 FP_BPTA_LONG_VALUEThe parameter value. Used when value is too long to be stored in FP_VALUE.varchar16 
 FP_SOURCE_PARAM_IDIf this is an output parameter that belongs to a shadow component (flow), then the field holds the  BP_ITER_PARAM.BPIP_ID of the iteration parameter from which the output parameter was promoted.int4 
 FP_METADATATesting tool-specific and application-specific metadata for describing a component parameter.varchar16 
 FP_VC_CHECKOUT_USER_NAMEThe user who checked out the item under version control.varchar60 

See Also