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


TABLE: PO.PO_WF_DEBUG

Object Details
Object Name: PO_WF_DEBUG
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_WF_DEBUG
Subobject Name:
Status: VALID


PO_WF_DEBUG is used to log the debugging messages for the approval workflows.
This table is reserved for use by Oracle only.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 5
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EXECUTION_SEQUENCE NUMBER

Sequence in which the debugging messages were logged
EXECUTION_DATE DATE

Date on which the debug message was logged
ITEMTYPE VARCHAR2 (8)
Workflow item type
ITEMKEY VARCHAR2 (240)
Workflow item key
DOCUMENT_ID NUMBER

Document identifier of the document submitted to this workflow
DOCUMENT_NUMBER VARCHAR2 (25)
Document number of the document submitted to this workflow
PREPARER_ID NUMBER

Preparer identifier for the document submitted to this workflow
APPROVER_EMPID NUMBER

Employee ID of the approver of the document submitted to this workflow
FORWARD_TO_ID NUMBER

Identifier of the forward-to person for the document submitted to this workflow
FORWARD_TO_USERNAME VARCHAR2 (100)
Username of the forward-to person for the document submitted to this workflow
FORWARD_FROM_ID NUMBER

Identifier of the person who has forwarded this document
FORWARD_FROM_USERNAME VARCHAR2 (100)
Username of the person who has forwarded this document
AUTHORIZATION_STATUS VARCHAR2 (25)
Approval status of the document
DEBUG_MESSAGE VARCHAR2 (1000)
The message logged with this entry in the debugging table. Has important debugging information.
Query Text

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


SELECT EXECUTION_SEQUENCE
,      EXECUTION_DATE
,      ITEMTYPE
,      ITEMKEY
,      DOCUMENT_ID
,      DOCUMENT_NUMBER
,      PREPARER_ID
,      APPROVER_EMPID
,      FORWARD_TO_ID
,      FORWARD_TO_USERNAME
,      FORWARD_FROM_ID
,      FORWARD_FROM_USERNAME
,      AUTHORIZATION_STATUS
,      DEBUG_MESSAGE
FROM PO.PO_WF_DEBUG;

Dependencies

[top of page]

PO.PO_WF_DEBUG does not reference any database object

PO.PO_WF_DEBUG is referenced by following:

SchemaAPPS
SynonymPO_WF_DEBUG