Search Results hr_all_positions_f
The HR_ALL_POSITIONS_F
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for position-related data within the Human Resources (HR) module. This table stores comprehensive information about positions defined in the organization, including their attributes, hierarchies, and relationships with other HR entities. It serves as the foundation for workforce structuring, reporting, and integration with other Oracle modules such as Payroll, Compensation, and Talent Management.
Table Structure and Key Columns
TheHR_ALL_POSITIONS_F
table is designed with a time-effective structure, allowing historical tracking of position changes. Key columns include:
- POSITION_ID: Primary key identifier for each position.
- DATE_EFFECTIVE and DATE_END: Define the validity period of the position record.
- NAME: The title or name of the position.
- JOB_ID: Foreign key linking to the
PER_JOBS_F
table, associating the position with a specific job. - ORGANIZATION_ID: Foreign key referencing
HR_ALL_ORGANIZATION_UNITS
, indicating the organizational unit to which the position belongs. - SUPERVISOR_ID: Identifies the supervisory position, enabling hierarchical reporting structures.
- LOCATION_ID: Links to the
HR_LOCATIONS_ALL
table, specifying the physical location of the position. - GRADE_ID: Associates the position with a grade from the
PER_GRADES
table, often used in compensation management. - STATUS: Indicates whether the position is active, inactive, or frozen.
Functional Significance
TheHR_ALL_POSITIONS_F
table plays a pivotal role in:
- Workforce Planning: Enables organizations to define and manage positions independently of incumbents, facilitating vacancy management and succession planning.
- Hierarchy Management: Supports organizational charts and reporting lines through the
SUPERVISOR_ID
column. - Integration: Serves as a key integration point for modules like Payroll (assignments link to positions), Recruitment (vacant positions), and Budgeting (position-based cost centers).
- Compliance: Stores critical attributes like full-time equivalents (FTEs), headcount, and position controls for regulatory reporting.
Technical Considerations
- The table follows Oracle's effective-dated architecture, requiring date-range queries for accurate data retrieval.
- It has a corresponding
_TL
(translation) table for multilingual support. - Indexes on
POSITION_ID
,JOB_ID
, andORGANIZATION_ID
optimize performance. - Changes to positions may trigger workflows for approval processes.
Common Integration Points
- Assignments: The
PER_ALL_ASSIGNMENTS_F
table referencesPOSITION_ID
to link employees to positions. - Budgeting: Position data integrates with General Ledger for labor cost allocation.
- Self-Service: Position hierarchies drive manager self-service access controls.
Best Practices
- Implement position controls to prevent unauthorized creation/modification.
- Regularly purge obsolete records to maintain performance.
- Use APIs (e.g.,
HR_POSITION_API
) for programmatic updates instead of direct DML. - Leverage descriptive flexfields to extend position attributes without customization.
HR_ALL_POSITIONS_F
table is thus a cornerstone of Oracle HRMS, enabling structured workforce management while providing the flexibility needed for complex organizational designs.
-
Table: HR_ALL_POSITIONS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
Table: HR_ALL_POSITIONS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_ALL_POSITIONS_F, object_name:HR_ALL_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Position definition information. , implementation_dba_data: HR.HR_ALL_POSITIONS_F ,
-
Table: PER_POSITION_DEFINITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_POSITION_DEFINITIONS, object_name:PER_POSITION_DEFINITIONS, status:VALID, product: PER - Human Resources , description: Combinations of segments stored in the PER_POSTIONS table. , implementation_dba_data: HR.PER_POSITION_DEFINITIONS ,
-
Table: PER_POSITION_DEFINITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_POSITION_DEFINITIONS, object_name:PER_POSITION_DEFINITIONS, status:VALID, product: PER - Human Resources , description: Combinations of segments stored in the PER_POSTIONS table. , implementation_dba_data: HR.PER_POSITION_DEFINITIONS ,
-
Table: PER_SHARED_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SHARED_TYPES, object_name:PER_SHARED_TYPES, status:VALID, product: PER - Human Resources , description: Holds 'type' and 'status' information. , implementation_dba_data: HR.PER_SHARED_TYPES ,
-
Table: PER_SHARED_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_SHARED_TYPES, object_name:PER_SHARED_TYPES, status:VALID, product: PER - Human Resources , description: Holds 'type' and 'status' information. , implementation_dba_data: HR.PER_SHARED_TYPES ,
-
Table: PER_PAY_BASES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_BASES, object_name:PER_PAY_BASES, status:VALID, product: PER - Human Resources , description: Definitions of specific salary bases. , implementation_dba_data: HR.PER_PAY_BASES ,
-
Table: PER_PAY_BASES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_PAY_BASES, object_name:PER_PAY_BASES, status:VALID, product: PER - Human Resources , description: Definitions of specific salary bases. , implementation_dba_data: HR.PER_PAY_BASES ,
-
View: HR_ALL_POSITIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_V1, object_name:HR_ALL_POSITIONS_V1, status:VALID, product: PER - Human Resources , description: Date-effective view with reduced pl/sql functions for performance. , implementation_dba_data: APPS.HR_ALL_POSITIONS_V1 ,
-
View: HR_ALL_POSITIONS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_V1, object_name:HR_ALL_POSITIONS_V1, status:VALID, product: PER - Human Resources , description: Date-effective view with reduced pl/sql functions for performance. , implementation_dba_data: APPS.HR_ALL_POSITIONS_V1 ,
-
Table: PER_GRADES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_GRADES, object_name:PER_GRADES, status:VALID, product: PER - Human Resources , description: Grade definitions for a business group. , implementation_dba_data: HR.PER_GRADES ,
-
Table: PER_GRADES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_GRADES, object_name:PER_GRADES, status:VALID, product: PER - Human Resources , description: Grade definitions for a business group. , implementation_dba_data: HR.PER_GRADES ,
-
View: PER_POSITIONS_LOV_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_POSITIONS_LOV_V2, object_name:PER_POSITIONS_LOV_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_POSITIONS_LOV_V2 ,
-
View: PER_POSITIONS_LOV_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_POSITIONS_LOV_V2, object_name:PER_POSITIONS_LOV_V2, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_POSITIONS_LOV_V2 ,
-
View: PER_POS_STRUCTURE_ELEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_POS_STRUCTURE_ELEMENTS_V, object_name:PER_POS_STRUCTURE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_POS_STRUCTURE_ELEMENTS_V ,
-
View: PER_POS_STRUCTURE_ELEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_POS_STRUCTURE_ELEMENTS_V, object_name:PER_POS_STRUCTURE_ELEMENTS_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_POS_STRUCTURE_ELEMENTS_V ,
-
View: HR_CURRENT_PEOPLE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CURRENT_PEOPLE_LOV_V, object_name:HR_CURRENT_PEOPLE_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_CURRENT_PEOPLE_LOV_V ,
-
View: HR_CURRENT_PEOPLE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_CURRENT_PEOPLE_LOV_V, object_name:HR_CURRENT_PEOPLE_LOV_V, status:VALID, product: PER - Human Resources , description: Used to support user interface. , implementation_dba_data: APPS.HR_CURRENT_PEOPLE_LOV_V ,
-
Table: PER_JOBS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS, object_name:PER_JOBS, status:VALID, product: PER - Human Resources , description: Jobs defined for a Business Group. , implementation_dba_data: HR.PER_JOBS ,
-
Table: PER_JOBS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_JOBS, object_name:PER_JOBS, status:VALID, product: PER - Human Resources , description: Jobs defined for a Business Group. , implementation_dba_data: HR.PER_JOBS ,
-
View: HR_ALL_POSITIONS_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_D, object_name:HR_ALL_POSITIONS_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack history. , implementation_dba_data: APPS.HR_ALL_POSITIONS_D ,
-
View: HR_ALL_POSITIONS_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_D, object_name:HR_ALL_POSITIONS_D, status:VALID, product: PER - Human Resources , description: Used by DateTrack history. , implementation_dba_data: APPS.HR_ALL_POSITIONS_D ,
-
View: HR_ALL_POSITIONS_F_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_F_VL, object_name:HR_ALL_POSITIONS_F_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_ALL_POSITIONS_F_VL ,
-
View: HR_ALL_POSITIONS_F_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS_F_VL, object_name:HR_ALL_POSITIONS_F_VL, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_ALL_POSITIONS_F_VL ,
-
View: HR_ALL_POSITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS, object_name:HR_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.HR_ALL_POSITIONS ,
-
Table: HR_LOCATIONS_ALL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
View: HR_ALL_POSITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ALL_POSITIONS, object_name:HR_ALL_POSITIONS, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.HR_ALL_POSITIONS ,
-
View: HR_POSITIONS_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_F, object_name:HR_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_POSITIONS_F ,
-
Table: HR_LOCATIONS_ALL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
View: HR_POSITIONS_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITIONS_F, object_name:HR_POSITIONS_F, status:VALID, product: PER - Human Resources , description: Secure view based on the corresponding _ALL_ table. , implementation_dba_data: APPS.HR_POSITIONS_F ,
-
View: HR_HIER_POS_PEOPLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,
-
View: HR_HIER_POS_PEOPLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_HIER_POS_PEOPLE_V, object_name:HR_HIER_POS_PEOPLE_V, status:VALID, product: PER - Human Resources , description: People with position details and place in position hierarchy , implementation_dba_data: APPS.HR_HIER_POS_PEOPLE_V ,
-
View: HR_POSITION_API_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITION_API_V, object_name:HR_POSITION_API_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_POSITION_API_V ,
-
View: HR_POSITION_API_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_POSITION_API_V, object_name:HR_POSITION_API_V, status:VALID, product: PER - Human Resources , implementation_dba_data: APPS.HR_POSITION_API_V ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,