[Home] [Help]
[Dependency Information]
| Object Name: | CZ_DES_CHART_CELLS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_DES_CHART_CELLS
|
| Subobject Name: | |
| Status: | VALID |
Describes each cell in a Design Chart
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_DES_CHART_CELLS_N2 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SECONDARY_OPT_ID
SECONDARY_FEAT_EXPL_ID
DELETED_FLAG
RULE_ID
|
| CZ_DES_CHART_CELLS_N3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
DELETED_FLAG
RULE_ID
PRIMARY_OPT_ID
|
| CZ_DES_CHART_CELLS_NPK | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
RULE_ID
PRIMARY_OPT_ID
SECONDARY_OPT_ID
SECONDARY_FEAT_EXPL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_ID | NUMBER | (9) | Yes | Associates this record with a modelling Rule |
| PRIMARY_OPT_ID | NUMBER | (15) | Yes | Option ID of the option in the primary feature to which this cell applies |
| SECONDARY_OPT_ID | NUMBER | (15) | Yes | Secondary option to which this design-chart cell refers |
| MARK_CHAR | VARCHAR2 | (1) | Records the mark applied to this design-chart cell. | |
| DELETED_FLAG | VARCHAR2 | (1) | Yes | Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Records the login ID under which this record was last updated | |
| CREATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that created this record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard field recording the ID of the user that last updated this record |
| LAST_UPDATE_DATE | DATE | Yes | Standard field recording the date/time this record was last updated | |
| CREATION_DATE | DATE | Yes | Standard field recording the date this record was created | |
| EFF_FROM | DATE | UNUSED | ||
| EFF_TO | DATE | UNUSED | ||
| EFF_MASK | VARCHAR2 | (40) | UNUSED | |
| SECURITY_MASK | VARCHAR2 | (40) | UNUSED | |
| CHECKOUT_USER | VARCHAR2 | (40) | UNUSED | |
| SECONDARY_FEAT_EXPL_ID | NUMBER | (9) | Yes | Explosion ID for secondary feature. |
| SECONDARY_FEATURE_ID | NUMBER | (15) | Yes | Feature to which the secondary option belongs. (DENORMALIZATION) |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, PRIMARY_OPT_ID
, SECONDARY_OPT_ID
, MARK_CHAR
, DELETED_FLAG
, LAST_UPDATE_LOGIN
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, EFF_FROM
, EFF_TO
, EFF_MASK
, SECURITY_MASK
, CHECKOUT_USER
, SECONDARY_FEAT_EXPL_ID
, SECONDARY_FEATURE_ID
FROM CZ.CZ_DES_CHART_CELLS;
CZ.CZ_DES_CHART_CELLS does not reference any database object
CZ.CZ_DES_CHART_CELLS is referenced by following:
CZ
CZ_DES_CHART_CELLS#
|
|
|
|