Search Results igs_pe_prsid_grp_sec
Overview
The table IGS_PE_PRSID_GRP_SEC is a core data entity within the Oracle E-Business Suite Student System (IGS) modules, including versions 12.1.1 and 12.2.2. It functions as a junction or intersection table that explicitly links a person (party) to a specific person identification group for security authorization purposes. Its primary role is to manage and record security grants, defining which individuals are permitted access to or are associated with a particular identification group. This table is essential for enforcing data security and access control rules within the student information system, ensuring that person-to-group relationships are properly governed and auditable.
Key Information Stored
The table stores the fundamental pairing that constitutes a security grant. Its structure is defined by a concise composite primary key, which consists of two critical columns. The GROUP_ID column stores the unique identifier for a person identification group, as defined in the related master table. The PERSON_ID column stores the unique identifier for a person (party). Together, these columns create a unique record that signifies a specific person's security membership within a specific group. The existence of a record in this table is the definitive indicator of the granted security association.
Common Use Cases and Queries
This table is central to security validation and reporting processes. A common operational use case is verifying whether a given person has been granted access to a specific identification group, which may control visibility to certain student records or system functions. For reporting, administrators often need lists of all individuals authorized for a particular group. Sample SQL patterns include security checks and audit reports:
- Security Validation:
SELECT COUNT(*) FROM igs_pe_prsid_grp_sec WHERE person_id = :p_person_id AND group_id = :p_group_id; - Group Membership Report:
SELECT p.party_name, g.group_name FROM igs_pe_prsid_grp_sec s, hz_parties p, igs_pe_persid_group_all g WHERE s.person_id = p.party_id AND s.group_id = g.group_id AND g.group_id = :p_group_id;
Related Objects
The IGS_PE_PRSID_GRP_SEC table maintains defined foreign key relationships with two primary tables, forming the backbone of its data integrity. The IGS_PE_PERSID_GROUP_ALL table is the master source for person identification groups. The foreign key on the GROUP_ID column ensures every security grant references a valid, existing group. The HZ_PARTIES table is the Trading Community Architecture (TCA) repository for all persons and organizations. The foreign key on the PERSON_ID column ensures every security grant is assigned to a valid party. These relationships are critical for any join operation to retrieve descriptive group or person information, as illustrated in the sample queries above.
-
Table: IGS_PE_PRSID_GRP_SEC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PRSID_GRP_SEC, object_name:IGS_PE_PRSID_GRP_SEC, status:VALID, product: IGS - Student System , description: This entity describes the occurrence of a person security grant in a person identification group. , implementation_dba_data: IGS.IGS_PE_PRSID_GRP_SEC ,
-
Table: IGS_PE_PRSID_GRP_SEC
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the occurrence of a person security grant in a person identification group. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_PRSID_GRP_SEC
12.1.1
-
APPS.IGS_PE_PRSID_GRP_SEC_PKG dependencies on IGS_PE_PRSID_GRP_SEC
12.1.1
-
APPS.IGR_GEN_001 dependencies on IGS_PE_PRSID_GRP_SEC
12.1.1
-
SYNONYM: APPS.IGS_PE_PRSID_GRP_SEC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PRSID_GRP_SEC, status:VALID,
-
APPS.IGS_PE_PRSID_GRP_SEC_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_PRSID_GRP_SEC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PRSID_GRP_SEC, object_name:IGS_PE_PRSID_GRP_SEC, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PRSID_GRP_SEC_PKG
12.1.1
-
Table: IGS_PE_PERSID_GROUP_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available groups to which persons can be assigned for reporting purposes. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_VAL_PIGM SQL Statements
12.1.1
-
Table: IGS_PE_PERSID_GROUP_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSID_GROUP_ALL, object_name:IGS_PE_PERSID_GROUP_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available groups to which persons can be assigned for reporting purposes. , implementation_dba_data: IGS.IGS_PE_PERSID_GROUP_ALL ,
-
APPS.IGS_PE_VAL_PIGM dependencies on USER_SYNONYMS
12.1.1
-
APPS.IGS_PE_VAL_PIGM dependencies on IGS_PE_HZ_PARTIES
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PRSID_GRP_SEC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PRSID_GRP_SEC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_VAL_PIGM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_VAL_PIGM, status:VALID,
-
APPS.IGS_PE_VAL_PIGM dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.IGR_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_VAL_PIGM
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,