Search Results ghr_restricted_proc_methods
Overview
The GHR_RESTRICTED_PROC_METHODS 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 an intersection or mapping table, establishing a critical relationship between specific personnel action (PA) data fields and restricted forms. Its primary role is to enforce business rules by defining which data fields are applicable or required when processing a particular restricted form within the federal personnel action workflow. This table is essential for ensuring data integrity and compliance with federal HR processing regulations by controlling the availability and validation of data elements based on the form in use.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of two columns. The PA_DATA_FIELD_ID column stores a foreign key reference to a specific personnel action data field defined in the GHR_PA_DATA_FIELDS table. The RESTRICTED_FORM column identifies the specific form (e.g., a Standard Form number like SF-52) to which the data field's restriction applies. Each row in this table represents a single rule, mapping one data field to one form. The table does not store the data values themselves but the metadata governing which fields are relevant for a given form's processing method.
Common Use Cases and Queries
A primary use case is the dynamic construction of data entry screens or validation routines within the GHR module. When a user initiates a personnel action on a specific form, the application queries this table to determine the set of data fields that must be presented or validated. For reporting and administrative purposes, common queries involve listing all restricted forms associated with a particular data field or vice versa. A sample SQL pattern to retrieve all data fields restricted to a specific form would be:
- SELECT pdf.DATA_FIELD_NAME, rp.RESTRICTED_FORM
- FROM GHR_RESTRICTED_PROC_METHODS rp,
- GHR_PA_DATA_FIELDS pdf
- WHERE rp.PA_DATA_FIELD_ID = pdf.PA_DATA_FIELD_ID
- AND rp.RESTRICTED_FORM = 'SF-52';
Related Objects
The GHR_RESTRICTED_PROC_METHODS table has a direct and documented dependency on the GHR_PA_DATA_FIELDS table, which is the master source for personnel action field definitions. The relationship is enforced by a foreign key constraint where GHR_RESTRICTED_PROC_METHODS.PA_DATA_FIELD_ID references GHR_PA_DATA_FIELDS. This table is likely referenced by various GHR application forms, packages, and business logic components that govern the personnel action processing lifecycle. Understanding this intersection is key for troubleshooting data entry issues, customizing form behavior, or developing integrations that must adhere to the module's field-level security and validation rules.
-
Table: GHR_RESTRICTED_PROC_METHODS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_RESTRICTED_PROC_METHODS, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID, product: GHR - US Federal Human Resources , description: It is intersection between a restricted form and personel actiondata fields , implementation_dba_data: HR.GHR_RESTRICTED_PROC_METHODS ,
-
Table: GHR_RESTRICTED_PROC_METHODS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_RESTRICTED_PROC_METHODS, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID, product: GHR - US Federal Human Resources , description: It is intersection between a restricted form and personel actiondata fields , implementation_dba_data: HR.GHR_RESTRICTED_PROC_METHODS ,
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_RESTRICTED_PROC_METHODS
12.1.1
-
APPS.GHR_API dependencies on GHR_RESTRICTED_PROC_METHODS
12.2.2
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_RESTRICTED_PROC_METHODS
12.2.2
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_RESTRICTED_PROC_METHODS
12.1.1
-
APPS.GHR_API dependencies on GHR_RESTRICTED_PROC_METHODS
12.1.1
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_RESTRICTED_PROC_METHODS
12.2.2
-
TABLE: HR.GHR_RESTRICTED_PROC_METHODS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_RESTRICTED_PROC_METHODS, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID,
-
VIEW: HR.GHR_RESTRICTED_PROC_METHODS#
12.2.2
owner:HR, object_type:VIEW, object_name:GHR_RESTRICTED_PROC_METHODS#, status:VALID,
-
SYNONYM: APPS.GHR_RESTRICTED_PROC_METHODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID,
-
SYNONYM: PUBLIC.GHR_RESTRICTED_PROC_METHODS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID,
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHODS+
12.2.2
-
SYNONYM: APPS.GHR_RESTRICTED_PROC_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID,
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHODS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GHR_RESTRICTED_PROC_METHODS+, status:VALID,
-
TABLE: HR.GHR_RESTRICTED_PROC_METHODS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_RESTRICTED_PROC_METHODS, object_name:GHR_RESTRICTED_PROC_METHODS, status:VALID,
-
VIEW: HR.GHR_RESTRICTED_PROC_METHODS#
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.GHR_RESTRICTED_PROC_METHODS=
12.2.2
-
APPS.GHR_API dependencies on PER_PEOPLE_EXTRA_INFO
12.2.2
-
APPS.GHR_API dependencies on GHR_PA_DATA_FIELDS
12.2.2
-
Table: GHR_PA_DATA_FIELDS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_DATA_FIELDS, object_name:GHR_PA_DATA_FIELDS, status:VALID, product: GHR - US Federal Human Resources , description: This table holds the fields that are available on the request for personnel action form and the extra information. , implementation_dba_data: HR.GHR_PA_DATA_FIELDS ,
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHOD_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GHR_RESTRICTED_PROC_METHOD_WHO, status:VALID,
-
APPS.GHR_API dependencies on FND_USER
12.1.1
-
APPS.GHR_API dependencies on PER_PEOPLE_EXTRA_INFO
12.1.1
-
APPS.GHR_API dependencies on FND_USER
12.2.2
-
Table: GHR_PA_DATA_FIELDS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_DATA_FIELDS, object_name:GHR_PA_DATA_FIELDS, status:VALID, product: GHR - US Federal Human Resources , description: This table holds the fields that are available on the request for personnel action form and the extra information. , implementation_dba_data: HR.GHR_PA_DATA_FIELDS ,
-
APPS.GHR_API dependencies on GHR_PA_DATA_FIELDS
12.1.1
-
FUNCTION: APPS.GHR_RESTRICTED_PROC_METHODS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:GHR_RESTRICTED_PROC_METHODS=, 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
-
12.1.1 DBA Data
12.1.1
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHOD_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:GHR_RESTRICTED_PROC_METHOD_WHO, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GHR_PA_REQUESTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_PA_REQUESTS_PKG, status:VALID,
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHOD_WHO
12.2.2
-
TRIGGER: APPS.GHR_RESTRICTED_PROC_METHOD_WHO
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: HR.GHR_PA_DATA_FIELDS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:GHR.GHR_PA_DATA_FIELDS, object_name:GHR_PA_DATA_FIELDS, status:VALID,
-
PACKAGE BODY: APPS.GHR_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_API, status:VALID,
-
PACKAGE BODY: APPS.GHR_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_API, status:VALID,
-
PACKAGE BODY: APPS.GHR_PA_REQUESTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GHR_PA_REQUESTS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.GHR_PA_REQUESTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GHR_PA_REQUESTS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GHR_PA_REQUESTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GHR_PA_REQUESTS_PKG, status:VALID,
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_PA_DATA_FIELDS
12.1.1
-
APPS.GHR_PA_REQUESTS_PKG dependencies on GHR_PA_DATA_FIELDS
12.2.2