Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| ProfileName | CHAR(30) LATIN NOT CASESPECIFIC NOT NULL | X(15) | Unique name assigned to this cost profile instance in the system. |
| ProfileId | INTEGER NOT NULL | -----9 | Unique number assigned to the cost profile instance in the system. |
| ConstName | CHAR(64) LATIN NOT CASESPECIFIC NOT NULL | X(30) | Name associated with this constant. |
| ConstId | INTEGER NOT NULL | -----9 | Identifies this constant within the cost profile. |
| ConstCat | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | Category for this constant. For Legacy and Subops profile types, the constant categories are: C-Cost Method Parameter, I-Initialization Parameter. |
| ConstVal | FLOAT | ----,---,--9.9999 | Value of the constant in this cost profile instance. A NULL value implies there is no specified value. |
| ConstDesc | VARCHAR(2048) UNICODE NOT CASESPECIFIC | X(2048) | Description associated with this constant. |