Search Results ghr_mass_transfer_criteria
Overview
The GHR_MASS_TRANSFER_CRITERIA table is a core data object within the US Federal Human Resources (GHR) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as a supporting table designed to store supplemental, conditional rules or qualifiers associated with a mass personnel transfer action. In the context of federal HR operations, a mass transfer is a bulk personnel action affecting multiple employees. This table enables the system to define and persist specific selection criteria beyond the basic action parameters, ensuring that the mass transfer process adheres to complex federal workforce management rules and targets the correct employee population.
Key Information Stored
The table's primary purpose is to link criteria to a specific mass transfer action. The documented structure highlights two critical columns. The primary key, MASS_TRANSFER_CRITERIA_ID, uniquely identifies each criteria record. The foreign key column, MASS_TRANSFER_ID, establishes the essential link to the parent mass transfer definition stored in the GHR_MASS_TRANSFERS table. While the provided metadata does not list all columns, typical criteria columns in such a table would include fields to capture conditions based on attributes like employee assignment details (e.g., organization, location, position), employment terms, or other federal-specific descriptors. These criteria are used to programmatically select which employee records are included in the mass action.
Common Use Cases and Queries
The primary use case is the execution and auditing of mass transfer actions within a federal agency. For example, an HR specialist may initiate a mass transfer to move all employees from a closing office to a new facility. The specific criteria (e.g., "All employees in Organization ID X at Location ID Y") would be stored in this table. Common queries involve joining to the parent table to review the criteria for a specific action or to identify all actions using a particular criterion. A sample reporting query would be:
- SELECT m.transfer_name, c.* FROM ghr_mass_transfers m, ghr_mass_transfer_criteria c WHERE m.mass_transfer_id = c.mass_transfer_id AND m.status = 'PENDING';
This retrieves all stored criteria for mass transfer actions that are currently pending, aiding in validation and approval workflows.
Related Objects
The table has a documented, direct foreign key relationship with the GHR_MASS_TRANSFERS table, which serves as the master record for the mass transfer action itself. The relationship is defined as follows:
- Foreign Key From: GHR_MASS_TRANSFER_CRITERIA.MASS_TRANSFER_ID
- References Primary Key In: GHR_MASS_TRANSFERS table.
This relationship is critical; every record in GHR_MASS_TRANSFER_CRITERIA must be associated with a single, valid parent record in GHR_MASS_TRANSFERS. The integrity of this link ensures that criteria are not orphaned and are always contextualized within a defined personnel action. Other related objects would likely include the underlying employee assignment tables (such as PER_ALL_ASSIGNMENTS_F) that the criteria logic evaluates against during the mass transfer process.
-
Table: GHR_MASS_TRANSFER_CRITERIA
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFER_CRITERIA, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID, product: GHR - US Federal Human Resources , description: This table stores the additional criteria for a mass transfer action. , implementation_dba_data: HR.GHR_MASS_TRANSFER_CRITERIA ,
-
Table: GHR_MASS_TRANSFER_CRITERIA
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFER_CRITERIA, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID, product: GHR - US Federal Human Resources , description: This table stores the additional criteria for a mass transfer action. , implementation_dba_data: HR.GHR_MASS_TRANSFER_CRITERIA ,
-
APPS.GHR_MTO_PKG dependencies on GHR_MASS_TRANSFER_CRITERIA
12.2.2
-
APPS.GHR_MTO_PKG dependencies on GHR_MASS_TRANSFER_CRITERIA
12.1.1
-
TABLE: HR.GHR_MASS_TRANSFER_CRITERIA
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFER_CRITERIA, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID,
-
SYNONYM: APPS.GHR_MASS_TRANSFER_CRITERIA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID,
-
VIEW: HR.GHR_MASS_TRANSFER_CRITERIA#
12.2.2
owner:HR, object_type:VIEW, object_name:GHR_MASS_TRANSFER_CRITERIA#, status:VALID,
-
VIEW: HR.GHR_MASS_TRANSFER_CRITERIA#
12.2.2
-
TABLE: HR.GHR_MASS_TRANSFER_CRITERIA
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFER_CRITERIA, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID,
-
SYNONYM: PUBLIC.GHR_MASS_TRANSFER_CRITERIA
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID,
-
SYNONYM: APPS.GHR_MASS_TRANSFER_CRITERIA
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GHR_MASS_TRANSFER_CRITERIA, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
TRIGGER: APPS.GHR_MASS_TRANSFER_CRITERIA_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GHR_MASS_TRANSFER_CRITERIA_WHO, status:VALID,
-
TRIGGER: APPS.GHR_MASS_TRANSFER_CRITERIA_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:GHR_MASS_TRANSFER_CRITERIA_WHO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
TRIGGER: APPS.GHR_MASS_TRANSFER_CRITERIA_WHO
12.1.1
-
TRIGGER: APPS.GHR_MASS_TRANSFER_CRITERIA_WHO
12.2.2
-
Table: GHR_MASS_TRANSFERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFERS, object_name:GHR_MASS_TRANSFERS, status:VALID, product: GHR - US Federal Human Resources , description: This table stores the additional criteria for a mass transfer action. , implementation_dba_data: HR.GHR_MASS_TRANSFERS ,
-
Table: GHR_MASS_TRANSFERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFERS, object_name:GHR_MASS_TRANSFERS, status:VALID, product: GHR - US Federal Human Resources , description: This table stores the additional criteria for a mass transfer action. , implementation_dba_data: HR.GHR_MASS_TRANSFERS ,
-
TABLE: HR.GHR_MASS_TRANSFERS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFERS, object_name:GHR_MASS_TRANSFERS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GHR_MTO_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_MTO_PKG, status:VALID,
-
TABLE: HR.GHR_MASS_TRANSFERS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_TRANSFERS, object_name:GHR_MASS_TRANSFERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GHR_MTO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_MTO_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GHR_MTO_PKG SQL Statements
12.2.2
-
APPS.GHR_MTO_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - GHR Tables and Views
12.1.1
description: Routing List members detail ,
-
eTRM - GHR Tables and Views
12.2.2
description: Routing List members detail ,
-
PACKAGE BODY: APPS.GHR_MTO_PKG
12.2.2
-
PACKAGE BODY: APPS.GHR_MTO_PKG
12.1.1
-
eTRM - GHR Tables and Views
12.1.1
description: Routing List members detail ,
-
eTRM - GHR Tables and Views
12.2.2
description: Routing List members detail ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1