[Home] [Help]
[Dependency Information]
Object Name: | EAM_RESOLUTION_CODES |
---|---|
Object Type: | TABLE |
Owner: | EAM |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EAM_RESOLUTION_CODES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
EAM.EAM_RESOLUTION_CODES does not reference any database object
EAM.EAM_RESOLUTION_CODES is referenced by following:
|
|
|