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


TABLE: APPLSYS.FND_NEW_MESSAGES_IL

Object Details
Object Name: FND_NEW_MESSAGES_IL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_NEW_MESSAGES_IL
Subobject Name:
Status: VALID

Table that holds seed data for industry translated messages

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_NEW_MESSAGES_IL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnINDUSTRY_ID
ColumnLANGUAGE_CODE
ColumnAPPLICATION_ID
ColumnMESSAGE_NAME
Columns
Name Datatype Length Mandatory Comments
INDUSTRY_ID NUMBER
Yes Industry ID for the industry translated message
LANGUAGE_CODE VARCHAR2 (30) Yes Language code for the industry translated message
APPLICATION_ID NUMBER
Yes Application ID for the industry translated message
MESSAGE_NAME VARCHAR2 (30) Yes Name of the message
MESSAGE_TEXT VARCHAR2 (2000)
Text of the industry translated message
DESCRIPTION VARCHAR2 (240)
Industry translated description of message
ORIG_MESSAGE_TEXT VARCHAR2 (2000)
Holds the original seeded message text when an industry is activated
ORIG_DESCRIPTION VARCHAR2 (240)
Holds the original seeded message description when an industry is activated
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_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT INDUSTRY_ID
,      LANGUAGE_CODE
,      APPLICATION_ID
,      MESSAGE_NAME
,      MESSAGE_TEXT
,      DESCRIPTION
,      ORIG_MESSAGE_TEXT
,      ORIG_DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_NEW_MESSAGES_IL;

Dependencies

[top of page]

APPLSYS.FND_NEW_MESSAGES_IL does not reference any database object

APPLSYS.FND_NEW_MESSAGES_IL is referenced by following:

SchemaAPPS
SynonymFND_NEW_MESSAGES_IL