Search Results pqh_attributes
Overview
The PQH_ATTRIBUTES table is a core data definition table within the Oracle E-Business Suite Public Sector Human Resources (PQH) module. It serves as the master repository for defining and managing custom attributes that extend the standard transaction data model. In the context of complex public sector HR processes, organizations often require additional, jurisdiction-specific data points to be captured during transactions. This table provides the structural metadata for these user-defined attributes, enabling the configuration of flexible data collection without direct modification of core application tables. Its role is central to the customization and legislative compliance features of the PQH product, acting as a reference point for attribute definitions used across various transaction workflows, document generation, and approval routing processes.
Key Information Stored
The table stores metadata that defines each attribute's characteristics and context. The primary identifier is the ATTRIBUTE_ID. A unique key constraint ensures the combination of MASTER_TABLE_ROUTE_ID, COLUMN_NAME, and LEGISLATION_CODE is unique, which defines where and under what legislative rule the attribute is applied. The MASTER_TABLE_ROUTE_ID foreign key links to PQH_TABLE_ROUTE, identifying the master transaction table or entity to which this attribute belongs. The COLUMN_NAME holds the logical name of the attribute as used within the system. The LEGISLATION_CODE allows for legislative-specific variations of attributes. The MASTER_ATTRIBUTE_ID column supports hierarchical attribute definitions by creating a self-referential relationship within the same table, pointing to a parent attribute definition.
Common Use Cases and Queries
A primary use case is the administrative setup and audit of custom attributes for transactions. System administrators query this table to review or modify the landscape of configured attributes. Common reporting needs include listing all attributes for a specific transaction table or legislation. For example, to find all attributes defined for a specific master table route under US legislation, one might use:
- SELECT attribute_id, column_name FROM pqh_attributes WHERE master_table_route_id = <route_id> AND legislation_code = 'US';
Another critical scenario is during transaction processing, where the application references PQH_ATTRIBUTES to determine which custom fields to render and validate. Integration or data migration scripts may also query this table to understand the target structure for custom data elements before populating related transactional child tables that store the actual attribute values.
Related Objects
As indicated by its foreign key relationships, PQH_ATTRIBUTES is a central hub referenced by numerous transactional and configuration tables. Key dependent objects include:
- PQH_TABLE_ROUTE: The master table referenced via MASTER_TABLE_ROUTE_ID.
- PQH_ATTRIBUTE_RANGES: Stores valid value ranges for attributes defined here.
- PQH_DOCUMENT_ATTRIBUTES_F & PQH_TEMPLATE_ATTRIBUTES: Link attributes to document templates and generation.
- PQH_ROUTING_HIST_ATTRIBS: Tracks attribute values within approval routing history.
- PQH_TXN_CATEGORY_ATTRIBUTES: Associates attributes with specific transaction categories.
The self-referencing foreign key on MASTER_ATTRIBUTE_ID also indicates a hierarchical relationship within the table itself, allowing for complex attribute structures.
-
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 ,
-
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 ,
-
Table: PQH_ATTRIBUTE_RANGES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ATTRIBUTE_RANGES, object_name:PQH_ATTRIBUTE_RANGES, status:VALID, product: PQH - Public Sector HR , description: PQH_ATTRIBUTE_RANGES stores routing / authorization rules for transaction categories. , implementation_dba_data: HR.PQH_ATTRIBUTE_RANGES ,
-
Table: PQH_DOCUMENT_ATTRIBUTES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DOCUMENT_ATTRIBUTES_F, object_name:PQH_DOCUMENT_ATTRIBUTES_F, status:VALID, product: PQH - Public Sector HR , description: Mapping attributes of document with known transaction attributes , implementation_dba_data: HR.PQH_DOCUMENT_ATTRIBUTES_F ,
-
Table: PQH_TXN_CATEGORY_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TXN_CATEGORY_ATTRIBUTES, object_name:PQH_TXN_CATEGORY_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: Intersection entity between transaction category and table attributes , implementation_dba_data: HR.PQH_TXN_CATEGORY_ATTRIBUTES ,
-
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 ,
-
Table: PQH_ATTRIBUTE_RANGES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_ATTRIBUTE_RANGES, object_name:PQH_ATTRIBUTE_RANGES, status:VALID, product: PQH - Public Sector HR , description: PQH_ATTRIBUTE_RANGES stores routing / authorization rules for transaction categories. , implementation_dba_data: HR.PQH_ATTRIBUTE_RANGES ,
-
Table: PQH_DOCUMENT_ATTRIBUTES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_DOCUMENT_ATTRIBUTES_F, object_name:PQH_DOCUMENT_ATTRIBUTES_F, status:VALID, product: PQH - Public Sector HR , description: Mapping attributes of document with known transaction attributes , implementation_dba_data: HR.PQH_DOCUMENT_ATTRIBUTES_F ,
-
Table: PQH_TXN_CATEGORY_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TXN_CATEGORY_ATTRIBUTES, object_name:PQH_TXN_CATEGORY_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: Intersection entity between transaction category and table attributes , implementation_dba_data: HR.PQH_TXN_CATEGORY_ATTRIBUTES ,
-
Table: PQH_TEMPLATE_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TEMPLATE_ATTRIBUTES, object_name:PQH_TEMPLATE_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: List of attributes and their security level that are defined for a template , implementation_dba_data: HR.PQH_TEMPLATE_ATTRIBUTES ,
-
Table: PQH_TEMPLATE_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TEMPLATE_ATTRIBUTES, object_name:PQH_TEMPLATE_ATTRIBUTES, status:VALID, product: PQH - Public Sector HR , description: List of attributes and their security level that are defined for a template , implementation_dba_data: HR.PQH_TEMPLATE_ATTRIBUTES ,
-
Table: PQH_TABLE_ROUTE
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TABLE_ROUTE, object_name:PQH_TABLE_ROUTE, status:VALID, product: PQH - Public Sector HR , description: Table information for dynamic queries , implementation_dba_data: HR.PQH_TABLE_ROUTE ,
-
Table: PQH_TABLE_ROUTE
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PQH.PQH_TABLE_ROUTE, object_name:PQH_TABLE_ROUTE, status:VALID, product: PQH - Public Sector HR , description: Table information for dynamic queries , implementation_dba_data: HR.PQH_TABLE_ROUTE ,
-
View: PQH_ATTRIBUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_ATTRIBUTES_VL, object_name:PQH_ATTRIBUTES_VL, status:VALID, product: PQH - Public Sector HR , description: Attributes View , implementation_dba_data: APPS.PQH_ATTRIBUTES_VL ,
-
View: PQH_ATTRIBUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PQH.PQH_ATTRIBUTES_VL, object_name:PQH_ATTRIBUTES_VL, status:VALID, product: PQH - Public Sector HR , description: Attributes View , implementation_dba_data: APPS.PQH_ATTRIBUTES_VL ,