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


TABLE: PON.PON_WF_DEBUG

Object Details
Object Name: PON_WF_DEBUG
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_WF_DEBUG
Subobject Name:
Status: VALID


PON_WF_DEBUG is an internally used table to store debug information for Workflow processes


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

Execution Sequence
EXECUTION_DATE DATE

Execution date
ITEMTYPE VARCHAR2 (8)
WF Item Type
ITEMKEY VARCHAR2 (240)
WF Item Key
AUCTION_HEADER_ID NUMBER

Auction Header Id
USER_NAME VARCHAR2 (100)
User who invoked the workflow process
PO_WF_CREATION_RND NUMBER

Workflow round number in which the function was executed
PO_CREATION_TIMEOUT DATE

Final date to restart workflow
DEBUG_MESSAGE VARCHAR2 (4000)
Progress indicator message
Query Text

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


SELECT EXECUTION_SEQUENCE
,      EXECUTION_DATE
,      ITEMTYPE
,      ITEMKEY
,      AUCTION_HEADER_ID
,      USER_NAME
,      PO_WF_CREATION_RND
,      PO_CREATION_TIMEOUT
,      DEBUG_MESSAGE
FROM PON.PON_WF_DEBUG;

Dependencies

[top of page]

PON.PON_WF_DEBUG does not reference any database object

PON.PON_WF_DEBUG is referenced by following:

SchemaPON
ViewPON_WF_DEBUG#