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


TABLE: APPLSYS.AD_PARALLEL_COMPILE_ERRORS

Object Details
Object Name: AD_PARALLEL_COMPILE_ERRORS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableAD.AD_PARALLEL_COMPILE_ERRORS
Subobject Name:
Status: VALID


Used to list non-fatal errors trapped by the stored procedure that
compiles the invalid objects in a schema. Includes the schema,
logical worker number, and timestamp for where and when the error
ocurred.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Name of the schema in which the error occurred
WORKER_NUMBER NUMBER
Yes Logical worker which encountered this error
TIMESTAMP VARCHAR2 (75) Yes Time error occurred, in format 'YYYY-MM-DD:HH24:MI:SS'
TYPE VARCHAR2 (30) Yes What type of information the TEXT column contains
TEXT VARCHAR2 (1996) Yes Descriptive text, giving information according to the TYPE column
Query Text

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


SELECT OWNER
,      WORKER_NUMBER
,      TIMESTAMP
,      TYPE
,      TEXT
FROM APPLSYS.AD_PARALLEL_COMPILE_ERRORS;

Dependencies

[top of page]

APPLSYS.AD_PARALLEL_COMPILE_ERRORS does not reference any database object

APPLSYS.AD_PARALLEL_COMPILE_ERRORS is referenced by following:

SchemaAPPLSYS
ViewAD_PARALLEL_COMPILE_ERRORS#
SchemaSYSTEM
SynonymAD_PARALLEL_COMPILE_ERRORS