[Home] [Help]
[Dependency Information]
| Object Name: | PO_WF_DEBUG |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 5 |
| PCT Used: |
| 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. |
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;
PO.PO_WF_DEBUG does not reference any database object
PO.PO_WF_DEBUG is referenced by following:
APPS
PO_WF_DEBUG
|
|
|
|