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


TABLE: EDR.EDR_ERESPARAMETERS_T

Object Details
Object Name: EDR_ERESPARAMETERS_T
Object Type: TABLE
Owner: EDR
FND Design Data: TableEDR.EDR_ERESPARAMETERS_T
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EDR_ERESPARAMETERS_T_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnPARAM_ID
EDR_ERESPARAMETERS_T_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnPARENT_ID
ColumnPARENT_TYPE
Columns
Name Datatype Length Mandatory Comments
PARAM_ID NUMBER
Yes The primary key
PARENT_ID NUMBER
Yes The primary key of either EDR_PROCESS_ERECORDS_T or EDR_ERESMANAGER_T.
PARENT_TYPE VARCHAR2 (15)
The parent type, either ERESMANAGER or ERECORD
PARAM_NAME VARCHAR2 (200)
The parameter name
PARAM_VALUE VARCHAR2 (2000)
The parameter value
Query Text

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


SELECT PARAM_ID
,      PARENT_ID
,      PARENT_TYPE
,      PARAM_NAME
,      PARAM_VALUE
FROM EDR.EDR_ERESPARAMETERS_T;

Dependencies

[top of page]

EDR.EDR_ERESPARAMETERS_T does not reference any database object

EDR.EDR_ERESPARAMETERS_T is referenced by following:

SchemaAPPS
SynonymEDR_ERESPARAMETERS_T