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


TABLE: CZ.CZ_COMBO_FEATURES

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


The CZ_COMBO_FEATURES table identifies every Option-Class or Feature that participates in an explicit compatibility table and identifies its column descriptor.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
FEATURE_ID NUMBER (15) Yes Identifies a feature in the compatibility rule
GRID_COL_ID NUMBER (9)
Associates an explicit-compatibility (grid) column with this feature.
RULE_ID NUMBER (9) Yes Rule ID of the explicit compatibility described in this record
COL_TYPE NUMBER (9) Yes Characterizes feature's participation in the compatibility: 0 - required; 1 - optional; 2 - conditional
MINIMUM NUMBER (16)
UNUSED. (May contain 0.)
MAXIMUM NUMBER (16)
UNUSED. (May contain 0.)
CREATION_DATE DATE
Yes Standard field recording the date this record was created
LAST_UPDATE_DATE DATE
Yes Standard field recording the date/time this record was last updated
DELETED_FLAG VARCHAR2 (1) Yes Standard flag; '0' indicates the record is active, '1' means deleted. Other values are reserved
EFF_FROM DATE

UNUSED
EFF_TO DATE

UNUSED
CREATED_BY NUMBER (15) Yes ID of user who created this record
LAST_UPDATED_BY NUMBER (15) Yes ID of user who last updated this record
SECURITY_MASK VARCHAR2 (40)
UNUSED
EFF_MASK VARCHAR2 (40)
UNUSED
CHECKOUT_USER VARCHAR2 (40)
UNUSED
LAST_UPDATE_LOGIN NUMBER (15)
Login ID of last updater
MODEL_REF_EXPL_ID NUMBER (9) Yes Qualifies the FEATURE_ID field by the model-reference to which it belongs
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FEATURE_ID
,      GRID_COL_ID
,      RULE_ID
,      COL_TYPE
,      MINIMUM
,      MAXIMUM
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      DELETED_FLAG
,      EFF_FROM
,      EFF_TO
,      CREATED_BY
,      LAST_UPDATED_BY
,      SECURITY_MASK
,      EFF_MASK
,      CHECKOUT_USER
,      LAST_UPDATE_LOGIN
,      MODEL_REF_EXPL_ID
FROM CZ.CZ_COMBO_FEATURES;

Dependencies

[top of page]

CZ.CZ_COMBO_FEATURES does not reference any database object

CZ.CZ_COMBO_FEATURES is referenced by following:

SchemaAPPS
SynonymCZ_COMBO_FEATURES
TriggerCZ_COMBO_FEATURES_T1