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


TABLE: CZ.CZ_LOOKUP_VALUES

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


CZ_LOOKUP_VALUES is used to record lists of seeded data values for use in Configurator Developer. It records symbolic and numeric values grouped in lists. Values are labelled with type IDs from the Configurator type system.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_LOOKUP_VALUES_PK
  1. ColumnLIST_NAME
  2. ColumnDATA_VALUE
Indexes
Index Type Uniqueness Tablespace Column
CZ_LOOKUP_VALUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLIST_NAME
ColumnDATA_VALUE
ColumnDELETED_FLAG
ColumnNULL_VALUE_FLAG
ColumnVALUE_SEQ
CZ_LOOKUP_VALUES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDELETED_FLAG
ColumnLIST_NAME
ColumnDATA_VALUE
Columns
Name Datatype Length Mandatory Comments
LIST_NAME VARCHAR2 (50) Yes PK
DATA_VALUE VARCHAR2 (255) Yes PK
VALUE_SEQ NUMBER

Optional field provides partial ordering on LOV members as alternative to ordering by VALUE_LABEL or DATA_VALUE
DATA_TYPE_ID NUMBER
Yes
NULL_VALUE_FLAG VARCHAR2 (1)
Default '0', only one member of LIST_NAME can have non-'0'
LAST_UPDATE_LOGIN NUMBER

Standard who column
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
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
DELETED_FLAG VARCHAR2 (1) Yes 0 - not deleted; 1 - deleted (Standard)
NUMERIC_ID_VALUE NUMBER

Stores numeric value of DATA_VALUE, when applicable.
SEEDED_FLAG VARCHAR2 (1) Yes '1' indicates this is a seeded expr node
Query Text

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


SELECT LIST_NAME
,      DATA_VALUE
,      VALUE_SEQ
,      DATA_TYPE_ID
,      NULL_VALUE_FLAG
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      DELETED_FLAG
,      NUMERIC_ID_VALUE
,      SEEDED_FLAG
FROM CZ.CZ_LOOKUP_VALUES;

Dependencies

[top of page]

CZ.CZ_LOOKUP_VALUES does not reference any database object

CZ.CZ_LOOKUP_VALUES is referenced by following:

SchemaAPPS
SynonymCZ_LOOKUP_VALUES
TriggerCZ_LOOKUP_VALUES_T1