Search Results igs_ps_stdnt_unt_trn
Overview
IGS_PS_STDNT_UNT_TRN is a legacy Student System table that resides in the IGS product schema. As indicated by its product designation, it belongs to the obsolete Oracle Student System (SIS) module rather than to the current Oracle Student Cloud or any supported EBS application. The table describes the linkage between two academic units that were involved in a program transfer transaction — that is, the originating unit a student was enrolled in and the destination unit into which the student transferred.
The ETRM metadata records this object as "Not implemented in this database," meaning the table is documented in the reference model but does not physically exist in a standard Oracle EBS 12.1.1 or 12.2.2 installation. It is retained for historical and reference purposes only. Based on the foreign key topology, the heuristic Data Vault classification for this object is a link table — it sits between the student transfer header and the student unit attempt records, resolving a many-to-many style association across transfer events.
Key Information Stored
The table is documented with thirteen columns at the physical level. The columns of greatest significance are:
- PERSON_ID — Identifies the student involved in the transfer. Part of the composite primary key and a foreign key to IGS_PS_STDNT_TRN and IGS_EN_SU_ATTEMPT_ALL.
- COURSE_CD — The originating course/unit code from which the student transferred.
- TRANSFER_COURSE_CD — The destination course/unit code into which the student transferred.
- TRANSFER_DT — The date on which the transfer took effect.
- UOO_ID — The unit offering option identifier, tying the transfer to a specific unit offering instance.
- UNIT_CD — The unit code associated with the transfer record.
- CAL_TYPE — The calendar type governing the unit occurrence.
- CI_SEQUENCE_NUMBER — A sequencing value used to order records within a calendar instance.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard Oracle WHO audit columns.
The documented primary key, IGS_PS_STDNT_UNT_TRN_PK, is a composite surrogate/business key spanning PERSON_ID, COURSE_CD, TRANSFER_COURSE_CD, TRANSFER_DT, and UOO_ID. This same set of columns forms the only unique index on the table, which means all five columns together constitute the business-key candidate; there is no separate system-generated single-column surrogate.
Common Use Cases and Queries
Typical reporting scenarios center on reconstructing a student's transfer history between units and reconciling that history with enrollment attempts. A representative query joining the transfer link to its parent header would resemble:
- Listing all transfers for a person within a date range, joining PERSON_ID and COURSE_CD back to IGS_PS_STDNT_TRN.
- Identifying the destination unit attempts by joining UOO_ID and PERSON_ID to IGS_EN_SU_ATTEMPT_ALL.
- Auditing transfer sequences by ordering on CAL_TYPE and CI_SEQUENCE_NUMBER.
- Producing institutional reporting on transfer volumes by COURSE_CD and TRANSFER_COURSE_CD pairings.
Because the object is obsolete and not implemented, these queries are relevant only to legacy data migrations, historical archive analysis, or conversion projects moving Student System data into a supported platform.
Related Objects
- IGS_PS_STDNT_TRN — Parent transfer header; joined on PERSON_ID and COURSE_CD.
- IGS_EN_SU_ATTEMPT_ALL — Student unit attempt records; joined on PERSON_ID, COURSE_CD, and UOO_ID.
- IGS_PS_STDNT_UNT_TRN_PK — The unique index enforcing the composite primary key.
Given the obsolete status, downstream dependencies are confined to legacy Student System code paths and migration scripts rather than active EBS concurrent programs or APIs.
-
Table: IGS_PS_STDNT_UNT_TRN
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the link between two units, which were involved in a program transfer. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_STDNT_UNT_TRN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_UNT_TRN, object_name:IGS_PS_STDNT_UNT_TRN, status:VALID, product: IGS - Student System , description: This table describes the link between two units, which were involved in a program transfer. , implementation_dba_data: IGS.IGS_PS_STDNT_UNT_TRN ,
-
APPS.IGS_PS_STDNT_UNT_TRN_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_STDNT_UNT_TRN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STDNT_UNT_TRN, status:VALID,
-
APPS.IGS_EN_VAL_SUT SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_007 SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_STDNT_UNT_TRN_PKG
12.1.1
-
Table: IGS_PS_STDNT_TRN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the link between two programs, which were involved in a program transfer. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
-
PACKAGE: APPS.IGS_AS_PRC_TRANSCRPT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AS_PRC_TRANSCRPT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUT, status:VALID,
-
TABLE: IGS.IGS_PS_STDNT_UNT_TRN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_UNT_TRN, object_name:IGS_PS_STDNT_UNT_TRN, status:VALID,
-
Table: IGS_PS_STDNT_TRN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_STDNT_TRN, object_name:IGS_PS_STDNT_TRN, status:VALID, product: IGS - Student System , description: This entity describes the link between two programs, which were involved in a program transfer. , implementation_dba_data: IGS.IGS_PS_STDNT_TRN ,
-
PACKAGE BODY: APPS.IGS_PS_STDNT_UNT_TRN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_STDNT_UNT_TRN_PKG, status:VALID,
-
APPS.IGS_EN_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CP_GPA, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_007, status:VALID,
-
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.IGS_SS_ENROLL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENROLL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_PRC_TRANSCRPT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_PRC_TRANSCRPT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_001, status:VALID,
-
VIEW: APPS.IGS_PR_ACAD_UNIT_V
12.1.1
-
VIEW: APPS.IGS_PR_SUA_FINAL_OUTCOME_V
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_AS_SU_STMPTOUT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SU_STMPTOUT_PKG, status:VALID,
-
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: 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 ,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUA, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_EN_SUA_LGCY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_LGCY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUT
12.1.1
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_ALL, object_name:IGS_EN_SU_ATTEMPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_ALL ,
-
Table: IGS_EN_SU_ATTEMPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular unit offered by the university. This table is modified to capture the Organizational unit code for the student finance requirements. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_PRC_TRANSCRPT SQL Statements
12.1.1
-
View: IGS_PR_SUA_FINAL_OUTCOME_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the outcome to a student unit attempt, in theform of a mark and possibly a grade (if the default grade for themark is overridden).It also descibes a student's attempt at studying a particularunit offered by the universit , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_EN_SU_ATTEMPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SU_ATTEMPT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_FUTURE_DT_TRANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_FUTURE_DT_TRANS, status:VALID,
-
View: IGS_PR_SUA_FINAL_OUTCOME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_FINAL_OUTCOME_V, object_name:IGS_PR_SUA_FINAL_OUTCOME_V, status:VALID, product: IGS - Student System , description: This view describes the outcome to a student unit attempt, in theform of a mark and possibly a grade (if the default grade for themark is overridden).It also descibes a student's attempt at studying a particularunit offered by the universit , implementation_dba_data: APPS.IGS_PR_SUA_FINAL_OUTCOME_V ,
-
APPS.IGS_AS_GEN_003 SQL Statements
12.1.1
-
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: IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID, product: IGS - Student System , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: APPS.IGS_PR_ACAD_UNIT_V ,
-
View: IGS_PR_ACAD_UNIT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains Student Unit Attempt details with statistics and grades. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_UNIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_UNIT_V, object_name:IGS_PR_ACAD_UNIT_V, status:VALID,
-
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: APPS.IGS_PR_SUA_FINAL_OUTCOME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_FINAL_OUTCOME_V, object_name:IGS_PR_SUA_FINAL_OUTCOME_V, status:VALID,
-
APPS.IGS_SS_ENROLL_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_VAL_SUA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_007
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_001
12.1.1