Previous Topic: COMPONENT_SPECNext Topic: CSTM_EDT_PTRN


CRITICAL_SUCCESS

The following table details various column names along with their descriptions.

Col

Column Name

Len

Coltype

Description

1

MODEL_ID

4

INTEGER

ID of the containing model

2

TBNAME

16

CHAR

CRITICAL_SUCCESS

3

ID

4

INTEGER

Unique identifier

4

ORG_ID

4

INTEGER

Original object identifier

5

NAME

32

VARCHAR

Name of the critical success factor

6

SEQ

2

SMALLINT

Sequence with critical success factor.

Use ORDER_BY_SEQ to return cell values in the same order as specified in the toolset.

7

INHIBITOR

1

CHAR

Inhibitor?

  • Y (Yes)
  • N (No)

8

PRIORITY

4

INTEGER

Priority

The possible range is 0, for low to 9, for high.

9

PARENT_CSF_ID

4

INTEGER

ID of the parent critical success factor. Join with CRITICAL_SUCCESS.

Zero for root critical success, will be used in a future release.