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


TABLE: EDR.EDR_ERESMANAGER_T

Object Details
Object Name: EDR_ERESMANAGER_T
Object Type: TABLE
Owner: EDR
FND Design Data: TableEDR.EDR_ERESMANAGER_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_ERESMANAGER_T_P NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnERES_PROCESS_ID
Columns
Name Datatype Length Mandatory Comments
ERES_PROCESS_ID NUMBER
Yes Unique process ID which identifies a given transaction
RETURN_URL VARCHAR2 (4000)
The url to be forwarded after ERES processing
OVERALL_STATUS VARCHAR2 (20)
The overall status of the transaction
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
RETURN_FUNCTION VARCHAR2 (30)
This column would hold the function name to which control would be redirected after ERES processing
Query Text

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


SELECT ERES_PROCESS_ID
,      RETURN_URL
,      OVERALL_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      RETURN_FUNCTION
FROM EDR.EDR_ERESMANAGER_T;

Dependencies

[top of page]

EDR.EDR_ERESMANAGER_T does not reference any database object

EDR.EDR_ERESMANAGER_T is referenced by following:

SchemaAPPS
SynonymEDR_ERESMANAGER_T