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


TABLE: HXC.HXC_DEBUG_TEXT

Object Details
Object Name: HXC_DEBUG_TEXT
Object Type: TABLE
Owner: HXC
FND Design Data: TableHXC.HXC_DEBUG_TEXT
Subobject Name:
Status: VALID


HXC_DEBUG_TEXT is a generic table that stores debug information from a particular process.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PROCESS VARCHAR2 (30)
The name of the Process for which Debug Information is present
TYPE VARCHAR2 (15)
The Type of Debug Information
TEXT LONG (0)
Debug Information text
Query Text

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


SELECT PROCESS
,      TYPE
,      TEXT
FROM HXC.HXC_DEBUG_TEXT;

Dependencies

[top of page]

HXC.HXC_DEBUG_TEXT does not reference any database object

HXC.HXC_DEBUG_TEXT is referenced by following:

SchemaAPPS
SynonymHXC_DEBUG_TEXT