Search Results per_parent_spines
Overview
The PER_PARENT_SPINES table is a core data structure within the Oracle E-Business Suite Human Resources (HR) module. It serves as the master repository for defining and storing pay scales, which were historically referred to as "parent spines." A parent spine represents a foundational pay structure or salary scale, typically defined at the business group level. These structures are essential for systematic compensation management, providing the framework to which specific grade spines, spinal points, and pay rates are linked. The table's role is to establish the high-level definition of a pay scale, enabling consistent and rule-based compensation administration across the organization.
Key Information Stored
The table stores the defining attributes of each pay scale. The primary identifier is the PARENT_SPINE_ID, a system-generated unique key. The NAME column holds the descriptive title of the pay scale, such as "Executive Pay Scale" or "Technical Grade Scale." Each pay scale is scoped to a specific BUSINESS_GROUP_ID, which links to the HR_ALL_ORGANIZATION_UNITS table, ensuring data isolation and security by business group. While the provided metadata focuses on these core columns, the table likely contains additional standard HR columns for tracking creation date, last update date, and the user responsible for the changes, supporting auditability and data lifecycle management.
Common Use Cases and Queries
This table is central to compensation setup and reporting. A common administrative task is to retrieve all pay scales defined for a specific business group to review or maintain the compensation framework. The following query exemplifies this:
SELECT PARENT_SPINE_ID, NAME FROM HR.PER_PARENT_SPINES WHERE BUSINESS_GROUP_ID = &BUSINESS_GROUP ORDER BY NAME;
For reporting purposes, analysts often join this table to related objects to generate comprehensive compensation catalogs. A typical report might list all pay scales alongside their associated spinal points and corresponding pay rates, providing a complete view of the salary structure. Data from this table is also critical for processes that calculate entitlements, such as those managed via the Collective Agreement (CAGR) functionality, where eligibility for certain pay scales is determined.
Related Objects
The PER_PARENT_SPINES table has defined relationships with several key HR tables, acting as a parent entity in the compensation data model. The documented foreign key relationships are as follows:
- PAY_RATES: References
PER_PARENT_SPINES.PARENT_SPINE_IDviaPAY_RATES.PARENT_SPINE_ID. This links the pay scale definition to the specific monetary values or formulas for pay. - PER_CAGR_ENTITLEMENT_LINES_F: References
PER_PARENT_SPINES.PARENT_SPINE_IDviaPER_CAGR_ENTITLEMENT_LINES_F.PARENT_SPINE_ID. This ties pay scales to collective agreement entitlements. - PER_GRADE_SPINES_F: References
PER_PARENT_SPINES.PARENT_SPINE_IDviaPER_GRADE_SPINES_F.PARENT_SPINE_ID. This associates the parent pay scale with specific grade-level spine definitions. - PER_SPINAL_POINTS: References
PER_PARENT_SPINES.PARENT_SPINE_IDviaPER_SPINAL_POINTS.PARENT_SPINE_ID. This defines the individual step points (e.g., Point 1, Point 2) within the overall pay scale.
Furthermore, the table itself references HR_ALL_ORGANIZATION_UNITS via its BUSINESS_GROUP_ID column, anchoring each pay scale to a business group.
-
Table: PER_PARENT_SPINES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PARENT_SPINES, object_name:PER_PARENT_SPINES, status:VALID, product: PER - Human Resources , description: Details of pay scales, (previously known as parent spines). , implementation_dba_data: HR.PER_PARENT_SPINES ,
-
Table: PER_PARENT_SPINES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PARENT_SPINES, object_name:PER_PARENT_SPINES, status:VALID, product: PER - Human Resources , description: Details of pay scales, (previously known as parent spines). , implementation_dba_data: HR.PER_PARENT_SPINES ,
-
APPS.PAY_PYR_BUS dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_SPS_INS dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HR_SPP_WI_DATA dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_PPS_UPD dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_GSP_UTILITY dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_STAGE_TO_BEN dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PER_PPS_UPD dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HR_PAY_SCALE_API dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HR_SPP_WI_DATA dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PER_PSP_BUS dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_PPS_BUS dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_PCL_BUS dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HR_DELETE dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_UTILITY dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_PPS_DEL dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HRSPINE dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_UTILITY dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.HR_SPP_EXCEPTION_DATA dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_FR_SPEED dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_FR_PROGRESSION_POINT_PKG dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_CPD_HR_TO_STAGE dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.HRSPINE dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PER_PPS_BUS dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.HR_PUMP_GET dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PAY_PYR_BUS dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.HR_DELETE dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_FR_UTILITY dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_HR_TO_STAGE dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.HR_SPP_EXCEPTION_DATA dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PER_GRADE_SPINES_PKG dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PER_PARENT_SPINES_PKG dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_GSP_DEFAULT dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_FR_PROGRESSION_POINT_PKG dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_UTILITY dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_DEL_GRADE_LADDER_OBJ dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_CORPS_UTILITY dependencies on PER_PARENT_SPINES
12.1.1
-
APPS.PQH_GSP_DEL_GRADE_LADDER_OBJ dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_FR_UTILITY dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PER_SPINAL_PT_PLCMT_PKG dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.HR_PAY_SCALE_API dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_GSP_BEN_VALIDATIONS dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_GSP_HR_TO_STAGE dependencies on PER_PARENT_SPINES
12.2.2
-
APPS.PQH_GSP_DEFAULT dependencies on PER_PARENT_SPINES
12.1.1