[Home] [Help]
[Dependency Information]
| Object Name: | IES_LOOKUP_TABLES |
|---|---|
| Object Type: | TABLE |
| Owner: | IES |
| FND Design Data: | IES.IES_LOOKUP_TABLES
|
| Subobject Name: | |
| Status: | VALID |
Stores the names of external tables referenced by the IES_LOOKUPS table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IES_LOOKUP_TABLES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TABLE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TABLE_ID | NUMBER | Yes | Unique Identifier for Lookup Tables | |
| TABLE_NAME | VARCHAR2 | (256) | Yes | Lookup table name |
| SECURITY_GROUP_ID | NUMBER | (15) | Used in hosted environments | |
| OBJECT_VERSION_NUMBER | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT TABLE_ID
, TABLE_NAME
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM IES.IES_LOOKUP_TABLES;
IES.IES_LOOKUP_TABLES does not reference any database object
IES.IES_LOOKUP_TABLES is referenced by following:
IES
IES_LOOKUP_TABLES#
|
|
|
|