[Home] [Help]
[Dependency Information]
| Object Name: | CZ_LCE_CLOBS |
|---|---|
| Object Type: | TABLE |
| Owner: | CZ |
| FND Design Data: | CZ.CZ_LCE_CLOBS
|
| Subobject Name: | |
| Status: | VALID |
Each row in this table contains the compiled logic for a component in an Oracle Configurator model. It corresponds to multiple rows in CZ_LCE_TEXTS, CZ_LCE_LINES, and CZ_LCE_OPERANDS. By storing the entirety of the logic in a single row in a CLOB field, the time to load this logic is greatly reduced.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CZ_LCE_CLOBS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
LCE_HEADER_ID
|
| SYS_IL0000098819C00002$$ | LOB | UNIQUE |
APPS_TS_SEED
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LCE_HEADER_ID | NUMBER | (9) | Yes | Identifies the LCE set/file implemented by the file in this record |
| LCE_FILE | CLOB | (4000) | Yes | Contains the entire LCE 'file' or set of generated logic |
Cut, paste (and edit) the following text to query this object:
SELECT LCE_HEADER_ID
, LCE_FILE
FROM CZ.CZ_LCE_CLOBS;
CZ.CZ_LCE_CLOBS does not reference any database object
CZ.CZ_LCE_CLOBS is referenced by following:
CZ
CZ_LCE_CLOBS#
|
|
|
|