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 ,
-
Table: GHR_PA_ROUTING_HISTORY
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_ROUTING_HISTORY, object_name:GHR_PA_ROUTING_HISTORY, status:VALID, product: GHR - US Federal Human Resources , description: Routing History details of the PA Request , implementation_dba_data: HR.GHR_PA_ROUTING_HISTORY ,
-
Table: GHR_PA_ROUTING_HISTORY
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_ROUTING_HISTORY, object_name:GHR_PA_ROUTING_HISTORY, status:VALID, product: GHR - US Federal Human Resources , description: Routing History details of the PA Request , implementation_dba_data: HR.GHR_PA_ROUTING_HISTORY ,
-
Table: GHR_DUAL_ACTIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_DUAL_ACTIONS, object_name:GHR_DUAL_ACTIONS, status:VALID, product: GHR - US Federal Human Resources , description: Stores First NOAs and all its associated second NOAs that can beprocessed in a dual action. , implementation_dba_data: HR.GHR_DUAL_ACTIONS ,
-
Table: GHR_DUAL_ACTIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_DUAL_ACTIONS, object_name:GHR_DUAL_ACTIONS, status:VALID, product: GHR - US Federal Human Resources , description: Stores First NOAs and all its associated second NOAs that can beprocessed in a dual action. , implementation_dba_data: HR.GHR_DUAL_ACTIONS ,
-
Table: GHR_PA_REQUESTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUESTS, object_name:GHR_PA_REQUESTS, status:VALID, product: GHR - US Federal Human Resources , description: Stores all the information about the Request to Personnel Action. , implementation_dba_data: HR.GHR_PA_REQUESTS ,
-
Table: GHR_PA_REQUESTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_REQUESTS, object_name:GHR_PA_REQUESTS, status:VALID, product: GHR - US Federal Human Resources , description: Stores all the information about the Request to Personnel Action. , implementation_dba_data: HR.GHR_PA_REQUESTS ,
-
View: GHR_PA_REQUESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V, object_name:GHR_PA_REQUESTS_V, status:VALID, product: GHR - US Federal Human Resources , description: GHR_PA_REQUESTS_V is a view based on GHR_PA_REQUESTS for use by the form. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V ,
-
View: GHR_PA_ROUTING_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_ROUTING_HISTORY_V, object_name:GHR_PA_ROUTING_HISTORY_V, status:VALID, product: GHR - US Federal Human Resources , description: Personnel Action (PA) Routing History deatils view , implementation_dba_data: APPS.GHR_PA_ROUTING_HISTORY_V ,
-
View: GHR_PA_ROUTING_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_ROUTING_HISTORY_V, object_name:GHR_PA_ROUTING_HISTORY_V, status:VALID, product: GHR - US Federal Human Resources , description: Personnel Action (PA) Routing History deatils view , implementation_dba_data: APPS.GHR_PA_ROUTING_HISTORY_V ,
-
View: GHR_PA_REQUESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V, object_name:GHR_PA_REQUESTS_V, status:VALID, product: GHR - US Federal Human Resources , description: GHR_PA_REQUESTS_V is a view based on GHR_PA_REQUESTS for use by the form. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V ,
-
Table: GHR_NOA_FAMILIES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOA_FAMILIES, object_name:GHR_NOA_FAMILIES, status:VALID, product: GHR - US Federal Human Resources , description: Stores Families and associated NOAs , implementation_dba_data: HR.GHR_NOA_FAMILIES ,
-
Table: GHR_NOAC_REMARKS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOAC_REMARKS, object_name:GHR_NOAC_REMARKS, status:VALID, product: GHR - US Federal Human Resources , description: Stores NOA and the associated Remarks , implementation_dba_data: HR.GHR_NOAC_REMARKS ,
-
Table: GHR_NOAC_LAS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOAC_LAS, object_name:GHR_NOAC_LAS, status:VALID, product: GHR - US Federal Human Resources , description: Stores NOA and the associated Legal Authorities , implementation_dba_data: HR.GHR_NOAC_LAS ,
-
Table: GHR_NOA_FAMILIES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOA_FAMILIES, object_name:GHR_NOA_FAMILIES, status:VALID, product: GHR - US Federal Human Resources , description: Stores Families and associated NOAs , implementation_dba_data: HR.GHR_NOA_FAMILIES ,
-
Table: GHR_MASS_AWARDS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_AWARDS, object_name:GHR_MASS_AWARDS, status:VALID, product: GHR - US Federal Human Resources , description: Used to store the details of the Mass Award , implementation_dba_data: HR.GHR_MASS_AWARDS ,
-
Table: GHR_MASS_AWARDS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_MASS_AWARDS, object_name:GHR_MASS_AWARDS, status:VALID, product: GHR - US Federal Human Resources , description: Used to store the details of the Mass Award , implementation_dba_data: HR.GHR_MASS_AWARDS ,
-
Table: GHR_NOAC_REMARKS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOAC_REMARKS, object_name:GHR_NOAC_REMARKS, status:VALID, product: GHR - US Federal Human Resources , description: Stores NOA and the associated Remarks , implementation_dba_data: HR.GHR_NOAC_REMARKS ,
-
Table: GHR_NOAC_LAS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_NOAC_LAS, object_name:GHR_NOAC_LAS, status:VALID, product: GHR - US Federal Human Resources , description: Stores NOA and the associated Legal Authorities , implementation_dba_data: HR.GHR_NOAC_LAS ,
-
Table: GHR_PA_HISTORY
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_HISTORY, object_name:GHR_PA_HISTORY, status:VALID, product: GHR - US Federal Human Resources , description: Stores the history of all the transations performed on certain tables. , implementation_dba_data: HR.GHR_PA_HISTORY ,
-
Table: GHR_PA_HISTORY
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_HISTORY, object_name:GHR_PA_HISTORY, status:VALID, product: GHR - US Federal Human Resources , description: Stores the history of all the transations performed on certain tables. , implementation_dba_data: HR.GHR_PA_HISTORY ,
-
View: GHR_PA_REQUESTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID, product: GHR - US Federal Human Resources , description: This view holds the RPA and NPA information. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V1 ,
-
View: GHR_PA_REQUESTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID, product: GHR - US Federal Human Resources , description: This view holds the RPA and NPA information. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V1 ,