Search Results socio_eco_status
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.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: IGS_PE_STAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_STAT_V
12.1.1
-
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,
-
APPS.IGS_PE_PERSON_SS_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_008 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERSON_SS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_008
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'. ,