Search Results igs_ps_stdnt_trn
Overview
IGS_PS_STDNT_TRN is a legacy table belonging to the IGS - Student System product family within Oracle E-Business Suite. The ETRM metadata explicitly identifies this product as obsolete, and the table itself is documented as "Not implemented in this database," meaning it does not exist in a standard Oracle EBS 12.1.1 or 12.2.2 installation. It survives as a reference artifact for historical data models and for customers who may have custom or pre-upgrade deployments derived from earlier Oracle Student System releases.
The entity describes the link between two programs (courses) in which a student was involved during a program transfer. When a learner moves from one programme of study to another, this table captures the origin programme, the destination programme, and the effective transfer date, thereby establishing the audit chain between the two academic records. In Data Vault modeling terms, the metadata's heuristic classification is satellite-leaning. That classification should be treated as a modeling suggestion: the table's composite key primarily describes an event/relationship between two student-programme associations, suggesting it could be modeled as a link with descriptive satellite attributes, or as a link-satellite hybrid given its rich non-key payload (flags, UOO identifiers, status).
Key Information Stored
The table carries 19 documented columns. The primary key, IGS_PS_STDNT_TRN_PK, is defined over the composite of PERSON_ID, COURSE_CD, TRANSFER_COURSE_CD, and TRANSFER_DT. The unique index IGS_PS_STDNT_TRN_U1 mirrors this same column set, making it the business-key candidate; there is no separate single-column surrogate identifier documented.
- PERSON_ID — identifies the learner undergoing the transfer; part of the PK and a foreign key to IGS_EN_STDNT_PS_ATT_ALL.
- COURSE_CD — the originating programme/version from which the student is transferring.
- TRANSFER_COURSE_CD — the destination programme to which the student transfers.
- TRANSFER_DT — the effective date of the transfer event; completes the composite key.
- EFFECTIVE_TERM_CAL_TYPE and EFFECTIVE_TERM_SEQUENCE_NUM — the academic term (calendar type plus sequence) in which the transfer takes effect; foreign key to IGS_CA_INST_ALL.
- APPROVED_DATE — the date the transfer was formally approved.
- STATUS_FLAG and STATUS_DATE — the current processing state of the transfer record and when that state was set.
- TRANSFER_ADV_STAND_FLAG — indicates whether advanced standing or credit was granted as part of the transfer.
- DISCONTINUE_SOURCE_FLAG — indicates whether the source programme is discontinued upon transfer.
- UOOIDS_TO_TRANSFER and SUSA_TO_TRANSFER — delimited lists of unit-of-study and student-unit-attempt identifiers to be carried forward.
- COMMENTS — free-text administrative notes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard Oracle audit columns.
Common Use Cases and Queries
Because the object is obsolete, production use cases are limited to historical reporting, data migration, and upgrade remediation. A typical query reconstructs a student's transfer history by joining to the enrollment attempt table:
- Trace the transfer chain for a person:
SELECT course_cd, transfer_course_cd, transfer_dt, status_flag FROM igs_ps_stdnt_trn WHERE person_id = :p_person_id ORDER BY transfer_dt; - Reconcile transfers against enrollment records using the FK on PERSON_ID and COURSE_CD to IGS_EN_STDNT_PS_ATT_ALL.
- Report advanced-standing grants by filtering on TRANSFER_ADV_STAND_FLAG.
- Drive term-based reporting by joining EFFECTIVE_TERM_CAL_TYPE and EFFECTIVE_TERM_SEQUENCE_NUM to IGS_CA_INST_ALL.
- Migrate carry-forward unit data by parsing UOOIDS_TO_TRANSFER and SUSA_TO_TRANSFER into the successor enrollment structures.
Related Objects
- IGS_EN_STDNT_PS_ATT_ALL — referenced via PERSON_ID/COURSE_CD and PERSON_ID/TRANSFER_COURSE_CD; the primary enrollment anchor.
- IGS_CA_INST_ALL — referenced via EFFECTIVE_TERM_CAL_TYPE and EFFECTIVE_TERM_SEQUENCE_NUM for calendar/term validation.
- IGS_PS_STDNT_UNT_TRN — the unit-level counterpart, referencing this table on PERSON_ID, COURSE_CD, TRANSFER_COURSE_CD, and TRANSFER_DT.
- IGS_PS_STDNT_TRN_PK / IGS_PS_STDNT_TRN_U1 — the primary-key constraint and unique business-key index.
-
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 ,
-
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 ,
-
APPS.IGS_AD_VAL_ACA SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_STDNT_TRN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STDNT_TRN, status:VALID,
-
APPS.IGS_PS_STDNT_TRN_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_STUDENT_PRG_TRANSFERS
12.1.1
-
APPS.IGS_EN_VAL_SCT SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_STUDENT_PRG_TRANSFERS
12.1.1
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACA, status:VALID,
-
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 ,
-
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_ST_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_001, 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_PS_STDNT_TRN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_STDNT_TRN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_STDNT_TRN_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCT, 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 ,
-
TABLE: IGS.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,
-
PACKAGE BODY: APPS.IGS_EN_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_002, 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 ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_006, status:VALID,
-
APPS.IGS_EN_VAL_SCA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_PRC_TRANSCRPT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_PRC_TRANSCRPT, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_HE_FTE_CALC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_FTE_CALC_PKG, status:VALID,
-
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 ,
-
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_EN_VAL_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUA, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACA
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCA, 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_EN_TRANSFER_APIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_TRANSFER_APIS, status:VALID,
-
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_FUTURE_DT_TRANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_FUTURE_DT_TRANS, status:VALID,
-
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: 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,
-
PACKAGE BODY: APPS.IGS_EN_STDNT_PS_ATT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_STDNT_PS_ATT_PKG, status:VALID,
-
APPS.IGS_EN_FUTURE_DT_TRANS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCT
12.1.1
-
APPS.IGS_ST_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_EN_GEN_002 SQL Statements
12.1.1
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AS_PRC_TRANSCRPT SQL Statements
12.1.1
-
APPS.IGS_AS_GEN_003 SQL Statements
12.1.1
-
APPS.IGS_SS_ENROLL_PKG SQL Statements
12.1.1
-
APPS.IGS_EN_SUA_LGCY_PUB SQL Statements
12.1.1