Search Results transfer_program_title
Overview
The APPS.IGSFV_STUDENT_PRG_TRANSFERS view is a Business Intelligence System (BIS) view registered in the E-Business Suite under the APPS schema, with FND Design Data identifier IGS.IGSFV_STUDENT_PRG_TRANSFERS. It belongs to the Oracle Student Systems (IGS) product family and exposes information about student program attempt transfers — that is, records describing when a student's program attempt has been transferred from one program to another. The view has a documented status of VALID and is classified explicitly as a Business Intelligence System view, meaning it is intended primarily for operational reporting, extract, and downstream analytical consumption rather than for OLTP transaction processing.
Because the view presents denormalized, human-readable attributes — person name, person number, program titles, and effective term descriptions — it is well suited for ad hoc queries, BI Publisher reports, OBIEE/OTBI-style extracts, and integration feeds where a user-friendly representation of transfer activity is required. The view carries the standard WHO audit columns, confirming it is a reporting projection layered over the underlying IGS base entities rather than a primary transactional table.
Underlying Base Objects
The ETRM documentation for this object does not enumerate the referenced base objects; the metadata lists "Referenced base objects: none documented." In practice, as a BIS view in the IGS schema, it is defined over the student program attempt transfer entity and its related person, program, and term calendar entities. The column set indicates that it joins the program attempt transfer record to person identification data (to derive PERSON_NUMBER and PERSON_NAME), to program definitions (to derive PROGRAM_TITLE and TRANSFER_PROGRAM_TITLE), and to term calendar instances (to derive EFFECTIVE_TERM_CAL_DESC). Because the base object list is not documented in the supplied metadata, consumers should treat the view as the supported reporting interface and avoid assuming a specific physical join path. Oracle supports querying the view through its documented columns; direct dependency on underlying tables is not part of the published contract.
Key Columns
PERSON_IDENTIFIER,PERSON_NUMBER,PERSON_NAME— Identify the student. Person name is exposed at length 360, indicating concatenated name components.PROGRAM_CODE,PROGRAM_TITLE— The program the student is enrolled in or transferring to.TRANSFER_PROGRAM_CODE,TRANSFER_PROGRAM_TITLE— The program from which the attempt is transferred ("From" program). This is the column most relevant to the user search term transfer_program_title.TRANSFER_DATE,APPROVED_DATE— Dates the transfer was processed and approved.COMMENTS(2000) — Free-text notes linking the To and From programs.EFFECTIVE_TERM_CAL_TYPE,EFFECTIVE_TERM_SEQUENCE_NUM,EFFECTIVE_TERM_CAL_DESC— The effective term context for the transfer.DISCONTINUE_SOURCE_FLAG— Whether the source program is discontinued after transfer.TRANSFER_ADV_STAND_FLAG,UOOIDS_TO_TRANSFER,SUSA_TO_TRANSFER— Control advanced standing and unit/unit-set attempt transfer for future-dated transfers.- WHO columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include auditing program transfers, reporting transfer volumes by term, and reconciling advanced-standing or discontinue-source decisions. A representative query filtering on the search term follows:
SELECT person_number, person_name, program_title, transfer_program_title, transfer_date FROM apps.igsfv_student_prg_transfers WHERE transfer_program_title IS NOT NULL;SELECT effective_term_cal_desc, COUNT(*) FROM apps.igsfv_student_prg_transfers GROUP BY effective_term_cal_desc;
-
VIEW: APPS.IGSFV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PRG_TRANSFERS, object_name:IGSFV_STUDENT_PRG_TRANSFERS, status:VALID,
-
View: IGSBV_STUDENT_PRG_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the student program attempt transfers. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PRG_TRANSFERS, object_name:IGSBV_STUDENT_PRG_TRANSFERS, status:VALID,
-
VIEW: APPS.IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_STUDENT_UNIT_TRANSFERS, status:VALID,
-
View: IGSBV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PRG_TRANSFERS, object_name:IGSBV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers. , implementation_dba_data: APPS.IGSBV_STUDENT_PRG_TRANSFERS ,
-
View: IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSBV_STUDENT_UNIT_TRANSFERS ,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID,
-
View: IGSBV_STUDENT_UNIT_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID, product: IGS - Student System , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: APPS.IGSFV_STUDENT_UNIT_TRANSFERS ,
-
View: IGSFV_STUDENT_PRG_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PRG_TRANSFERS, object_name:IGSFV_STUDENT_PRG_TRANSFERS, status:VALID, product: IGS - Student System , description: This entity contains the student program attempt transfers , implementation_dba_data: APPS.IGSFV_STUDENT_PRG_TRANSFERS ,
-
View: IGSFV_STUDENT_PRG_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains the student program attempt transfers , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_UNIT_TRANSFERS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the link between two units that were involved in a program transfer , implementation_dba_data: Not implemented in this database ,
-
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'. ,