DBA Data[Home] [Help] [Dependency Information]


TABLE: CZ.CZ_DES_CHART_CELLS

Object Details
Object Name: CZ_DES_CHART_CELLS
Object Type: TABLE
Owner: CZ
FND Design Data: TableCZ.CZ_DES_CHART_CELLS
Subobject Name:
Status: VALID


Describes each cell in a Design Chart


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_DES_CHART_CELLS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSECONDARY_OPT_ID
ColumnSECONDARY_FEAT_EXPL_ID
ColumnDELETED_FLAG
ColumnRULE_ID
CZ_DES_CHART_CELLS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDELETED_FLAG
ColumnRULE_ID
ColumnPRIMARY_OPT_ID
CZ_DES_CHART_CELLS_NPK NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnRULE_ID
ColumnPRIMARY_OPT_ID
ColumnSECONDARY_OPT_ID
ColumnSECONDARY_FEAT_EXPL_ID
Columns
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)
Query Text

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;

Dependencies

[top of page]

CZ.CZ_DES_CHART_CELLS does not reference any database object

CZ.CZ_DES_CHART_CELLS is referenced by following:

SchemaAPPS
SynonymCZ_DES_CHART_CELLS
TriggerCZ_DES_CHART_CELLS_T1
TriggerCZ_DES_CHART_CELLS_T2