ALM Project Database Reference
td.RELEASE_CYCLES Table
Description
Details of cycles. A release can contain a number of cycles.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RCYC_IDThe record ID.int4   
 RCYC_PARENT_IDThe RELEASES.REL_ID of the release to which the cycle belongs.int4   
 RCYC_NAMEThe cycle name.varchar255   
 RCYC_VER_STAMPThe record version.int4  
 RCYC_START_DATEThe cycle start date.datetime4  
 RCYC_END_DATEThe cycle end date.datetime4  
 RCYC_DESCRIPTIONThe cycle description.varchar16  
 RCYC_HAS_ATTACHMENTSA value of Y indicates that the cycle has an attachment.varchar1  
 RCYC_USER_01User defined field.varchar40  
 RCYC_VTSThe version time stamp.varchar20  
Indexes
IndexDescriptionPrimaryUnique
RCYC_PRIMARYKEY 
RCYC_UNIQUE_NAME_IDX  
RCYC_VTS_IDX   
Objects that depend on td.RELEASE_CYCLES
 Database ObjectObject TypeDescriptionDep Level
AUTR_363696399_TESTCYCL triggerAUTR_363696399_TESTCYCLTrigger 2
AUTR64594118_CYCLE triggerAUTR64594118_CYCLETrigger 2
AUTR66132_BUG triggerAUTR66132_BUGTrigger 2
td.BUG tabletd.BUGTableInformation about defects.1
td.CYCLE tabletd.CYCLETableTest sets.1
MVTR_BUG triggerMVTR_BUGTrigger 2
td.TESTCYCL tabletd.TESTCYCLTableInstances of design tests in test sets.1
td.V_TESTSET_REQ_COVER viewtd.V_TESTSET_REQ_COVERView 2
See Also