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


TABLE: BEN.BEN_ONLINE_WARNINGS

Object Details
Object Name: BEN_ONLINE_WARNINGS
Object Type: TABLE
Owner: BEN
FND Design Data: TableBEN.BEN_ONLINE_WARNINGS
Subobject Name:
Status: VALID


BEN_ONLINE_WARNINGS temporarily stores warning messages written from API's. The enrollment forms look in that table to see if any messages were written. If so, it displays the warnings and then deletes the rows from the table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SESSION_ID NUMBER
Yes Database Session Identifier.
MESSAGE_TEXT VARCHAR2 (2000) Yes Message text.
Query Text

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


SELECT SESSION_ID
,      MESSAGE_TEXT
FROM BEN.BEN_ONLINE_WARNINGS;

Dependencies

[top of page]

BEN.BEN_ONLINE_WARNINGS does not reference any database object

BEN.BEN_ONLINE_WARNINGS is referenced by following:

SchemaAPPS
SynonymBEN_ONLINE_WARNINGS