Search Results per_medical_assessments
Overview
The PER_MEDICAL_ASSESSMENTS table is a core data object within the Oracle E-Business Suite (EBS) Human Resources (HR) module, specifically under the product family PER. Its primary function is to serve as the central repository for storing medical assessment records associated with individuals in the enterprise. This table is critical for managing occupational health data, enabling organizations to track medical evaluations, which are often related to pre-employment screenings, periodic health checks, or assessments following workplace incidents. As a validated table in the HR schema, it forms an integral part of the comprehensive workforce management system in both EBS releases 12.1.1 and 12.2.2, supporting compliance and employee wellness tracking.
Key Information Stored
The table is structured to capture essential details of a medical assessment. The primary key, MEDICAL_ASSESSMENT_ID, uniquely identifies each assessment record. A critical piece of information stored is the ORGANIZATION_ID, which links the assessment to a specific business unit or department defined in HR_ALL_ORGANIZATION_UNITS. Furthermore, the INCIDENT_ID column is pivotal for associating a medical assessment with a specific work-related incident recorded in the PER_WORK_INCIDENTS table, thereby connecting health outcomes directly to workplace safety events. While the provided metadata does not list all columns, typical data stored would include assessment dates, medical practitioner details, assessment type, findings, fitness-for-work conclusions, and next review dates.
Common Use Cases and Queries
This table is primarily utilized for occupational health reporting and compliance monitoring. Common scenarios include generating reports on medical assessments due for renewal, analyzing trends in work-related injuries by correlating incident data with medical outcomes, and ensuring regulatory compliance for roles requiring specific health clearances. A typical query might involve joining with the PER_WORK_INCIDENTS table to list all medical assessments for incidents occurring within a specific period:
- SELECT pma.MEDICAL_ASSESSMENT_ID, pwi.INCIDENT_NUMBER, pma.ASSESSMENT_DATE FROM HR.PER_MEDICAL_ASSESSMENTS pma JOIN HR.PER_WORK_INCIDENTS pwi ON pma.INCIDENT_ID = pwi.INCIDENT_ID WHERE pma.ASSESSMENT_DATE > SYSDATE - 365;
Another frequent use case is integrating this data with employee information (via the PER_ALL_PEOPLE_F table, though not explicitly listed in the provided FKs) to create comprehensive employee health profiles.
Related Objects
The PER_MEDICAL_ASSESSMENTS table has defined relationships with other key HR tables, as documented in the provided metadata. Its foreign keys establish important data integrity links:
- HR_ALL_ORGANIZATION_UNITS: Linked via the ORGANIZATION_ID column. This relationship ties each medical assessment to the organizational unit responsible for or associated with the employee's assessment.
- PER_WORK_INCIDENTS: Linked via the INCIDENT_ID column. This is a crucial relationship for workplace health and safety, allowing the system to directly connect a medical assessment to the specific work incident that necessitated it.
The table itself is referenced by its primary key constraint, PER_MEDICAL_ASSESSMENTS_PK, on the MEDICAL_ASSESSMENT_ID column. It may also be referenced by other HRMS APIs, forms, and reports that manage employee health data.
-
Table: PER_MEDICAL_ASSESSMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MEDICAL_ASSESSMENTS, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID, product: PER - Human Resources , description: Hold Medical Assessment information for one person , implementation_dba_data: HR.PER_MEDICAL_ASSESSMENTS ,
-
Table: PER_MEDICAL_ASSESSMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MEDICAL_ASSESSMENTS, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID, product: PER - Human Resources , description: Hold Medical Assessment information for one person , implementation_dba_data: HR.PER_MEDICAL_ASSESSMENTS ,
-
APPS.PER_MEA_SHD dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_DISABILITY_API dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEDICAL_ASSESSMENT_API dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_UPD dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEA_INS dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEA_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_DIS_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEA_INS dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_UPD dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.HR_PERSON_INTERNAL dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEA_SHD dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_MEDICAL_ASSESSMENT_API dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.HR_PERSON_DELETE dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.HR_PERSON_DELETE dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
APPS.PER_DIS_BUS dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_DISABILITY_API dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_DEL dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.HR_PERSON_INTERNAL dependencies on PER_MEDICAL_ASSESSMENTS
12.1.1
-
APPS.PER_MEA_DEL dependencies on PER_MEDICAL_ASSESSMENTS
12.2.2
-
VIEW: APPS.PER_MEDICAL_ASSESSMENTS_DFV
12.1.1
-
APPS.PER_MEA_UPD dependencies on FND_GLOBAL
12.2.2
-
APPS.PER_MEA_UPD dependencies on FND_GLOBAL
12.1.1
-
APPS.PER_MEA_INS dependencies on FND_GLOBAL
12.1.1
-
APPS.PER_MEA_INS dependencies on FND_GLOBAL
12.2.2
-
VIEW: APPS.PER_MEDICAL_ASSESSMENTS_DFV
12.2.2
-
SYNONYM: PUBLIC.PER_MEDICAL_ASSESSMENTS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID,
-
TABLE: HR.PER_MEDICAL_ASSESSMENTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MEDICAL_ASSESSMENTS, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID,
-
APPS.PER_MEA_BUS dependencies on PER_BUSINESS_GROUPS
12.1.1
-
APPS.PER_MEA_BUS dependencies on PER_BUSINESS_GROUPS
12.2.2
-
SYNONYM: APPS.PER_MEDICAL_ASSESSMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID,
-
SYNONYM: APPS.PER_MEDICAL_ASSESSMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID,
-
APPS.PER_MEA_DEL dependencies on HR_API
12.1.1
-
APPS.PER_MEA_DEL dependencies on HR_API
12.2.2
-
TABLE: HR.PER_MEDICAL_ASSESSMENTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_MEDICAL_ASSESSMENTS, object_name:PER_MEDICAL_ASSESSMENTS, status:VALID,
-
VIEW: APPS.PER_DISABILITIES_D
12.1.1
-
VIEW: APPS.HRBV_MEDICAL_ASSESSMENTS_V
12.2.2
-
VIEW: APPS.PER_DISABILITIES_D
12.2.2
-
APPS.PER_MEA_BUS dependencies on PER_PEOPLE_F
12.2.2
-
VIEW: APPS.HRBV_MEDICAL_ASSESSMENTS_V
12.1.1
-
APPS.PER_MEA_BUS dependencies on PER_PEOPLE_F
12.1.1
-
APPS.PER_MEA_SHD SQL Statements
12.1.1
-
APPS.PER_MEA_BUS SQL Statements
12.2.2
-
APPS.PER_MEA_BUS SQL Statements
12.1.1
-
APPS.PER_MEA_SHD SQL Statements
12.2.2
-
APPS.PER_DISABILITY_API dependencies on PER_MEDICAL_ASSESSMENT_API
12.2.2