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


TABLE: EAM.EAM_RESOLUTION_CODES

Object Details
Object Name: EAM_RESOLUTION_CODES
Object Type: TABLE
Owner: EAM
FND Design Data: TableEAM.EAM_RESOLUTION_CODES
Subobject Name:
Status: VALID


This table stores resolution code definition. As the resolution of a failure is identified, Resolution code is typically the last and final code reported by the user for a failure. As an example for a printer jam failure, Resolution Code could be REPLACEBELT and it's description could be Replaced Printer Belt.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EAM_RESOLUTION_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOLUTION_CODE
Columns
Name Datatype Length Mandatory Comments
RESOLUTION_CODE VARCHAR2 (80) Yes Unique identifier for resolution code
DESCRIPTION VARCHAR2 (2000)
Resolution code description
EFFECTIVE_END_DATE DATE

End date beyond which resolution code is inactive
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
Query Text

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


SELECT RESOLUTION_CODE
,      DESCRIPTION
,      EFFECTIVE_END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM EAM.EAM_RESOLUTION_CODES;

Dependencies

[top of page]

EAM.EAM_RESOLUTION_CODES does not reference any database object

EAM.EAM_RESOLUTION_CODES is referenced by following:

SchemaAPPS
SynonymEAM_RESOLUTION_CODES