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


TABLE: MSC.MSC_TRANSLATED_MESSAGE

Object Details
Object Name: MSC_TRANSLATED_MESSAGE
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


This is APCC table for OBI translation.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LANG_ID VARCHAR2 (15) Yes Language ID
MSG_NUM VARCHAR2 (150) Yes Message number
MSG_TEXT VARCHAR2 (1999)
Message text
METADATA_OBJECT VARCHAR2 (200)
Metadata object
Query Text

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


SELECT LANG_ID
,      MSG_NUM
,      MSG_TEXT
,      METADATA_OBJECT
FROM MSC.MSC_TRANSLATED_MESSAGE;

Dependencies

[top of page]

MSC.MSC_TRANSLATED_MESSAGE does not reference any database object

MSC.MSC_TRANSLATED_MESSAGE is referenced by following:

SchemaMSC
ViewMSC_TRANSLATED_MESSAGE#