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


TABLE: CZ.CZ_EXPRESSIONS

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


Table identifies expressions used in Configurator modelling. Expressions are used in Rules and in Populators.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CZ_EXPRESSIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXPRESS_ID
CZ_EXPRESSIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDEVL_PROJECT_ID
Columns
Name Datatype Length Mandatory Comments
LAST_UPDATE_LOGIN NUMBER (15)
Records the login ID under which this record was last updated
EXPRESS_ID NUMBER (9) Yes Identifies the Expression associated with this record
DEVL_PROJECT_ID NUMBER (15) Yes Identifies the project/model associated with this record
NAME VARCHAR2 (255) Yes The name of this object
EXPR_STR VARCHAR2 (2000)
Contains a string representation of the expression
DESC_TEXT VARCHAR2 (255)
Descriptive text
PRESENT_TYPE NUMBER (9)
Presentation type for this expression: 1 - Simple; 2 - Advanced. (Vestigial value 0, nothing)
PARSED_FLAG VARCHAR2 (1)
'1' indicates that this expression has been 'parsed' into a tree structure; '0' indicates one or more expression nodes have not been parsed out of token-list order into the tree structure
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 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
SECURITY_MASK VARCHAR2 (40)
UNUSED
EFF_MASK VARCHAR2 (40)
UNUSED
CHECKOUT_USER VARCHAR2 (40)
UNUSED
PERSISTENT_EXPRESSION_ID NUMBER (9) Yes Persistent ID (preserved in copies) of this expression
Query Text

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


SELECT LAST_UPDATE_LOGIN
,      EXPRESS_ID
,      DEVL_PROJECT_ID
,      NAME
,      EXPR_STR
,      DESC_TEXT
,      PRESENT_TYPE
,      PARSED_FLAG
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      DELETED_FLAG
,      EFF_FROM
,      EFF_TO
,      CREATED_BY
,      LAST_UPDATED_BY
,      SECURITY_MASK
,      EFF_MASK
,      CHECKOUT_USER
,      PERSISTENT_EXPRESSION_ID
FROM CZ.CZ_EXPRESSIONS;

Dependencies

[top of page]

CZ.CZ_EXPRESSIONS does not reference any database object

CZ.CZ_EXPRESSIONS is referenced by following:

SchemaAPPS
SynonymCZ_EXPRESSIONS
TriggerCZ_EXPRESSIONS_T1
TriggerCZ_EXPRESSIONS_TP1