Search Results ghr_nature_of_actions
Overview
The GHR_NATURE_OF_ACTIONS table is a core reference data table within the Oracle E-Business Suite US Federal Human Resources (GHR) module. It serves as the master repository for Nature of Action (NOA) codes, which are standardized identifiers used to classify personnel actions within the US federal government. These codes are critical for defining and processing personnel transactions, such as appointments, promotions, reassignments, and separations, ensuring compliance with federal reporting requirements like those for the Office of Personnel Management (OPM). The table's primary key, GHR_NATURE_OF_ACTIONS_PK, uniquely identifies each code and is extensively referenced throughout the GHR schema to maintain data integrity and enforce business rules related to personnel actions.
Key Information Stored
The central column in this table is NATURE_OF_ACTION_ID, the primary key populated by a sequence. While the provided metadata does not list all columns, a typical implementation includes fields such as NATURE_OF_ACTION_CODE (the alphanumeric NOA code), DESCRIPTION, EFFECTIVE_DATE, and ENABLED_FLAG. The table stores the valid list of codes that can be applied to personnel actions, forming the basis for transaction processing, workflow routing, and regulatory reporting within the federal HR lifecycle.
Common Use Cases and Queries
This table is primarily used for validation, reporting, and as a lookup source. Common scenarios include validating a NOA code entered on a personnel action request, generating reports of actions by type, and populating list of values (LOVs) in the application's user interface. A fundamental query involves joining this table to transaction tables to retrieve descriptive information for codes. For example, to list personnel actions with their NOA descriptions, a query would join to GHR_PA_REQUESTS:
- SELECT pr.request_number, noa.nature_of_action_code, noa.description FROM ghr_pa_requests pr, ghr_nature_of_actions noa WHERE pr.first_noa_id = noa.nature_of_action_id;
Administrative queries to audit or maintain the code list are also common, such as selecting all active NOA codes for a given date.
Related Objects
The GHR_NATURE_OF_ACTIONS table has a primary integration role, as evidenced by its numerous foreign key relationships. The following tables reference it via the NATURE_OF_ACTION_ID column or specific derivatives, enforcing that personnel actions use valid, predefined codes:
- GHR_DUAL_ACTIONS: References the table twice for FIRST_NOA_ID and SECOND_NOA_ID.
- GHR_MASS_AWARDS: References via NATURE_OF_ACTION_ID.
- GHR_NOAC_LAS, GHR_NOAC_REMARKS, GHR_NOA_FAMILIES: Reference for code-specific attributes and groupings.
- GHR_PA_HISTORY, GHR_PA_REQUESTS, GHR_PA_ROUTING_HISTORY: Core transaction tables that link to one or two NOA codes (e.g., FIRST_NOA_ID, SECOND_NOA_ID, NATURE_OF_ACTION_ID) to classify the personnel action being processed or recorded.
-
Table: GHR_NATURE_OF_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NATURE_OF_ACTIONS, object_name:GHR_NATURE_OF_ACTIONS, status:VALID, product: GHR - US Federal Human Resources , description: This table holds a list of nature of action codes. , implementation_dba_data: HR.GHR_NATURE_OF_ACTIONS ,
-
Table: GHR_NATURE_OF_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NATURE_OF_ACTIONS, object_name:GHR_NATURE_OF_ACTIONS, status:VALID, product: GHR - US Federal Human Resources , description: This table holds a list of nature of action codes. , implementation_dba_data: HR.GHR_NATURE_OF_ACTIONS ,
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_UTILITY dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_PROCESS_SF52 dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_WGI_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_ACTIONS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MLC_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_SEL_NOA dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_SF113_A dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_MASS_CHANGES dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_CPDF_EHRIS dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_MASS_ACTIONS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_NLA_BUS dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_CORR_CANC_SF52 dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_CPDF_CHECK3 dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_SF52_DO_UPDATE dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PAY_CALC dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_WGI_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PAY_CALC dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PC_BASIC_PAY dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_APPROVED_PA_REQUESTS dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_MSL_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_PAY_CALC dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_UTILITY dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_PROCESS_SF52 dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_MSL_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_SF52_DO_UPDATE dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_BEN_VALIDATION dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_CPDF_EHRIS dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_NRE_BUS dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_PROC_FUT_MT dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_WGI_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_SF113_A dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_ELEMENT_API dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_ACTIONS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_APPROVED_PA_REQUESTS dependencies on GHR_NATURE_OF_ACTIONS
12.1.1
-
APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_NON_SF52_EXTRA_INFO dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_SF52_PRE_UPDATE dependencies on GHR_NATURE_OF_ACTIONS
12.2.2
-
APPS.GHR_EHRI_DYNRPT dependencies on GHR_NATURE_OF_ACTIONS
12.2.2