Search Results igs_pe_persid_group
Overview
IGS_PE_PERSID_GROUP is a reporting view belonging to the IGS — Student System product family, which Oracle classifies as obsolete in the ETRM documentation. The view presents person identification (persid) group data drawn from the multiorganization group table, joined to a person base view to resolve the identity of the person who created each group. Its principal role is to expose group header information — group code, description, creation date, open/closed status, and descriptive flexfield attributes — together with the creator's full name and person number in a single, query-ready result set. This construction spares reporting and integration developers from having to perform the underlying join themselves and provides a stable projection of the group entity for concurrent programs, Oracle Reports, BI Publisher data templates, and ad hoc SQL.
The parent object, IGS_PE_PERSID_GROUP_ALL, supports the Oracle EBS multiorganization (MOAC) security model by storing rows partitioned by ORG_ID. The view therefore participates in organization-level access control, returning only rows visible in the current operating unit context.
Underlying Base Objects
The documented view text defines IGS_PE_PERSID_GROUP over exactly two objects:
- IGS_PE_PERSID_GROUP_ALL — the multiorganization group table, aliased TAB, supplying all persistent group attributes.
- IGS_PE_PERSON_BASE_V — the person base view, aliased PE, supplying FULL_NAME and PERSON_NUMBER for the creator.
The join is an inner join on PE.PERSON_ID = TAB.CREATOR_PERSON_ID. A constant restriction TAB.FILE_NAME IS NULL excludes rows that carry an uploaded file reference, so only non-file-backed group records are surfaced. ETRM records no other base objects, and the excerpt does not state the view owner.
Key Columns
The view exposes the following notable columns:
- ROW_ID — the underlying table ROWID, useful for direct row identification.
- ORG_ID — the operating unit that owns the group record; drives MOAC filtering.
- GROUP_ID, GROUP_CD — the surrogate key and the human-readable group code.
- CREATOR_PERSON_ID — foreign key to the person who created the group.
- FULL_NAME, CREATOR_PERSON_NUMBER — derived from IGS_PE_PERSON_BASE_V; the creator's name and person number.
- DESCRIPTION, CREATE_DT, CLOSED_IND, COMMENTS — the group's descriptive text, creation timestamp, active/closed indicator, and free-form comments.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program context for rows created by batch processes.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE20 — the descriptive flexfield segments.
The WHERE clause compares ORG_ID against a value decoded from the USERENV('CLIENT_INFO') session setting, defaulting to -99 when absent — the standard EBS multiorganization security predicate.
Common Use Cases and Queries
Typical applications include: listing open identification groups visible to the current operating unit; reporting group ownership by person; retrieving flexfield attributes for downstream interfaces; and validating group codes before insert operations against IGS_PE_PERSID_GROUP_ALL.
SELECT group_id,
group_cd,
description,
creator_person_number,
full_name,
closed_ind
FROM igs_pe_persid_group
WHERE closed_ind = 'N'
ORDER BY group_cd;
To inspect flexfield data for a specific group code:
SELECT group_cd,
attribute_category,
attribute1,
attribute2
FROM igs_pe_persid_group
WHERE group_cd = :p_group_cd;
To count groups by creator within the current organization context:
SELECT creator_person_number,
full_name,
COUNT(*) group_count
FROM igs_pe_persid_group
GROUP BY creator_person_number, full_name
ORDER BY group_count DESC;
Because the view enforces the CLIENT_INFO organization predicate internally, applications invoking these queries should call FND_CLIENT_INFO or run within a properly initialized MOAC session to obtain correct organization filtering. As the product is designated obsolete, new development should be directed to supported alternatives where available.
-
View: IGS_PE_PERSID_GROUP
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PERSID_GROUP ,
-
VIEW: APPS.IGS_AZ_GROUPS_V
12.1.1
-
APPS.IGS_PE_VAL_PIGM SQL Statements
12.1.1
-
View: IGS_AZ_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AZ_GROUPS_V, object_name:IGS_AZ_GROUPS_V, status:VALID, product: IGS - Student System , description: View to display the advising group definition in the self-service page. , implementation_dba_data: APPS.IGS_AZ_GROUPS_V ,
-
View: IGS_AZ_GROUPS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to display the advising group definition in the self-service page. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_AD_DEF_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_DEF_APPL_PKG, status:VALID,
-
PACKAGE: APPS.IGS_FI_REFUNDS_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_REFUNDS_PROCESS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_CUST_ACCT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CUST_ACCT, status:VALID,
-
PACKAGE: APPS.IGS_FI_CUST_ACCT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_CUST_ACCT, status:VALID,
-
PACKAGE: APPS.IGS_FI_PRC_FIN_LT_CHG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_FIN_LT_CHG, status:VALID,
-
PACKAGE: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
PACKAGE: APPS.IGS_FI_PRC_WAIVERS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_WAIVERS, status:VALID,
-
PACKAGE: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_INT_RECONSIDER, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_VER_GRPS_PRC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_VER_GRPS_PRC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PERSONSTATS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PERSONSTATS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_AD_HOC_WAV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_AD_HOC_WAV, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_ORGUN_PRF_V
12.1.1
-
VIEW: APPS.IGS_PS_RSV_USEC_PRF_V
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_VAL_PIGM
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_SS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_REFUNDS_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_REFUNDS_PROCESS, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRF_V
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FIN_LT_CHG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_FIN_LT_CHG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_STDNT_DPSTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_OVERRIDE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_OVERRIDE, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_012
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_012, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_DISC_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_DISC_SUA, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_USEC_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_USEC_PRF_V, object_name:IGS_PS_RSV_USEC_PRF_V, status:VALID,
-
VIEW: APPS.IGF_SP_FUND_MAST_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_TIMESLOTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_TIMESLOTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_005, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_DEF_APPL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_DEF_APPL_PKG, status:VALID,
-
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.IGF_SL_REL_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_REL_DISB, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_BILL_EXTRACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_BILL_EXTRACT, status:VALID,
-
PACKAGE BODY: APPS.IGF_DB_DISB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DISB, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_UOP_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_UOP_PRF_V, object_name:IGS_PS_RSV_UOP_PRF_V, status:VALID,
-
PACKAGE: APPS.IGF_AP_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_SS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_WAIVERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_WAIVERS, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_PKG, status:VALID,
-
VIEW: APPS.IGS_PS_RSV_ORGUN_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_ORGUN_PRF_V, object_name:IGS_PS_RSV_ORGUN_PRF_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_REFUNDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_REFUNDS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_HOLDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_HOLDS, status:VALID,
-
VIEW: APPS.IGF_AW_FUND_MAST_V
12.1.1
-
View: IGS_PS_RSV_ORGUN_PRF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RSV_ORGUN_PRF_V, object_name:IGS_PS_RSV_ORGUN_PRF_V, status:VALID, product: IGS - Student System , description: This view displays the preferences for a given priority for reserved seating at Organizational Unit Level . Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGS_PS_RSV_ORGUN_PRF_V ,
-
VIEW: APPS.IGS_EN_TIMESLOT_PREF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_TIMESLOT_PREF_V, object_name:IGS_EN_TIMESLOT_PREF_V, status:VALID,