Search Results budget_workflow_rule_id
Overview
The PSB.PSB_WF_REVIEW_GROUPS table is a core data object within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically for the Public Sector Budgeting (PSB) module. It functions as a critical junction table within the budget workflow engine, orchestrating the sequential routing of budget worksheets for review and approval. Its primary role is to store the ordered list of review groups to which a specific budget worksheet instance must be sent during the submission workflow process. This table ensures that worksheets follow the predefined, rule-based approval hierarchy established in the system, thereby enforcing budgetary controls and compliance.
Key Information Stored
The table's structure is designed to link a workflow instance, a workflow rule, and an ordered sequence of reviewers. The key columns are:
- ITEM_KEY (VARCHAR2(240)): A mandatory, unique identifier for a specific instance of an item (a budget worksheet) as it progresses through the workflow process. This key links the review group sequence to a single worksheet submission.
- BUDGET_WORKFLOW_RULE_ID (NUMBER(15)): The unique identifier for the budget workflow rule that governs the approval process. This column directly associates the review group sequence with the rule defined by the user's search parameter.
- SEQUENCE (NUMBER(15)): Defines the precise order in which the worksheet must be routed to the designated review groups for a given workflow process. This number enforces the serial approval path.
Common Use Cases and Queries
This table is primarily accessed for workflow monitoring, audit reporting, and troubleshooting approval routing issues. A common operational query involves identifying the review path for a specific worksheet or all worksheets under a particular workflow rule. For instance, to audit the review sequence for all active worksheets governed by a specific budget workflow rule, one would execute:
SELECT ITEM_KEY, SEQUENCE FROM PSB.PSB_WF_REVIEW_GROUPS WHERE BUDGET_WORKFLOW_RULE_ID = :rule_id ORDER BY ITEM_KEY, SEQUENCE;
Another critical use case is diagnosing workflow stalls by joining this table with workflow runtime tables (via the ITEM_KEY) to see if a worksheet is stuck at a particular sequence. Reporting on approval chain design often involves aggregating data from this table by BUDGET_WORKFLOW_RULE_ID to analyze the typical length and structure of review hierarchies.
Related Objects
As per the provided dependency information, PSB.PSB_WF_REVIEW_GROUPS does not reference other objects but is referenced by the APPS synonym PSB_WF_REVIEW_GROUPS. This synonym allows for privileged access within the APPS schema. In a full architectural context, this table is intrinsically linked to other PSB workflow tables, such as those storing the workflow rules (likely keyed by BUDGET_WORKFLOW_RULE_ID) and the master worksheet data. The ITEM_KEY column is a foreign key to the Oracle Workflow engine's item instance tables (e.g., WF_ITEMS), which manage the state and history of the workflow process itself.
-
APPS.PSB_SET_RELATION_PVT SQL Statements
12.1.1
-
TABLE: PSB.PSB_WF_REVIEW_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_WF_REVIEW_GROUPS, object_name:PSB_WF_REVIEW_GROUPS, status:VALID,
-
TABLE: PSB.PSB_BUDGET_WORKFLOW_RULES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES, object_name:PSB_BUDGET_WORKFLOW_RULES, status:VALID,
-
TABLE: PSB.PSB_SET_RELATIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_SET_RELATIONS, object_name:PSB_SET_RELATIONS, status:VALID,
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_ACCOUNT_POSITION_SET_LINES
12.1.1
-
Table: PSB_WF_REVIEW_GROUPS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_WF_REVIEW_GROUPS, object_name:PSB_WF_REVIEW_GROUPS, status:VALID, product: PSB - Public Sector Budgeting , description: Review groups to send a worksheet to during submission process , implementation_dba_data: PSB.PSB_WF_REVIEW_GROUPS ,
-
Table: PSB_BUDGET_WORKFLOW_RULES
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES, object_name:PSB_BUDGET_WORKFLOW_RULES, status:VALID, product: PSB - Public Sector Budgeting , description: Budget workflow rule definitions , implementation_dba_data: PSB.PSB_BUDGET_WORKFLOW_RULES ,
-
Table: PSB_WF_REVIEW_GROUPS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Review groups to send a worksheet to during submission process , implementation_dba_data: Not implemented in this database ,
-
Table: PSB_BUDGET_WORKFLOW_RULES
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Budget workflow rule definitions , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_BUDGET_WORKFLOW_RULES
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_WORKFLOW_RULES
12.1.1
-
VIEW: APPS.PSB_BUDGET_WORKFLOW_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES_V, object_name:PSB_BUDGET_WORKFLOW_RULES_V, status:VALID,
-
APPS.PSB_SET_RELATION_PVT dependencies on PSB_SET_RELATIONS_V
12.1.1
-
VIEW: APPS.PSB_SET_RELATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_SET_RELATIONS_V, object_name:PSB_SET_RELATIONS_V, status:VALID,
-
View: PSB_SET_RELATIONS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_SET_RELATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_SET_RELATIONS_V, object_name:PSB_SET_RELATIONS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_SET_RELATIONS_V ,
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_SET_RELATIONS
12.1.1
-
APPS.PSB_PURGE_DATA_EXTRACT_PVT SQL Statements
12.1.1
-
View: PSB_BUDGET_WORKFLOW_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_WORKFLOW_RULES_V, object_name:PSB_BUDGET_WORKFLOW_RULES_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_BUDGET_WORKFLOW_RULES_V ,
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_WF_REVIEW_GROUPS
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUP_CATEGORIES
12.1.1
-
View: PSB_BUDGET_WORKFLOW_RULES_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.PSB_SET_RELATION_PVT dependencies on PSB_SET_RELATIONS
12.1.1
-
PACKAGE BODY: APPS.PSB_SET_RELATION_PVT
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT SQL Statements
12.1.1
-
APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_BUDGET_GROUPS
12.1.1
-
PACKAGE BODY: APPS.PSB_PURGE_DATA_EXTRACT_PVT
12.1.1
-
APPS.PSB_ACCOUNT_POSITION_SET_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSB_ACCOUNT_POSITION_SET_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_SUBMIT_WORKSHEET_PVT
12.1.1
-
eTRM - PSB Tables and Views
12.1.1
description: User profiles for a worksheet ,
-
eTRM - PSB Tables and Views
12.1.1
description: User profiles for a worksheet ,