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


TABLE: IEU.IEU_MSG_MESSAGES

Object Details
Object Name: IEU_MSG_MESSAGES
Object Type: TABLE
Owner: IEU
FND Design Data: TableIEU.IEU_MSG_MESSAGES
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_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEU_MSG_MESSAGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMESSAGE_ID
IEU_MSG_MESSAGES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_TYPE
ColumnRESOURCE_ID
ColumnSTATUS_ID
ColumnLAST_UPDATE_DATE
Columns
Name Datatype Length Mandatory Comments
MESSAGE_ID NUMBER (15) Yes PK for the table.
OBJECT_VERSION_NUMBER NUMBER
Yes Standard column used by HTML utilities.
CREATED_BY NUMBER (15) Yes Standard WHO columns.
CREATION_DATE DATE
Yes Standard WHO columns.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO columns.
LAST_UPDATE_DATE DATE
Yes Standard WHO columns.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO columns.
SECURITY_GROUP_ID NUMBER

Used in hosted environments.
APPLICATION_ID NUMBER (15) Yes Application (product team) that sent the message.
RESOURCE_TYPE VARCHAR2 (30) Yes Resource Type of the resource the message is for.
RESOURCE_ID NUMBER (15) Yes Resource ID of the resource the message is for.
STATUS_ID NUMBER (3) Yes Internal status ID code (i.e., delivered, read, deleted).
TITLE VARCHAR2 (240) Yes Short title to display for the message.
BODY VARCHAR2 (1990) Yes Body of the message.
WORKITEM_OBJ_CODE VARCHAR2 (30)
FK to JTF_OBJECTS_B. It represents source of work item.
WORKITEM_PK_ID NUMBER (15)
Uniquely identifies the work item, per Document, viz. SR, TASK etc.
Query Text

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


SELECT MESSAGE_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      APPLICATION_ID
,      RESOURCE_TYPE
,      RESOURCE_ID
,      STATUS_ID
,      TITLE
,      BODY
,      WORKITEM_OBJ_CODE
,      WORKITEM_PK_ID
FROM IEU.IEU_MSG_MESSAGES;

Dependencies

[top of page]

IEU.IEU_MSG_MESSAGES does not reference any database object

IEU.IEU_MSG_MESSAGES is referenced by following:

SchemaIEU
ViewIEU_MSG_MESSAGES#