Search Results per_spinal_points
Overview
The PER_SPINAL_POINTS table is a core data object within the Oracle E-Business Suite Human Resources (PER) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master repository for defining the individual progression points that constitute a pay scale or salary spine. A spinal point represents a specific step or grade level within a structured pay progression framework, often used in public sector and other organizations with formalized salary bands. The table's primary role is to store the definitional attributes of each point, enabling the system to manage employee compensation, progression rules, and grade-based reporting. It is a foundational table for configuring and administering pay spines within an organization's business group.
Key Information Stored
The table stores metadata that defines each unique progression point. While the full column list is not detailed in the provided metadata, the documented primary and foreign key relationships indicate the critical data elements. The SPINAL_POINT_ID column is the primary key, uniquely identifying each record. The BUSINESS_GROUP_ID column links the point to a specific operating entity (HR_ALL_ORGANIZATION_UNITS), enforcing data security. The PARENT_SPINE_ID column is a foreign key to PER_PARENT_SPINES, which defines the overarching pay scale to which this specific point belongs. Other typical columns in such a structure would include a sequence number (e.g., SEQUENCE), a point value or code, and potentially descriptive fields.
Common Use Cases and Queries
This table is central to compensation administration and reporting. Common use cases include generating salary range reports by spine and point, validating employee salary placements against defined pay scales, and configuring automatic progression rules. A typical query would join PER_SPINAL_POINTS to its parent spine and related step details to list a complete pay structure. For example:
SELECT spine.spine_name, point.sequence, point.spinal_point_id FROM per_parent_spines spine, per_spinal_points point WHERE spine.parent_spine_id = point.parent_spine_id AND spine.business_group_id = :p_bg_id ORDER BY spine.spine_name, point.sequence;- Integration with employee assignments via the PER_ALL_ASSIGNMENTS_F table to determine which employees are on a specific spinal point.
- Reporting on the distribution of employees across different points within a spine for workforce planning.
Related Objects
PER_SPINAL_POINTS is a key node in the HR data model with documented relationships to several other objects. The primary key (SPINAL_POINT_ID) is referenced by the foreign key in the PER_SPINAL_POINT_STEPS_F table, which likely holds detailed step increments or rates associated with each point. The table itself has two important foreign key dependencies:
- HR_ALL_ORGANIZATION_UNITS: Joined via
PER_SPINAL_POINTS.BUSINESS_GROUP_ID. This enforces multi-org security, scoping each spinal point to a specific business group. - PER_PARENT_SPINES: Joined via
PER_SPINAL_POINTS.PARENT_SPINE_ID. This defines the parent pay scale that contains this collection of points.
These relationships ensure data integrity and allow for the hierarchical construction of complete pay scales from the spine definition down to the individual point steps.
-
Table: PER_SPINAL_POINTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SPINAL_POINTS, object_name:PER_SPINAL_POINTS, status:VALID, product: PER - Human Resources , description: List of progression points in a pay scale. , implementation_dba_data: HR.PER_SPINAL_POINTS ,
-
Table: PER_SPINAL_POINTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SPINAL_POINTS, object_name:PER_SPINAL_POINTS, status:VALID, product: PER - Human Resources , description: List of progression points in a pay scale. , implementation_dba_data: HR.PER_SPINAL_POINTS ,
-
APPS.HR_MEE_VIEWS_GEN dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.HR_PUMP_GET dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PAY_PGR_BUS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_PROCESS_LOG dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQP_RATES_HISTORY_CALC dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PAY_INTERPRETER_PKG dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.HR_PAY_SCALE_VALUE_API dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_PSP_INS dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_SPINAL_POINT_STEPS_PKG dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_QH_FIND_QUERY dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_VIEWS_PKG dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQH_GSP_PROCESS_LOG dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PAY_GRR_BUS dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_SPINAL_POINTS_PKG dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.HR_GENERAL dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_PSP_UPD dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_QH_MAINTAIN_QUERY dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PAY_PGR_BUS dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_QH_SUMMARY_QUERY dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_PSP_INS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_STAGE_TO_HR dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_QH_FIND_QUERY dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_PPS_BUS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_SYNC_COMPENSATION_OBJ dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_PSP_BUS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_CORPS_UTILITY dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_CORPS_COPY dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_POST_PROCESS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_BEN_VALIDATIONS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_POSITION_MAPPING dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.BEN_ABR_BUS dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_FR_SYNC_SAL_RATES dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PER_PARENT_SPINES_PKG dependencies on PER_SPINAL_POINTS
12.1.1
-
APPS.PQH_GSP_HR_TO_STAGE dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQP_GB_TP_PENSION_EXTRACTS dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_PSP_DEL dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQH_CPD_HR_TO_STAGE dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_GRADE_SPINES_PKG dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PER_PPS_BUS dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQH_GSP_STAGE_TO_HR dependencies on PER_SPINAL_POINTS
12.2.2
-
APPS.PQH_GSP_BEN_VALIDATIONS dependencies on PER_SPINAL_POINTS
12.2.2