Search Results ghr_complaints2
Overview
The GHR_COMPLAINTS2 table is the master transactional entity within the Oracle E-Business Suite US Federal Human Resources (GHR) product for capturing and tracking equal employment opportunity (EEO) complaints filed against a federal agency. Owned by the HR schema and shipped as a VALID object in both EBS 12.1.1 and 12.2.2, it functions as the central anchor for the entire discrimination complaint lifecycle — from pre-complaint counseling through formal investigation, hearing, final agency decision, and closure. The table stores 165 documented columns, making it one of the most architecturally significant objects in the GHR complaint subsystem.
From a dimensional modeling perspective, the heuristic Data Vault classification is hub-leaning. This is derived from the FK topology: six downstream tables reference GHR_COMPLAINTS2 through the shared COMPLAINT_ID column while no inbound foreign keys point from the hub to another parent entity. Practically, this suggests treating GHR_COMPLAINTS2 as the complaint business key hub, with satellite relationships captured by the dependent child tables described below.
Key Information Stored
The surrogate primary key is COMPLAINT_ID, enforced through the unique index GHR_COMPLAINTS2_PK. This same column also serves as the documented business-key candidate, since it is the sole unique index on the table. Semantically important columns include:
COMPLAINANT_PERSON_ID— the individual lodging the complaint, linking to the person model.BUSINESS_GROUP_ID— the multi-tenant partitioning key scoping the record to an operating enterprise.DOCKET_NUMBER— the externally visible agency docket identifier used on correspondence and reports.STAGE— the current workflow stage (counseling, investigation, hearing, final decision).ALLEG_INCIDENTandALLEG_DISCRIM_ORG_NAME/ALLEG_DISCRIM_ORG_ID— the alleged discriminatory act and the organizational unit accused.ANONYMITY_REQUESTEDandCONSOLIDATED_FLAG/CONSOLIDATED_COMPLAINT_ID— describe complaint handling posture.INVESTIGATION_START,INVESTIGATION_END,AGENCY_RECVD_ROI— investigation window timestamps.COMPLAINT_CLOSED,COMPLAINT_CLOSED_DESC,NATURE_OF_CLOSURE— closure outcome.- Standard WHO columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,OBJECT_VERSION_NUMBER) for auditing and optimistic locking, plusATTRIBUTE1–30for client extensibility.
Common Use Cases and Queries
The primary usage pattern is complaint lifecycle reporting for EEO compliance and the EEOC/agency reporting cycles. Analysts frequently join GHR_COMPLAINTS2 to GHR_COMPL_PEOPLE to resolve the complainant to a person, or to GHR_COMPL_CA_HEADERS for consolidated case groups. A typical open-case query:
SELECT c.complaint_id, c.docket_number, c.stage,
c.alleg_incident, c.complaint_closed
FROM hr.ghr_complaints2 c
WHERE c.business_group_id = :p_bg_id
AND NVL(c.complaint_closed,'N') = 'N'
AND c.active_flag = 'Y';
Additional scenarios include aging/duration analysis measuring INVESTIGATION_START to INVESTIGATION_END, stage funnel reporting, and docket-number driven queries for in-flight EEOC hearings. Because of the 30 generic ATTRIBUTE columns, customers frequently extend the table for agency-specific tracking fields.
Related Objects
Six documented child tables reference GHR_COMPLAINTS2 through their COMPLAINT_ID foreign key column, and together they constitute the complaint aggregate:
GHR_COMPL_PEOPLE.COMPLAINT_ID— persons associated with the complaint (complainants, representatives).GHR_COMPL_CLAIMS.COMPLAINT_ID— individual bases and claims within the complaint.GHR_COMPL_ADRS.COMPLAINT_ID— addresses and correspondence endpoints.GHR_COMPL_CA_HEADERS.COMPLAINT_ID— consolidated-case headers.GHR_COMPL_APPEALS.COMPLAINT_ID— appeal records.GHR_COMPL_AGENCY_APPEALS.COMPLAINT_ID— agency-level appeal activity.
These relationships should be modeled as link/satellite structures keyed on COMPLAINT_ID, reinforcing the hub classification of GHR_COMPLAINTS2.
-
Table: GHR_COMPLAINTS2
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPLAINTS2, object_name:GHR_COMPLAINTS2, status:VALID, product: GHR - US Federal Human Resources , description: GHR_COMPLAINTS2 table is a master table containing complaint details from various persons in the system. , implementation_dba_data: HR.GHR_COMPLAINTS2 ,
-
Table: GHR_COMPLAINTS2
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPLAINTS2, object_name:GHR_COMPLAINTS2, status:VALID, product: GHR - US Federal Human Resources , description: GHR_COMPLAINTS2 table is a master table containing complaint details from various persons in the system. , implementation_dba_data: HR.GHR_COMPLAINTS2 ,
-
PACKAGE: APPS.GHR_COMPLAINT_API
12.1.1
-
PACKAGE: APPS.GHR_COMPLAINT_API
12.2.2
-
APPS.GHR_462 SQL Statements
12.1.1
-
APPS.GHR_462 SQL Statements
12.2.2
-
VIEW: APPS.GHR_CLAIM_SOURCE_V
12.2.2
-
VIEW: APPS.GHR_CLAIM_SOURCE_V
12.1.1
-
SYNONYM: PUBLIC.GHR_COMPLAINTS2
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:GHR_COMPLAINTS2, status:VALID,
-
APPS.GHR_COMPLAINTS2_PKG SQL Statements
12.1.1
-
APPS.GHR_COMPLAINTS2_PKG SQL Statements
12.2.2
-
View: GHR_CLAIM_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_CLAIM_SOURCE_V, object_name:GHR_CLAIM_SOURCE_V, status:VALID, product: GHR - US Federal Human Resources , description: This view is used by the EEOC Claims Form , implementation_dba_data: APPS.GHR_CLAIM_SOURCE_V ,
-
SYNONYM: APPS.GHR_COMPLAINTS2
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GHR_COMPLAINTS2, status:VALID,
-
SYNONYM: APPS.GHR_COMPLAINTS2
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GHR_COMPLAINTS2, status:VALID,
-
View: GHR_CLAIM_SOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_CLAIM_SOURCE_V, object_name:GHR_CLAIM_SOURCE_V, status:VALID, product: GHR - US Federal Human Resources , description: This view is used by the EEOC Claims Form , implementation_dba_data: APPS.GHR_CLAIM_SOURCE_V ,
-
APPS.GHR_CMP_BUS SQL Statements
12.1.1
-
APPS.GHR_CMP_BUS SQL Statements
12.2.2
-
TABLE: HR.GHR_COMPLAINTS2
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPLAINTS2, object_name:GHR_COMPLAINTS2, status:VALID,
-
TABLE: HR.GHR_COMPLAINTS2
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPLAINTS2, object_name:GHR_COMPLAINTS2, status:VALID,
-
TABLE: HR.GHR_COMPL_PEOPLE
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_PEOPLE, object_name:GHR_COMPL_PEOPLE, status:VALID,
-
TABLE: HR.GHR_COMPL_PEOPLE
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_PEOPLE, object_name:GHR_COMPL_PEOPLE, status:VALID,
-
TABLE: HR.GHR_COMPL_CLAIMS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CLAIMS, object_name:GHR_COMPL_CLAIMS, status:VALID,
-
Table: GHR_COMPL_APPEALS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_APPEALS, object_name:GHR_COMPL_APPEALS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Complainant Appeals for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_APPEALS ,
-
TABLE: HR.GHR_COMPL_ADRS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_ADRS, object_name:GHR_COMPL_ADRS, status:VALID,
-
TABLE: HR.GHR_COMPL_ADRS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_ADRS, object_name:GHR_COMPL_ADRS, status:VALID,
-
Table: GHR_COMPL_PEOPLE
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_PEOPLE, object_name:GHR_COMPL_PEOPLE, status:VALID, product: GHR - US Federal Human Resources , description: Stores the People associated to a given Complaint. , implementation_dba_data: HR.GHR_COMPL_PEOPLE ,
-
Table: GHR_COMPL_APPEALS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_APPEALS, object_name:GHR_COMPL_APPEALS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Complainant Appeals for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_APPEALS ,
-
Table: GHR_COMPL_AGENCY_APPEALS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_AGENCY_APPEALS, object_name:GHR_COMPL_AGENCY_APPEALS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Agency Appeals for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_AGENCY_APPEALS ,
-
Table: GHR_COMPL_PEOPLE
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_PEOPLE, object_name:GHR_COMPL_PEOPLE, status:VALID, product: GHR - US Federal Human Resources , description: Stores the People associated to a given Complaint. , implementation_dba_data: HR.GHR_COMPL_PEOPLE ,
-
Table: GHR_COMPL_ADRS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_ADRS, object_name:GHR_COMPL_ADRS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Alternate Dispute Resolution details for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_ADRS ,
-
Table: GHR_COMPL_CLAIMS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CLAIMS, object_name:GHR_COMPL_CLAIMS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Claim Information for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_CLAIMS ,
-
TABLE: HR.GHR_COMPL_CLAIMS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CLAIMS, object_name:GHR_COMPL_CLAIMS, status:VALID,
-
Table: GHR_COMPL_AGENCY_APPEALS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_AGENCY_APPEALS, object_name:GHR_COMPL_AGENCY_APPEALS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Agency Appeals for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_AGENCY_APPEALS ,
-
Table: GHR_COMPL_ADRS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_ADRS, object_name:GHR_COMPL_ADRS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Alternate Dispute Resolution details for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_ADRS ,
-
Table: GHR_COMPL_CA_HEADERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CA_HEADERS, object_name:GHR_COMPL_CA_HEADERS, status:VALID, product: GHR - US Federal Human Resources , description: Stores the Corrective Action Header information for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_CA_HEADERS ,
-
Table: GHR_COMPL_CA_HEADERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CA_HEADERS, object_name:GHR_COMPL_CA_HEADERS, status:VALID, product: GHR - US Federal Human Resources , description: Stores the Corrective Action Header information for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_CA_HEADERS ,
-
Table: GHR_COMPL_CLAIMS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_COMPL_CLAIMS, object_name:GHR_COMPL_CLAIMS, status:VALID, product: GHR - US Federal Human Resources , description: Stores Claim Information for a given Complaint. , implementation_dba_data: HR.GHR_COMPL_CLAIMS ,
-
TRIGGER: APPS.GHR_COMPLAINTS2_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:GHR_COMPLAINTS2_WHO, status:VALID,
-
TRIGGER: APPS.GHR_COMPLAINTS2_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GHR_COMPLAINTS2_WHO, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_BUS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_BUS, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_DEL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_DEL, status:VALID,
-
PACKAGE BODY: APPS.GHR_462
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_462, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_SHD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_SHD, status:VALID,
-
PACKAGE BODY: APPS.GHR_COMPLAINT_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_COMPLAINT_API, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_SHD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_SHD, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_DEL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_DEL, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_UPD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_UPD, status:VALID,
-
PACKAGE BODY: APPS.GHR_CMP_UPD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_CMP_UPD, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1