Search Results calendar_description
Overview
IGSFV_RESIDENCY_STATUSES is a read-only view within the Oracle E-Business Suite Student System (product code IGS), a module documented as obsolete in release 12.1.1 and 12.2.2. The view presents residency information for a person (party) as recorded in the institution's student records. Residency classification and status are central to higher-education administration because they frequently drive tuition assessment, fee determination, and statutory reporting obligations. The view consolidates the person's residency evaluation, the residency class and status codes, the associated academic calendar, and standard Who-column audit attributes into a single queryable entity. It exposes a denormalized, reporting-friendly projection of the underlying residency detail records and is intended for use by reporting, integration, and extraction processes rather than for transactional data entry. The view is defined with the WITH READ ONLY clause, which prohibits DML against it. The ETRM metadata notes that the object is not implemented in the target database, so the definition should be treated as a design artifact documenting the intended structure of the entity rather than a guaranteed runtime object in a given environment.
Underlying Base Objects
The view is defined over three base objects joined on person and calendar keys:
- IGS_PE_RES_DTLS_ALL (aliased PRD) — the person residency details table, which supplies evaluation dates, evaluator, comments, residency class and status codes, the calendar type and sequence number, the residency detail identifier, and audit columns.
- HZ_PARTIES (aliased HZP) — the Trading Community Architecture party table, joined on PRD.PERSON_ID = HZP.PARTY_ID to supply the party number exposed as PERSON_NUMBER.
- IGS_CA_INST_ALL (aliased CI) — the calendar instance table, joined on both PRD.CAL_TYPE = CI.CAL_TYPE and PRD.SEQUENCE_NUMBER = CI.SEQUENCE_NUMBER, supplying the calendar start and end dates and the calendar description.
The join between the residency detail and calendar instance uses a two-column composite key (calendar type plus sequence number), which links each residency evaluation to the specific academic calendar instance under which it was assessed. The metadata records no separate documented base objects beyond those appearing in the view text.
Key Columns
- PERSON_NUMBER — the party number of the person, sourced from HZ_PARTIES.
- _LA:RESIDENCY_CLASS — a lookup-meaning column derived from the residency class code via IGS_LOOKUP_VALUES with lookup type PE_RES_CLASS.
- _LA:RESIDENCY_STATUS — a lookup-meaning column derived from the residency status code via IGS_LOOKUP_VALUES with lookup type PE_RES_STATUS.
- CALENDAR_DESCRIPTION — the description of the associated calendar instance, sourced from IGS_CA_INST_ALL.DESCRIPTION. This is the column that corresponds to the user's search term "calendar_description" and provides a human-readable label for the academic period against which residency was evaluated.
- CALENDAR_TYPE and SEQUENCE_NUMBER — the calendar type and instance sequence forming the link to IGS_CA_INST_ALL.
- START_DATE / END_DATE — the effective start and end dates of the calendar instance.
- EVALUATION_DATE, EVALUATOR, COMMENTS — the residency determination details.
- RESIDENT_DETAILS_ID, PERSON_ID — surrogate identifiers for the residency record and the person.
- _DF — a descriptive flexfield reference indicator mapped to IGS_PE_PERS_RESIDENCY_FLEX.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical scenarios include producing a residency roster per academic calendar, auditing evaluations by evaluator or date, and extracting residency data for downstream fee or reporting systems. The calendar description is frequently the reporting label of choice.
Listing residency statuses for a specific calendar description:
SELECT person_number,
"_LA:RESIDENCY_CLASS" AS residency_class,
"_LA:RESIDENCY_STATUS" AS residency_status,
calendar_description,
evaluation_date
FROM igsfv_residency_statuses
WHERE calendar_description = :calendar_description;
Auditing evaluations within a date range:
SELECT person_number, evaluator, evaluation_date, calendar_description FROM igsfv_residency_statuses WHERE evaluation_date BETWEEN :from_date AND :to_date ORDER BY evaluation_date;
Because the object is obsolete and may not be implemented, alternative sources such as IGS_PE_RES_DTLS_ALL joined directly to HZ_PARTIES and IGS_CA_INST_ALL should be considered where the view is unavailable.
-
View: IGSFV_RESIDENCY_STATUSES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about the person's residency details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_RESIDENCY_STATUSES
12.1.1
-
View: IGSFV_RESIDENCY_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_RESIDENCY_STATUSES, object_name:IGSFV_RESIDENCY_STATUSES, status:VALID, product: IGS - Student System , description: This entity contains information about the person's residency details. , implementation_dba_data: APPS.IGSFV_RESIDENCY_STATUSES ,
-
View: AHL_DEPARTMENT_SHIFTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_DEPARTMENT_SHIFTS_V, object_name:AHL_DEPARTMENT_SHIFTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relating to Department Shifts , implementation_dba_data: APPS.AHL_DEPARTMENT_SHIFTS_V ,
-
VIEW: APPS.IGSBV_PROG_CAL_OFFERINGS
12.1.1
-
View: IGSBV_PROG_CAL_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CAL_OFFERINGS, object_name:IGSBV_PROG_CAL_OFFERINGS, status:VALID, product: IGS - Student System , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: APPS.IGSBV_PROG_CAL_OFFERINGS ,
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_GL_CM_COST_COMPARISON_V, object_name:PMIFV_GL_CM_COST_COMPARISON_V, status:VALID,
-
VIEW: APPS.PMIFV_GL_CM_COST_COMPARISON_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_GL_CM_COST_COMPARISON_V, object_name:PMIFV_GL_CM_COST_COMPARISON_V, status:VALID,
-
View: AHL_DEPARTMENT_SHIFTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_DEPARTMENT_SHIFTS_V, object_name:AHL_DEPARTMENT_SHIFTS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query relating to Department Shifts , implementation_dba_data: APPS.AHL_DEPARTMENT_SHIFTS_V ,
-
View: IGSBV_PROG_CAL_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROG_CAL_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CAL_OFFERINGS, object_name:IGSFV_PROG_CAL_OFFERINGS, status:VALID, product: IGS - Student System , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: APPS.IGSFV_PROG_CAL_OFFERINGS ,
-
VIEW: APPS.IGSFV_PROG_CAL_OFFERINGS
12.1.1
-
VIEW: APPS.AHL_DEPARTMENT_SHIFTS_V
12.2.2
-
View: IGSFV_PROG_CAL_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the offerings for a program calendar containing details of Program Code, calendar instance details and minimum / guaranteed assessment score. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_OFFERINGS, object_name:IGSBV_PROGRAM_OFFERINGS, status:VALID,
-
VIEW: APPS.IGSBV_UNIT_CAL_TYPE_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_CAL_TYPE_OFFERINGS, object_name:IGSBV_UNIT_CAL_TYPE_OFFERINGS, status:VALID,
-
VIEW: APPS.AHL_DEPARTMENT_SHIFTS_V
12.1.1
-
VIEW: APPS.IGSFV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_OFFERINGS, object_name:IGSFV_PROGRAM_OFFERINGS, status:VALID,
-
VIEW: APPS.IGSFV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CALENDAR_OFFERINGS, object_name:IGSFV_PROG_CALENDAR_OFFERINGS, status:VALID,
-
View: IGSFV_UNIT_CAL_TYPE_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_CAL_TYPE_OFFERINGS, object_name:IGSFV_UNIT_CAL_TYPE_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a full view, which describes an offering of a unit within a calendar type. , implementation_dba_data: APPS.IGSFV_UNIT_CAL_TYPE_OFFERINGS ,
-
View: IGSBV_UNIT_CAL_TYPE_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_CAL_TYPE_OFFERINGS, object_name:IGSBV_UNIT_CAL_TYPE_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view, which describes an offering of a unit within a calendar type. , implementation_dba_data: APPS.IGSBV_UNIT_CAL_TYPE_OFFERINGS ,
-
VIEW: APPS.IGSFV_RESIDENCY_STATUSES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_RESIDENCY_STATUSES, object_name:IGSFV_RESIDENCY_STATUSES, status:VALID,
-
VIEW: APPS.IGSFV_AS_UNIT_SEC_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_SEC_ATTENDANCES, object_name:IGSFV_AS_UNIT_SEC_ATTENDANCES, status:VALID,
-
VIEW: APPS.IGSBV_AS_UNIT_SEC_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_UNIT_SEC_ATTENDANCES, object_name:IGSBV_AS_UNIT_SEC_ATTENDANCES, status:VALID,
-
View: IGSFV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROGRAM_OFFERINGS, object_name:IGSFV_PROGRAM_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a full view, which describes an offerings of a university program within a calendar type. , implementation_dba_data: APPS.IGSFV_PROGRAM_OFFERINGS ,
-
VIEW: APPS.PMIFV_BURDEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BURDEN_V, object_name:PMIFV_BURDEN_V, status:VALID,
-
View: IGSBV_PROGRAM_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes an offerings of a university program within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UNIT_CAL_TYPE_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_CAL_TYPE_OFFERINGS, object_name:IGSFV_UNIT_CAL_TYPE_OFFERINGS, status:VALID,
-
View: IGSFV_UNIT_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_CALENDAR_OFFERINGS, object_name:IGSFV_UNIT_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a full view, which describes Unit Oferring Pattern of a unit offering option. , implementation_dba_data: APPS.IGSFV_UNIT_CALENDAR_OFFERINGS ,
-
View: IGSBV_PROGRAM_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROGRAM_OFFERINGS, object_name:IGSBV_PROGRAM_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view, which describes an offerings of a university program within a calendar type. , implementation_dba_data: APPS.IGSBV_PROGRAM_OFFERINGS ,
-
VIEW: APPS.IGSBV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CALENDAR_OFFERINGS, object_name:IGSBV_PROG_CALENDAR_OFFERINGS, status:VALID,
-
View: IGSBV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CALENDAR_OFFERINGS, object_name:IGSBV_PROG_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view , which describes the instances of a calendar type in that a particular program is on offer. , implementation_dba_data: APPS.IGSBV_PROG_CALENDAR_OFFERINGS ,
-
VIEW: APPS.PMIFV_BURDEN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_BURDEN_V, object_name:PMIFV_BURDEN_V, status:VALID,
-
View: IGSFV_AS_UNT_SECTION_AI_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: New Unit Assessment Item Group , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_PROG_CALENDAR_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view , which describes the instances of a calendar type in that a particular program is on offer. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_CALENDAR_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes Unit Offerring Pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_CAL_TYPE_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a base view, which describes an offering of a unit within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_CAL_TYPE_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes an offering of a unit within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_AS_UNIT_ASS_ITEM_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS, object_name:IGSFV_AS_UNIT_ASS_ITEM_GROUPS, status:VALID, product: IGS - Student System , description: Unit Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_UNIT_ASS_ITEM_GROUPS ,
-
View: IGSBV_AS_UNIT_SEC_ATTENDANCES
12.2.2
product: IGS - Student System (Obsolete) , description: Unit section attendances , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROGRAM_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes an offerings of a university program within a calendar type. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_AS_SUA_REFERENCE_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_SUA_REFERENCE_CODES, object_name:IGSBV_AS_SUA_REFERENCE_CODES, status:VALID,
-
VIEW: APPS.IGSBV_CALENDAR_PERIODS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_CALENDAR_PERIODS, object_name:IGSBV_CALENDAR_PERIODS, status:VALID,
-
View: IGSFV_AS_UNT_SECTION_AI_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AS_UNT_SECTION_AI_GROUPS, object_name:IGSFV_AS_UNT_SECTION_AI_GROUPS, status:VALID, product: IGS - Student System , description: New Unit Assessment Item Group , implementation_dba_data: APPS.IGSFV_AS_UNT_SECTION_AI_GROUPS ,
-
View: IGSFV_AS_UNIT_ASS_ITEM_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: Unit Assessment Item Group , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROG_CALENDAR_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view , which describes the instances of a calendar type in that a particular program is on offer. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CALENDAR_OFFERINGS, object_name:IGSFV_PROG_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a full view , which describes the instances of a calendar type in that a particular program is on offer. , implementation_dba_data: APPS.IGSFV_PROG_CALENDAR_OFFERINGS ,
-
View: IGSBV_AS_UNIT_SEC_ATTENDANCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_AS_UNIT_SEC_ATTENDANCES, object_name:IGSBV_AS_UNIT_SEC_ATTENDANCES, status:VALID, product: IGS - Student System , description: Unit section attendances , implementation_dba_data: APPS.IGSBV_AS_UNIT_SEC_ATTENDANCES ,
-
View: IGSFV_UNIT_CALENDAR_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes Unit Oferring Pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_UNIT_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_CALENDAR_OFFERINGS, object_name:IGSBV_UNIT_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view, which describes Unit Offerring Pattern of a unit offering option. , implementation_dba_data: APPS.IGSBV_UNIT_CALENDAR_OFFERINGS ,