[Home] [Help]
[Dependency Information]
| Object Name: | PSB_WF_REVIEW_GROUPS |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_WF_REVIEW_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
PSB_WF_REVIEW_GROUPS stores the list of review groups to which a
worksheet must be sent during the worksheet submission process. The
ITEM_KEY identifies the specific workflow process.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ITEM_KEY | VARCHAR2 | (240) | Yes | Unique identifier for an instance of an item entering the workflow process |
| BUDGET_WORKFLOW_RULE_ID | NUMBER | (15) | Yes | Budget workflow rule unique identifier |
| SEQUENCE | NUMBER | (15) | Order in which the worksheet must be routed to the review groups for a workflow process |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_KEY
, BUDGET_WORKFLOW_RULE_ID
, SEQUENCE
FROM PSB.PSB_WF_REVIEW_GROUPS;
PSB.PSB_WF_REVIEW_GROUPS does not reference any database object
PSB.PSB_WF_REVIEW_GROUPS is referenced by following:
APPS
PSB_WF_REVIEW_GROUPS
|
|
|
|