Search Results pqh_worksheets_pk
Overview
PQH_WORKSHEETS is a Public Sector HR (PQH) table owned by the HR schema that stores transaction data used when working on a budget version. In Oracle EBS 12.1.1 and 12.2.2, it functions as the working-area header for budget worksheet activity, capturing the definitional context of a worksheet — which budget, which version, which date range, and which transaction category — so that individual line-level transactions can be accumulated against a draft budget version before it is finalized. The table is registered as VALID in the ETRM dictionary with eighteen documented columns in the 12.2.2 physical schema.
The mined Data Vault classification for PQH_WORKSHEETS is satellite-leaning. As a modeling suggestion rather than a delivered characteristic, this indicates the table behaves primarily as a descriptive, context-carrying record whose identity is defined by its parent budget and budget version, with a child detail table holding the granular activity. It is not a pure hub, since it has no natural business key documented outside its surrogate, and it is not a pure link, since it carries substantial descriptive attributes of its own.
Key Information Stored
The surrogate primary key is WORKSHEET_ID, enforced through the unique index PQH_WORKSHEETS_PK. This is the sole documented unique index, and therefore the only business-key candidate identified in the metadata; consumers should treat it as a system-generated identifier rather than a user-meaningful key.
- WORKSHEET_ID — surrogate primary key and the join key to child detail rows.
- BUDGET_ID — foreign key to PQH_BUDGETS, identifying the budget the worksheet belongs to.
- BUDGET_VERSION_ID — foreign key to PQH_BUDGET_VERSIONS, identifying the specific budget version being edited.
- WORKSHEET_NAME — user-facing description of the worksheet.
- VERSION_NUMBER — version indicator carried on the worksheet record.
- DATE_FROM / DATE_TO — the effective date range over which worksheet transactions apply.
- ACTION_DATE — the date associated with the worksheet action.
- WORKSHEET_MODE_CD — the operating mode of the worksheet.
- PROPAGATION_METHOD — controls how worksheet values are propagated to the budget version.
- TRANSACTION_STATUS — workflow position of the worksheet transaction.
- WF_TRANSACTION_CATEGORY_ID — foreign key to PQH_TRANSACTION_CATEGORIES, classifying the transaction.
- OBJECT_VERSION_NUMBER — optimistic locking column used by the Oracle Application Framework.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — standard WHO audit columns.
Common Use Cases and Queries
Reporting on budget worksheet activity typically begins at the header and joins down to detail. A representative pattern retrieves worksheets for an active budget version:
- List worksheets by version:
SELECT w.worksheet_id, w.worksheet_name, w.transaction_status FROM pqh_worksheets w WHERE w.budget_version_id = :p_version; - Resolve the owning budget and version: join PQH_BUDGETS on BUDGET_ID and PQH_BUDGET_VERSIONS on BUDGET_VERSION_ID.
- Aggregate worksheet lines: join PQH_WORKSHEET_DETAILS on WORKSHEET_ID and group by worksheet.
- Classify transactions: join PQH_TRANSACTION_CATEGORIES on WF_TRANSACTION_CATEGORY_ID.
- Audit stale working areas by filtering DATE_TO or LAST_UPDATE_DATE.
The reference to a workbook such as "kt Sheet - 2026 DT.xlsx" is external to the database; the table itself stores no file or attachment columns. Workbook content reaches PQH only after it is loaded or interfaced into worksheet and detail rows.
Related Objects
- PQH_BUDGETS — parent budget, joined via PQH_WORKSHEETS.BUDGET_ID.
- PQH_BUDGET_VERSIONS — parent version, joined via PQH_WORKSHEETS.BUDGET_VERSION_ID.
- PQH_TRANSACTION_CATEGORIES — transaction classification, joined via WF_TRANSACTION_CATEGORY_ID.
- PQH_WORKSHEET_DETAILS — child table referencing PQH_WORKSHEETS.WORKSHEET_ID, holding the granular worksheet lines.
- Oracle Application Framework (OAF) pages — the worksheet maintenance UI, which relies on OBJECT_VERSION_NUMBER for concurrent-update control.
-
INDEX: HR.PQH_WORKSHEETS_PK
12.1.1
owner:HR, object_type:INDEX, object_name:PQH_WORKSHEETS_PK, status:VALID,
-
Table: PQH_WORKSHEETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEETS, object_name:PQH_WORKSHEETS, status:VALID, product: PQH - Public Sector HR , description: Transaction data for working on budget version , implementation_dba_data: HR.PQH_WORKSHEETS ,
-
Table: PQH_WORKSHEETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEETS, object_name:PQH_WORKSHEETS, status:VALID, product: PQH - Public Sector HR , description: Transaction data for working on budget version , implementation_dba_data: HR.PQH_WORKSHEETS ,
-
INDEX: HR.PQH_WORKSHEETS_PK
12.2.2
owner:HR, object_type:INDEX, object_name:PQH_WORKSHEETS_PK, status:VALID,
-
TABLE: HR.PQH_WORKSHEETS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEETS, object_name:PQH_WORKSHEETS, status:VALID,
-
TABLE: HR.PQH_WORKSHEETS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_WORKSHEETS, object_name:PQH_WORKSHEETS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PQH_WKS_SHD
12.2.2
-
PACKAGE BODY: APPS.PQH_WKS_SHD
12.1.1
-
PACKAGE BODY: APPS.PQH_WKS_BUS
12.1.1
-
PACKAGE BODY: APPS.PQH_WKS_BUS
12.2.2
-
APPS.PQH_WKS_SHD dependencies on PQH_WORKSHEETS
12.1.1
-
APPS.PQH_WKS_SHD dependencies on PQH_WORKSHEETS
12.2.2
-
APPS.PQH_WKS_BUS dependencies on PQH_WKS_SHD
12.1.1
-
APPS.PQH_WKS_BUS dependencies on PQH_WKS_SHD
12.2.2
-
APPS.PQH_WKS_SHD dependencies on HR_UTILITY
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PQH_WKS_SHD dependencies on HR_UTILITY
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - PQH Tables and Views
12.2.2
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.1.1
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.2.2
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,
-
eTRM - PQH Tables and Views
12.1.1
description: This is a Copy of PQH_WORKSHEET_PERIODS table populated by EFC (Euro as functinoal currency) process. ,