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


TABLE: PSA.PSA_DEBUG_LOG

Object Details
Object Name: PSA_DEBUG_LOG
Object Type: TABLE
Owner: PSA
FND Design Data: TablePSA.PSA_DEBUG_LOG
Subobject Name:
Status: VALID


This table is used to store the debug log messages


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSA_DEBUG_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnSESS_SEQ_ID
ColumnLINE_NUM
Columns
Name Datatype Length Mandatory Comments
SESS_SEQ_ID NUMBER (15)
Session Sequence ID
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATION_DATE_CHR VARCHAR2 (30)
Creation Date in Character
LINE_NUM NUMBER (15)
Line Number
MESSAGE VARCHAR2 (250)
Message
Query Text

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


SELECT SESS_SEQ_ID
,      CREATION_DATE
,      CREATION_DATE_CHR
,      LINE_NUM
,      MESSAGE
FROM PSA.PSA_DEBUG_LOG;

Dependencies

[top of page]

PSA.PSA_DEBUG_LOG does not reference any database object

PSA.PSA_DEBUG_LOG is referenced by following:

SchemaAPPS
SynonymPSA_DEBUG_LOG