[Home] [Help]
[Dependency Information]
| Object Name: | PON_WF_DEBUG |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_WF_DEBUG
|
| Subobject Name: | |
| Status: | VALID |
PON_WF_DEBUG is an internally used table to store debug information for Workflow processes
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
PON.PON_WF_DEBUG does not reference any database object
PON.PON_WF_DEBUG is referenced by following:
APPS
PON_WF_DEBUG
|
|
|
|