[Home] [Help]
[Dependency Information]
| Object Name: | IEM_MC_CUSTOM_PARAMS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEM |
| Subobject Name: | |
| Status: | VALID |
Stores application specific key/value pairs related to a specific message.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEM_MC_CUSTOM_PARAMETERS_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MC_PARAMETER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MC_PARAMETER_ID | NUMBER | (15) | Yes | Primary Key |
| NAME | VARCHAR2 | (1024) | The unique name of a custom parameter. | |
| VALUE | VARCHAR2 | (1024) | The value of the custom parameter. | |
| SECURITY_GROUP_ID | NUMBER | (15) | Virtual Private Database Id. |
Cut, paste (and edit) the following text to query this object:
SELECT MC_PARAMETER_ID
, NAME
, VALUE
, SECURITY_GROUP_ID
FROM IEM.IEM_MC_CUSTOM_PARAMS;
IEM.IEM_MC_CUSTOM_PARAMS does not reference any database object
IEM.IEM_MC_CUSTOM_PARAMS is referenced by following:
IEM
IEM_MC_CUSTOM_PARAMS#
|
|
|
|