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


TABLE: IEM.IEM_MC_CUSTOM_PARAMS

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEM_MC_CUSTOM_PARAMETERS_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMC_PARAMETER_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

IEM.IEM_MC_CUSTOM_PARAMS does not reference any database object

IEM.IEM_MC_CUSTOM_PARAMS is referenced by following:

SchemaAPPS
SynonymIEM_MC_CUSTOM_PARAMS