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


TABLE: BIV.BIV_DEBUG

Object Details
Object Name: BIV_DEBUG
Object Type: TABLE
Owner: BIV
Subobject Name:
Status: VALID


This table stores the Dynamic SQL Statement generated and error messages if any for the report under execution.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MESSAGE VARCHAR2 (4000)
SQL Statement and error Message
REPORT_ID VARCHAR2 (30)
The Report Code of the executed report.
SESSION_ID NUMBER

The session through which reports get executed.
SEQ_NO NUMBER

The Sequence in which various messages are stored.
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
CREATION_DATE DATE

Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
SECURITY_GRUOUP_ID NUMBER (15)
Query Text

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


SELECT MESSAGE
,      REPORT_ID
,      SESSION_ID
,      SEQ_NO
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GRUOUP_ID
FROM BIV.BIV_DEBUG;

Dependencies

[top of page]

BIV.BIV_DEBUG does not reference any database object

BIV.BIV_DEBUG is referenced by following:

SchemaAPPS
SynonymBIV_DEBUG