[Home] [Help]
[Dependency Information]
Object Name: | PSB_WORKFLOW_PROCESSES |
---|---|
Object Type: | TABLE |
Owner: | PSB |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PSB_WORKFLOW_PROCESSES stores the ITEM_KEY information for a
worksheet. A worksheet can flow through the workflow engine multiple
times for the various processes such as distribution, submission,
or freeze. Each instance of this process generates a unique ITEM_KEY.
The ITEM_KEY and PROCESS_TYPE identify the workflow process a
worksheet is undergoing.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PSB_WORKFLOW_PROCESSES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PSB_WORKFLOW_PROCESSES_U1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ITEM_KEY | VARCHAR2 | (240) | Yes | Unique identifier for an instance of an item entering the workflow process |
WORKSHEET_ID | NUMBER | (20) | Yes | Unique identifier for the worksheet or budget revision for which the workflow process exists |
DOCUMENT_TYPE | VARCHAR2 | (2) | Indicates the document type for which the workflow process is initiated. Valid values are BP (Budget Preparation) and BR (Budget Revision). | |
PROCESS_TYPE | VARCHAR2 | (20) | Yes | Process type for workflow process is S (Submit Process) or D (Distribute Process). |
PROCESS_DATE | DATE | Yes | Date of creation of the workflow process |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_KEY
, WORKSHEET_ID
, DOCUMENT_TYPE
, PROCESS_TYPE
, PROCESS_DATE
FROM PSB.PSB_WORKFLOW_PROCESSES;
PSB.PSB_WORKFLOW_PROCESSES does not reference any database object
PSB.PSB_WORKFLOW_PROCESSES is referenced by following:
|
|
|