Search Results igs_pe_stat_v
Overview
IGS_PE_STAT_V is a reporting view within the Oracle E-Business Suite IGS (Student System) product family. IGS was the legacy Oracle Student System module, and it is documented in ETRM as Obsolete — meaning it is no longer actively supported or implemented in current 12.1.1 / 12.2.2 environments. The view presents a consolidated, denormalized snapshot of student personal and statistical data, joining person-level identifiers with profile-level demographic, socio-economic, and academic-calendar attributes.
Its role is primarily read-only reporting and integration: it flattens the underlying person, person-profile, and student-detail records so that downstream reports, extracts, and interfaces can retrieve a student's biographical and enrollment-context attributes through a single query rather than multiple joins. The ETRM metadata records the view as "Not implemented in this database," confirming that in the reference 12.2.2 environment the object is documented but absent from the data dictionary.
Underlying Base Objects
The ETRM metadata documents no referenced base objects for this view. The view text, however, reveals the aliased source tables used in its definition:
- P — the person/party table supplying ROW_ID, PERSON_ID, and PERSON_NUMBER.
- PP — the person-profile table supplying PERSON_PROFILE_ID, effective dates, ethnicity, marital status, internal flag, household size and income, and place of birth.
- SD — the student-detail table supplying religion, next-of-kin, socio-economic and further-education codes, tuition attributes, the several calendar/sequence number pairs, and the WHO columns and ATTRIBUTE1–20 flexfield segments.
- LK1, LK2, LK3, CC2, CC4, CC5 — lookup and code tables that resolve stored codes into descriptive meanings.
Because these joins are not enumerated in the ETRM metadata, they must be treated as inferred from the supplied view text rather than as formally documented dependencies.
Key Columns
The view exposes identity, demographic, academic, and audit columns. Notable examples include:
- PERSON_ID / PERSON_NUMBER / PERSON_PROFILE_ID / ROW_ID — primary keys linking the view to core person and profile entities.
- EFFECTIVE_START_DATE / EFFECTIVE_END_DATE — date-effective range governing profile validity.
- ETHNIC_ORIGIN_ID / ETHNIC_ORIGIN and MARITAL_STATUS / MARITAL_STATUS_M — coded value plus resolved meaning.
- INTERNAL_FLAG, RELIGION / RELIGION_DESC, NEXT_TO_KIN, PLACE_OF_BIRTH, SOCIO_ECO_STATUS / SOCIO_ECO_STATUS_DESC, FURTHER_EDUCATION / FURTHER_EDUCATION_DESC — demographic and socio-economic attributes.
- NUMBER_IN_FAMILY, ANN_FAMILY_INCOME — household data used in needs assessment.
- IN_STATE_TUITION, TUITION_ST_DATE, TUITION_END_DATE — residency and tuition eligibility.
- MATR_CAL_TYPE / MATR_SEQUENCE_NUMBER, INIT_CAL_TYPE / INIT_SEQUENCE_NUMBER, RECENT_CAL_TYPE / RECENT_SEQUENCE_NUMBER, CATALOG_CAL_TYPE / CATALOG_SEQUENCE_NUMBER — the calendar/sequence number pairs. The user's search term, init_sequence_number, corresponds directly to SD.INIT_SEQUENCE_NUMBER — the initial (program-entry) term's sequence number within its calendar type.
- CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE / LAST_UPDATE_LOGIN and ATTRIBUTE1–20 — standard audit and descriptive-flexfield columns.
Common Use Cases and Queries
Typical use cases include student demographic reporting, tuition/residency analysis, and data extracts for external systems. Because the object is obsolete and absent from the database, queries are documented for historical reference only:
- Retrieving a student's initial program term by sequence number:
SELECT person_number, init_cal_type, init_sequence_number FROM igs_pe_stat_v WHERE person_id = :p_id; - Listing socio-economic bands resolved to descriptions:
SELECT person_number, socio_eco_status_desc, ann_family_income FROM igs_pe_stat_v; - Filtering current profiles by effective dates and internal flag.
Analysts migrating from IGS to successor products should map INIT_SEQUENCE_NUMBER and the related calendar/sequence pairs to equivalent term-enrollment attributes in the target model.
-
View: IGS_PE_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_STAT_V, object_name:IGS_PE_STAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_STAT_V ,
-
VIEW: APPS.IGS_PE_PAIR_DUP_PERSON_V
12.1.1
-
VIEW: APPS.IGS_PE_PAIR_ACT_PERSON_V
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_STAT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_STAT_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_STAT_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_STAT_DETAILS, status:VALID,
-
View: IGS_PE_PAIR_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_DUP_PERSON_V, object_name:IGS_PE_PAIR_DUP_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PAIR_DUP_PERSON_V ,
-
PACKAGE BODY: APPS.IGS_PE_PERSON_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERSON_SS_PKG, status:VALID,
-
View: IGS_PE_PAIR_ACT_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT2_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT2_PKG, status:VALID,
-
PACKAGE: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
View: IGS_PE_PAIR_ACT_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_ACT_PERSON_V, object_name:IGS_PE_PAIR_ACT_PERSON_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_PAIR_ACT_PERSON_V ,
-
PACKAGE BODY: APPS.IGS_AD_UPD_INITIALISE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_UPD_INITIALISE, status:VALID,
-
View: IGS_PE_PAIR_DUP_PERSON_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PAIR_DUP_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_DUP_PERSON_V, object_name:IGS_PE_PAIR_DUP_PERSON_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_008, status:VALID,
-
VIEW: APPS.IGS_PE_PAIR_ACT_PERSON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PAIR_ACT_PERSON_V, object_name:IGS_PE_PAIR_ACT_PERSON_V, status:VALID,
-
APPS.IGS_AD_UPD_INITIALISE SQL Statements
12.1.1
-
SYNONYM: APPS.HZ_PERSON_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PERSON_PROFILES, status:VALID,
-
VIEW: APPS.IGS_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUPS_VIEW, object_name:IGS_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.IGS_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_LOOKUP_VALUES, object_name:IGS_LOOKUP_VALUES, status:VALID,
-
VIEW: APPS.IGS_PE_STAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_STAT_V, object_name:IGS_PE_STAT_V, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_BASE_V, object_name:IGS_PE_PERSON_BASE_V, status:VALID,
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_PE_STAT_PKG dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_PE_PERSON_SS_PKG dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_AD_UPD_INITIALISE dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_AD_IMP_008 dependencies on IGS_PE_STAT_V
12.1.1
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_PE_STAT_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_STAT_PKG
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_PE_STAT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.FND_LOOKUP_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_LOOKUP_VALUES, status:VALID,
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PS_TYPE_ALL
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_ST_UNT_VS
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PS_UNIT_VER_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_UPD_INITIALISE
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_AD_DTL
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_POOUS
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PS_OFR_OPT
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_PE_PERSON
12.1.1
-
APPS.IGS_PE_PERSON_SS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERSON_SS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT2_PKG
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'. ,