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


TABLE: CZ.CZ_LCE_TEXTS

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


This table implements aggregated storage of compiled LCE commands, storing several rows within a single field and greatly accelerating logic load from the database.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Primary Key: CZ_LCE_TEXTS_PK
  1. ColumnLCE_HEADER_ID
  2. ColumnSEQ_NBR
Indexes
Index Type Uniqueness Tablespace Column
CZ_LCE_TEXTS_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnLCE_HEADER_ID
ColumnSEQ_NBR
Columns
Name Datatype Length Mandatory Comments
LCE_HEADER_ID NUMBER (9) Yes Identifies the LCE set/file of which this record is part
SEQ_NBR NUMBER (9) Yes Provides an ordering among associated records
LCE_TEXT VARCHAR2 (2000) Yes Contains a block of LCE text that is part of the logic set/file for this LCE_HEADER_ID
Query Text

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


SELECT LCE_HEADER_ID
,      SEQ_NBR
,      LCE_TEXT
FROM CZ.CZ_LCE_TEXTS;

Dependencies

[top of page]

CZ.CZ_LCE_TEXTS does not reference any database object

CZ.CZ_LCE_TEXTS is referenced by following:

SchemaAPPS
SynonymCZ_LCE_TEXTS