Search Results pqh_routing_hist_attribs
Overview
The PQH_ROUTING_HIST_ATTRIBS table is a core data object within the Oracle E-Business Suite Public Sector Human Resources (PQH) module. It functions as a detailed audit and tracking mechanism for workflow routing processes. Specifically, this table stores the attribute values captured at each step of a routing history instance. Its primary role is to persist the contextual data associated with each action or approval step in a workflow, enabling comprehensive audit trails, historical reporting, and process analysis for HR transactions within the public sector context of Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to link routing history steps with their specific data points. The primary key, ROUTING_HIST_ATTRIB_ID, uniquely identifies each stored attribute value. Two critical foreign keys define the table's relationships: ROUTING_HISTORY_ID links to the PQH_ROUTING_HISTORY table, anchoring the data to a specific workflow step, and ATTRIBUTE_ID links to the PQH_ATTRIBUTES table, defining the type of data being stored (e.g., approver comments, action dates, specific decision codes). The table would typically contain columns to hold the actual attribute value (e.g., VALUE_DATE, VALUE_NUMBER, VALUE_CHAR) and potentially context information, forming a complete record of the data in play at each routing milestone.
Common Use Cases and Queries
This table is essential for generating detailed audit reports on HR workflow approvals. A common use case involves tracing the complete decision-making history for a specific transaction, such as a position management change or a special salary authorization. Analysts can query this table to determine what information was presented to each approver and what values they recorded. A sample query pattern would join PQH_ROUTING_HIST_ATTRIBS to PQH_ROUTING_HISTORY and PQH_ATTRIBUTES to produce a human-readable audit trail.
- Sample SQL Pattern: SELECT rh.process_name, rh.step_name, a.attribute_name, rha.value_char FROM pqh_routing_hist_attribs rha JOIN pqh_routing_history rh ON rha.routing_history_id = rh.routing_history_id JOIN pqh_attributes a ON rha.attribute_id = a.attribute_id WHERE rh.entity_key = :transaction_id ORDER BY rh.creation_date;
- Reporting Use Case: Creating a report that shows all comments (a specific attribute) made by approvers at each step for a batch of personnel actions, used for compliance reviews or process optimization.
Related Objects
PQH_ROUTING_HIST_ATTRIBS is centrally connected to several key PQH tables. Its existence is dependent on the PQH_ROUTING_HISTORY table, which records the sequence of workflow steps, as enforced by the foreign key on ROUTING_HISTORY_ID. The definition of what attributes can be stored is governed by the PQH_ATTRIBUTES table, referenced via the ATTRIBUTE_ID foreign key. This table is part of a larger data model that likely includes PQH_ROUTING_CATEGORIES and transaction-specific header tables (e.g., PQH_POSITIONS, PQH_BUDGETS), with routing history linking to those entities. Direct manipulation of data in this table is typically performed by the application's underlying PL/SQL APIs rather than through manual DML.
-
Table: PQH_ROUTING_HIST_ATTRIBS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ROUTING_HIST_ATTRIBS, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID, product: PQH - Public Sector HR , description: Attribute values for each step of routing , implementation_dba_data: HR.PQH_ROUTING_HIST_ATTRIBS ,
-
Table: PQH_ROUTING_HIST_ATTRIBS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ROUTING_HIST_ATTRIBS, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID, product: PQH - Public Sector HR , description: Attribute values for each step of routing , implementation_dba_data: HR.PQH_ROUTING_HIST_ATTRIBS ,
-
APPS.PQH_RHA_INS dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_RHA_INS dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_ROUTING_HISTORY_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_RHA_UPD dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_RHA_DEL dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_RHA_SHD dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_ROUTING_HIST_ATTRIB_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_RHA_SHD dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_ROUTING_HIST_ATTRIB_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_RHA_DEL dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_WF dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
APPS.PQH_WF dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_RHA_UPD dependencies on PQH_ROUTING_HIST_ATTRIBS
12.1.1
-
APPS.PQH_ROUTING_HISTORY_API dependencies on PQH_ROUTING_HIST_ATTRIBS
12.2.2
-
TABLE: HR.PQH_ROUTING_HIST_ATTRIBS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ROUTING_HIST_ATTRIBS, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID,
-
APPS.PQH_RHA_SHD SQL Statements
12.1.1
-
SYNONYM: APPS.PQH_ROUTING_HIST_ATTRIBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID,
-
SYNONYM: APPS.PQH_ROUTING_HIST_ATTRIBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID,
-
VIEW: HR.PQH_ROUTING_HIST_ATTRIBS#
12.2.2
owner:HR, object_type:VIEW, object_name:PQH_ROUTING_HIST_ATTRIBS#, status:VALID,
-
SYNONYM: PUBLIC.PQH_ROUTING_HIST_ATTRIBS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID,
-
TABLE: HR.PQH_ROUTING_HIST_ATTRIBS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ROUTING_HIST_ATTRIBS, object_name:PQH_ROUTING_HIST_ATTRIBS, status:VALID,
-
APPS.PQH_RHA_DEL dependencies on HR_API
12.1.1
-
VIEW: APPS.PQH_ROUTING_HIST_ATTRIBS_V
12.2.2
-
VIEW: APPS.PQH_ROUTING_HIST_ATTRIBS_V
12.1.1
-
APPS.PQH_RHA_SHD SQL Statements
12.2.2
-
VIEW: HR.PQH_ROUTING_HIST_ATTRIBS#
12.2.2
-
APPS.PQH_RHA_DEL dependencies on HR_API
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API SQL Statements
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API SQL Statements
12.1.1
-
APPS.PQH_RHA_INS dependencies on HR_API
12.1.1
-
APPS.PQH_RHA_INS dependencies on HR_API
12.2.2
-
PACKAGE: APPS.PQH_ROUTING_HISTORY_API
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQH_ROUTING_HISTORY_API, status:VALID,
-
APPS.PQH_ROUTING_HISTORY_API dependencies on PQH_ROUTING_HIST_ATTRIB_API
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API dependencies on HR_UTILITY
12.2.2
-
APPS.PQH_ROUTING_HISTORY_API dependencies on HR_UTILITY
12.1.1
-
PACKAGE: APPS.PQH_ROUTING_HISTORY_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQH_ROUTING_HISTORY_API, status:VALID,
-
Table: PQH_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ATTRIBUTES, object_name:PQH_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: ATTRIBUTE stores the information about attributes being used in transactions. , implementation_dba_data: HR.PQH_ATTRIBUTES ,
-
TRIGGER: APPS.PQH_ROUTING_HIST_ATTRIBS_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PQH_ROUTING_HIST_ATTRIBS_WHO, status:VALID,
-
PACKAGE BODY: APPS.PQH_RHA_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_RHA_UPD, status:VALID,
-
Table: PQH_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ATTRIBUTES, object_name:PQH_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: ATTRIBUTE stores the information about attributes being used in transactions. , implementation_dba_data: HR.PQH_ATTRIBUTES ,
-
PACKAGE BODY: APPS.PQH_RHA_INS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_RHA_INS, status:VALID,
-
View: PQH_ROUTING_HIST_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_ROUTING_HIST_ATTRIBS_V, object_name:PQH_ROUTING_HIST_ATTRIBS_V, status:VALID, product: PQH - Public Sector HR , implementation_dba_data: APPS.PQH_ROUTING_HIST_ATTRIBS_V ,
-
PACKAGE BODY: APPS.PQH_RHA_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_RHA_DEL, status:VALID,
-
PACKAGE BODY: APPS.PQH_RHA_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_RHA_INS, status:VALID,
-
PACKAGE BODY: APPS.PQH_RHA_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_RHA_UPD, status:VALID,
-
PACKAGE BODY: APPS.PQH_ROUTING_HIST_ATTRIB_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PQH_ROUTING_HIST_ATTRIB_API, status:VALID,