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


TABLE: BSC.BSC_MESSAGE_LOGS

Object Details
Object Name: BSC_MESSAGE_LOGS
Object Type: TABLE
Owner: BSC
FND Design Data: TableBSC.BSC_MESSAGE_LOGS
Subobject Name:
Status: VALID


BSC_MESSAGE_LOGS stores information about the error messages or log messages generated by the BSC pls package.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BSC_MESSAGE_LOGS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnLAST_UPDATE_LOGIN
Columns
Name Datatype Length Mandatory Comments
SOURCE VARCHAR2 (80) Yes Function name that generates the message
TYPE NUMBER (3) Yes Message type. 0 = fatal error, 1= error, 2= warning, 3=information, 4= debug messages
MESSAGE VARCHAR2 (2000) Yes Message text
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT SOURCE
,      TYPE
,      MESSAGE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM BSC.BSC_MESSAGE_LOGS;

Dependencies

[top of page]

BSC.BSC_MESSAGE_LOGS does not reference any database object

BSC.BSC_MESSAGE_LOGS is referenced by following:

SchemaAPPS
SynonymBSC_MESSAGE_LOGS