[Home] [Help]
[Dependency Information]
Object Name: | EAM_CAUSE_CODES |
---|---|
Object Type: | TABLE |
Owner: | EAM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores cause code definition. As a failure cause is identified, Cause code is typically the second code reported by the user for a failure. As an example for a printer jam failure, Cause Code could be BADBELT and it's description could be Bad Printer Belt.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EAM_CAUSE_CODES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CAUSE_CODE | VARCHAR2 | (80) | Yes | Unique identifier for cause code |
DESCRIPTION | VARCHAR2 | (2000) | Cause code description | |
EFFECTIVE_END_DATE | DATE | End date beyond which cause code is inactive | ||
CREATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT CAUSE_CODE
, DESCRIPTION
, EFFECTIVE_END_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM EAM.EAM_CAUSE_CODES;
EAM.EAM_CAUSE_CODES does not reference any database object
EAM.EAM_CAUSE_CODES is referenced by following:
|
|
|