Search Results psp_eff_report_approvals
Overview
PSP_EFF_REPORT_APPROVALS is a transactional table in the PSP (Labor Distribution) product of Oracle E-Business Suite, documented as VALID in releases 12.1.1 and 12.2.2. It stores the approval details associated with the Oracle Workflow processes that are initiated when an effort report is routed for certification and sign-off. Each row represents a single approver's participation in the effort reporting workflow for a given effort report line, capturing the workflow role, the routing sequence, the approver's response, and the resultant approval status. The table therefore acts as the persistent record of who was asked to approve effort, in what order, when they responded, and what the outcome was.
Heuristically mined from its foreign key structure, the table classifies as a standalone object in a Data Vault modeling suggestion. In practice this means it is not a pure hub, link, or satellite of a shared business key, but rather a self-contained transactional entity anchored by its own surrogate identifier and linked to labor distribution effort reporting data by a detail-level foreign key.
Key Information Stored
The table contains 57 documented columns. The most significant are:
- EFFORT_REPORT_APPROVAL_ID — the surrogate primary key, defined by PSP_EFF_REPORT_APPROVALS_PK and also enforced by unique index PSP_EFF_REPORT_APPROVALS_U1. This is the business-key candidate for the row.
- EFFORT_REPORT_DETAIL_ID — the foreign key tying the approval record to the specific effort report line under review.
- WF_ITEM_KEY — the Oracle Workflow item key that identifies the workflow process instance created for this approval.
- WF_ROLE_NAME and WF_ROLE_DISPLAY_NAME — the workflow role assigned to the approver, and its user-facing label.
- WF_ORIG_SYSTEM_ID and WF_ORIG_SYSTEM — the originating system identification used by Workflow routing.
- APPROVER_ORDER_NUM — the sequence position of the approver in the routing chain.
- APPROVAL_STATUS and RESPONSE_DATE — the outcome of the approval and the timestamp of the approver's response.
- ACTUAL_COST_SHARE and OVERWRITTEN_EFFORT_PERCENT — the cost share and any overridden effort percentage captured during approval.
- NOTIFICATION_ID — the Workflow notification associated with the approval request.
- COMMENTS — free-text approver comments.
- PERA_INFORMATION1–20 and EFF_INFORMATION1–15 — descriptive flexfield segments for the approval and effort entities.
- OBJECT_VERSION_NUMBER, along with the standard WHO audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
The table is commonly queried to audit effort report certification, identify pending approvers, and reconstruct the approver sequence for a given report line.
- Listing all approvals for an effort report detail, ordered by routing sequence:
SELECT EFFORT_REPORT_APPROVAL_ID, WF_ROLE_NAME, APPROVER_ORDER_NUM, APPROVAL_STATUS, RESPONSE_DATE FROM PSP.PSP_EFF_REPORT_APPROVALS WHERE EFFORT_REPORT_DETAIL_ID = :detail_id ORDER BY APPROVER_ORDER_NUM; - Identifying outstanding approvals by status for follow-up on stalled Workflow processes.
- Joining to Workflow notification history through WF_ITEM_KEY or NOTIFICATION_ID to trace the routing lifecycle.
- Reporting on overridden effort percentages and cost share captured during approval.
- Populating descriptive flexfield reporting through the PERA_INFORMATION and EFF_INFORMATION segment columns.
Related Objects
- PSP_EFFORT_REPORT_DETAILS — joined via EFFORT_REPORT_DETAIL_ID, the parent effort report line for each approval.
- WF_ITEMS — joined via WF_ITEM_KEY, the Workflow process instance record.
- WF_NOTIFICATIONS — joined via NOTIFICATION_ID, the Workflow notification sent to the approver.
- WF_ROLES — joined via WF_ROLE_NAME, resolving approver role definitions.
- FND_USER — the approver identity behind the assigned Workflow role.
- HR_ALL_ORGANIZATION_UNITS and PER_ALL_PEOPLE_F — referenced when resolving organizational and person context for labor distribution effort reporting.
-
Table: PSP_EFF_REPORT_APPROVALS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFF_REPORT_APPROVALS, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID, product: PSP - Labor Distribution , implementation_dba_data: PSP.PSP_EFF_REPORT_APPROVALS ,
-
Table: PSP_EFF_REPORT_APPROVALS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFF_REPORT_APPROVALS, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID, product: PSP - Labor Distribution , description: Contains effort report approval details for the workflow processes started , implementation_dba_data: PSP.PSP_EFF_REPORT_APPROVALS ,
-
APPS.PSP_ER_WORKFLOW SQL Statements
12.1.1
-
APPS.PSP_ER_WORKFLOW SQL Statements
12.2.2
-
SYNONYM: APPS.PSP_EFF_REPORT_APPROVALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID,
-
APPS.PSP_ERA_BUS SQL Statements
12.1.1
-
APPS.PSP_ERA_SHD SQL Statements
12.1.1
-
APPS.PSP_ERA_SHD SQL Statements
12.2.2
-
APPS.PSP_ERA_BUS SQL Statements
12.2.2
-
SYNONYM: APPS.PSP_EFF_REPORT_APPROVALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID,
-
VIEW: PSP.PSP_EFF_REPORT_APPROVALS#
12.2.2
owner:PSP, object_type:VIEW, object_name:PSP_EFF_REPORT_APPROVALS#, status:VALID,
-
VIEW: PSP.PSP_EFF_REPORT_APPROVALS#
12.2.2
-
TRIGGER: APPS.PSP_EFF_REPORT_APPROVALS_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PSP_EFF_REPORT_APPROVALS_WHO, status:VALID,
-
APPS.PSP_XMLGEN SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSP_ERA_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_SHD, status:VALID,
-
APPS.PSP_ROLLBACK_EFF_REPORTS SQL Statements
12.1.1
-
APPS.PSP_XMLGEN SQL Statements
12.2.2
-
TRIGGER: APPS.PSP_EFF_REPORT_APPROVALS_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PSP_EFF_REPORT_APPROVALS_WHO, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_DEL, status:VALID,
-
APPS.PSP_ROLLBACK_EFF_REPORTS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PSP_ERA_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_INS, status:VALID,
-
TRIGGER: APPS.PSP_EFF_REPORT_APPROVALS_WHO
12.1.1
-
APPS.PSP_ERA_INS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PSP_ERA_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_UPD, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_DEL, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_BUS, status:VALID,
-
PACKAGE BODY: APPS.PSP_ROLLBACK_EFF_REPORTS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ROLLBACK_EFF_REPORTS, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_SHD, status:VALID,
-
PACKAGE BODY: APPS.PSP_ER_AME
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ER_AME, status:VALID,
-
PACKAGE BODY: APPS.PSP_ER_AME
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ER_AME, status:VALID,
-
PACKAGE BODY: APPS.PSP_ER_WORKFLOW
12.1.1
-
APPS.PSP_ERA_INS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PSP_ERA_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_UPD, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_BUS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_BUS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PSP_ROLLBACK_EFF_REPORTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ROLLBACK_EFF_REPORTS, status:VALID,
-
PACKAGE BODY: APPS.PSP_ERA_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ERA_INS, status:VALID,
-
PACKAGE BODY: APPS.PSP_ER_WORKFLOW
12.2.2
-
TRIGGER: APPS.PSP_EFF_REPORT_APPROVALS_WHO
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PSP_ER_WORKFLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_ER_WORKFLOW, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: PSP.PSP_EFF_REPORT_APPROVALS
12.2.2
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFF_REPORT_APPROVALS, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID,
-
TABLE: PSP.PSP_EFF_REPORT_APPROVALS
12.1.1
owner:PSP, object_type:TABLE, fnd_design_data:PSP.PSP_EFF_REPORT_APPROVALS, object_name:PSP_EFF_REPORT_APPROVALS, status:VALID,
-
PACKAGE BODY: APPS.PSP_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PSP_GENERAL, status:VALID,