Search Results igs_pe_data_groups_all
Overview
The table IGS_PE_DATA_GROUPS_ALL is a core data entity within the now-obsolete Oracle E-Business Suite Student System (IGS). It was designed to define and manage person data groups, which are logical classifications or categories used to organize and control access to person-related information within the student management module. Its primary role was to serve as a master reference table, enabling the segmentation of person data for administrative, security, or functional purposes. As indicated by the "_ALL" suffix, this table was architected to support a multi-organization structure (Multi-Org), storing records specific to different operating units. The ETRM explicitly notes this object is "Not implemented in this database," indicating it may exist in the data dictionary but is not actively used in standard deployments of versions 12.1.1 or 12.2.2, reflecting the module's obsolete status.
Key Information Stored
Based on the provided ETRM metadata, the central piece of information stored is the DATA_GROUP_ID, which serves as the unique primary key identifier for each person data group record. While specific descriptive column details are not listed in the excerpt, typical tables of this nature in EBS would also include columns to define the data group's name, description, and effective dates. Given its multi-org design, it would also contain an ORG_ID column to partition data by operating unit. The table's purpose is to establish a controlled list of valid data groups that can be referenced by other security and configuration entities within the IGS module.
Common Use Cases and Queries
The primary historical use case for this table was to support the configuration of data security and privacy levels. By categorizing person records into distinct groups, the system could enforce data access rules. A common administrative task would involve querying the master list of defined groups. A typical query pattern would be a simple SELECT statement to retrieve all active data groups for a specific operating unit, though the exact column names beyond the primary key are not specified in the provided documentation. Given the module's obsolete status, current use cases are largely confined to data analysis, migration projects, or supporting legacy customizations that may still reference this table structure.
SELECT DATA_GROUP_ID FROM IGS_PE_DATA_GROUPS_ALL WHERE ORG_ID = :p_org_id;
Related Objects
The documented foreign key relationship explicitly defines this table's interaction with the IGS security model. The relationship data confirms that IGS_PE_DATA_GROUPS_ALL is referenced as a parent table by IGS_PE_PRIV_LEVEL.
- IGS_PE_PRIV_LEVEL: This table references IGS_PE_DATA_GROUPS_ALL via the foreign key column DATA_GROUP_ID, which joins to the primary key of the same name in IGS_PE_DATA_GROUPS_ALL. This relationship establishes which privacy levels are associated with specific person data groups, forming a link between data classification and security privileges.
-
Table: IGS_PE_DATA_GROUPS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the person data groups , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_DATA_GROUPS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_DATA_GROUPS_ALL, object_name:IGS_PE_DATA_GROUPS_ALL, status:VALID, product: IGS - Student System , description: This entity describes the person data groups , implementation_dba_data: IGS.IGS_PE_DATA_GROUPS_ALL ,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_PE_DATA_GROUPS_ALL
12.1.1
-
APPS.IGS_PE_DATA_GROUPS_PKG dependencies on IGS_PE_DATA_GROUPS_ALL
12.1.1
-
SYNONYM: APPS.IGS_PE_DATA_GROUPS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_DATA_GROUPS_ALL, status:VALID,
-
APPS.IGS_PE_DATA_GROUPS_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_DATA_GROUPS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_DATA_GROUPS_ALL, object_name:IGS_PE_DATA_GROUPS_ALL, status:VALID,
-
VIEW: APPS.IGSFV_PRIVACY_DETAILS
12.1.1
-
VIEW: APPS.IGS_PE_DATA_GROUPS
12.1.1
-
Table: IGS_PE_PRIV_LEVEL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the privacy levels of person , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_DATA_GROUPS_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_PE_PRIV_LEVEL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PRIV_LEVEL, object_name:IGS_PE_PRIV_LEVEL, status:VALID, product: IGS - Student System , description: This entity describes the privacy levels of person , implementation_dba_data: IGS.IGS_PE_PRIV_LEVEL ,
-
PACKAGE BODY: APPS.IGS_PE_DATA_GROUPS_PKG
12.1.1
-
View: IGS_PE_DATA_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DATA_GROUPS, object_name:IGS_PE_DATA_GROUPS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_DATA_GROUPS ,
-
PACKAGE BODY: APPS.IGS_PE_DATA_GROUPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_DATA_GROUPS_PKG, status:VALID,
-
View: IGSFV_PRIVACY_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the privacy details of a person. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PRIVACY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRIVACY_DETAILS, object_name:IGSFV_PRIVACY_DETAILS, status:VALID, product: IGS - Student System , description: This entity contains information about the privacy details of a person. , implementation_dba_data: APPS.IGSFV_PRIVACY_DETAILS ,
-
View: IGS_PE_DATA_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_DATA_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_DATA_GROUPS, object_name:IGS_PE_DATA_GROUPS, status:VALID,
-
VIEW: APPS.IGSFV_PRIVACY_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PRIVACY_DETAILS, object_name:IGSFV_PRIVACY_DETAILS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_SS_GEN_001, status:VALID,
-
APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SS_LOOKUPS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_SS_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_SS_GEN_001
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,