[Home] [Help]
[Dependency Information]
| Object Name: | EDR_ERESPARAMETERS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | EDR |
| FND Design Data: | EDR.EDR_ERESPARAMETERS_T
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EDR_ERESPARAMETERS_T_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
PARAM_ID
|
| EDR_ERESPARAMETERS_T_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PARENT_ID
PARENT_TYPE
|
| 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 |
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;
EDR.EDR_ERESPARAMETERS_T does not reference any database object
EDR.EDR_ERESPARAMETERS_T is referenced by following:
EDR
EDR_ERESPARAMETERS_T#
|
|
|
|