Search Results igs_uc_crse_dets
Overview
The IGS_UC_CRSE_DETS table is a core data structure within the Oracle E-Business Suite's now-obsolete Student System (IGS) module. Its primary function was to manage supplementary course information specifically for integration with the Universities and Colleges Admissions Service (UCAS) in the United Kingdom. The table served as a central repository for details that were synchronized with two key UCAS views: 'cvCourse' and 'uvCourse'. It was designed to hold data not only for the institution's own courses but also for courses offered by other institutes, facilitating a unified data exchange framework. As indicated by its "Obsolete" status in ETRM metadata for versions 12.1.1 and 12.2.2, this table and its associated functionality are part of a legacy component that is no longer actively developed or implemented in newer database instances.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies a course record within the UCAS synchronization context. This key consists of four columns: SYSTEM_CODE, UCAS_PROGRAM_CODE, INSTITUTE, and UCAS_CAMPUS. While the specific descriptive column details are not enumerated in the provided metadata, the table's purpose indicates it would store attributes pertinent to UCAS reporting and clearing operations. These likely included data points such as course availability status, vacancy information, specific operational flags for the UCAS cycle, and other details required to populate the designated UCAS views accurately. The table acts as an extension to basic course definitions, holding the UCAS-specific attributes.
Common Use Cases and Queries
The primary use case for this table was the batch synchronization of course data to the UCAS service. Processes would query this table to extract records for transmission or to update internal statuses based on UCAS feedback. Common operational queries would involve joining to application tables to assess course capacity during the admissions cycle. For instance, identifying courses with active vacancies for the clearing round would be a typical reporting requirement. A sample query pattern might involve selecting course details for a specific institution and system cycle, often joining with related tables like IGS_UC_CRSE_VAC_OPS for vacancy operations or IGS_UC_APP_CHOICES to understand applicant demand against available seats.
Related Objects
The IGS_UC_CRSE_DETS table sits within a network of related UCAS entities, as defined by its foreign key relationships. It references the IGS_UC_DEFAULTS table via the SYSTEM_CODE column, establishing a link to system-wide UCAS parameters. More significantly, it is referenced as a parent table by several key transactional tables:
- IGS_UC_APP_CHOICES: Links applicant course choices to the specific UCAS course details. The join uses columns (SYSTEM_CODE, UCAS_PROGRAM_CODE, INSTITUTE_CODE, CAMPUS).
- IGS_UC_APP_CLR_RND: Connects clearing round applications to the course details via (SYSTEM_CODE, UCAS_PROGRAM_CODE, INSTITUTION, UCAS_CAMPUS).
- IGS_UC_CRSE_KEYWRDS: Associates search keywords with a UCAS course record using (SYSTEM_CODE, UCAS_PROGRAM_CODE, INSTITUTE, UCAS_CAMPUS).
- IGS_UC_CRSE_VAC_OPS: Tracks vacancy operations for a course, linked by the same four-part key (SYSTEM_CODE, UCAS_PROGRAM_CODE, INSTITUTE, UCAS_CAMPUS).
-
Table: IGS_UC_CRSE_DETS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds additional details for a course that are updated to UCAS views Also holds details of courses run by other institutes , to synchronize with UCAS views 'cvCourse','uvCourse'. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_CRSE_DETS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CRSE_DETS, object_name:IGS_UC_CRSE_DETS, status:VALID, product: IGS - Student System , description: Holds additional details for a course that are updated to UCAS views Also holds details of courses run by other institutes , to synchronize with UCAS views 'cvCourse','uvCourse'. , implementation_dba_data: IGS.IGS_UC_CRSE_DETS ,
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_UC_CRSE_DETS
12.1.1
-
APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_CRSE_DETS
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_CRSE_DETS
12.1.1
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_CRSE_DETS
12.1.1
-
APPS.IGS_UC_CRSE_DETS_PKG dependencies on IGS_UC_CRSE_DETS
12.1.1
-
SYNONYM: APPS.IGS_UC_CRSE_DETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_UC_CRSE_DETS, status:VALID,
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_UCRSVOP_INTS
12.1.1
-
APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_CRSE_VAC_OPS
12.1.1
-
VIEW: APPS.IGSBV_UC_COURSE_DETAILS
12.1.1
-
VIEW: APPS.IGSFV_UC_APPLICANT_CHOICES
12.1.1
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_CCRSE_INTS
12.1.1
-
APPS.IGS_UC_PROC_COM_INST_DATA dependencies on IGS_UC_UCRSVAC_INTS
12.1.1
-
Table: IGS_UC_CRSE_VAC_OPS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds course vacancy options that are updated to UCAS views . It synchronizes with UCAS view 'uvCourseVacOptions' , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_APP_CLR_RND
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CLR_RND, object_name:IGS_UC_APP_CLR_RND, status:VALID, product: IGS - Student System , description: Holds applicant clearing round details . It synchronizes with UCAS view 'ivStartZ2'. , implementation_dba_data: IGS.IGS_UC_APP_CLR_RND ,
-
VIEW: APPS.IGSBV_UC_COURSE_VAC_OPTIONS
12.1.1
-
VIEW: APPS.IGSFV_UC_COURSE_DETAILS
12.1.1
-
APPS.IGS_UC_CRSE_DETS_PKG dependencies on IGS_UC_CRSE_DETS_PKG
12.1.1
-
APPS.IGS_UC_EXT_MARVIN SQL Statements
12.1.1
-
View: IGSFV_UC_APPLICANT_CHOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_APPLICANT_CHOICES, object_name:IGSFV_UC_APPLICANT_CHOICES, status:VALID, product: IGS - Student System , description: Full View for Applicant choices , implementation_dba_data: APPS.IGSFV_UC_APPLICANT_CHOICES ,
-
Table: IGS_UC_APP_CLR_RND
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant clearing round details . It synchronizes with UCAS view 'ivStartZ2'. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_CRSE_VAC_OPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CRSE_VAC_OPS, object_name:IGS_UC_CRSE_VAC_OPS, status:VALID, product: IGS - Student System , description: Holds course vacancy options that are updated to UCAS views . It synchronizes with UCAS view 'uvCourseVacOptions' , implementation_dba_data: IGS.IGS_UC_CRSE_VAC_OPS ,
-
Table: IGS_UC_APP_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_CRSE_KEYWRDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_CRSE_KEYWRDS, object_name:IGS_UC_CRSE_KEYWRDS, status:VALID, product: IGS - Student System , description: Holds the keywords linked to a course during the UCAS admission cycle . It synchronizes with UCAS view 'uvCourseKeyword' , implementation_dba_data: IGS.IGS_UC_CRSE_KEYWRDS ,
-
VIEW: APPS.IGSFV_UC_COURSE_VAC_OPTIONS
12.1.1
-
Table: IGS_UC_CRSE_KEYWRDS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the keywords linked to a course during the UCAS admission cycle . It synchronizes with UCAS view 'uvCourseKeyword' , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_APPLICANT_CHOICES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Applicant choices , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UC_TRANSACTIONS
12.1.1
-
Table: IGS_UC_APP_CHOICES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_APP_CHOICES, object_name:IGS_UC_APP_CHOICES, status:VALID, product: IGS - Student System , description: Holds applicant choice details and related offer details. It is also used to synchronize with UCAS view 'ivOffer'.It also syncs. to 'ivStarC'.This table will hold child records only when the parent table 'IGS_UC_APPLICANTS' has 'App_No' pop , implementation_dba_data: IGS.IGS_UC_APP_CHOICES ,
-
PACKAGE BODY: APPS.IGS_UC_PROC_COM_INST_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_COM_INST_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_CRSE_DETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_CRSE_DETS_PKG, status:VALID,
-
View: IGSBV_UC_COURSE_VAC_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Course Vacancy Options , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_DEFAULTS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_UC_DEFAULTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_DEFAULTS, object_name:IGS_UC_DEFAULTS, status:VALID, product: IGS - Student System , description: Holds default values that will get applied to UCAS application records being imported into OSS . This table will always hold 1 record at any time , implementation_dba_data: IGS.IGS_UC_DEFAULTS ,
-
APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_MV_UVCRS_VOP
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_ISTARZ1_INTS
12.1.1
-
View: IGSBV_UC_COURSE_VAC_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_COURSE_VAC_OPTIONS, object_name:IGSBV_UC_COURSE_VAC_OPTIONS, status:VALID, product: IGS - Student System , description: Base View for Course Vacancy Options , implementation_dba_data: APPS.IGSBV_UC_COURSE_VAC_OPTIONS ,
-
PACKAGE BODY: APPS.IGS_UC_EXT_MARVIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXT_MARVIN, status:VALID,
-
APPS.IGS_UC_CRSE_DETS_PKG SQL Statements
12.1.1
-
View: IGSFV_UC_COURSE_VAC_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_VAC_OPTIONS, object_name:IGSFV_UC_COURSE_VAC_OPTIONS, status:VALID, product: IGS - Student System , description: Full View for Course Vacancy Options , implementation_dba_data: APPS.IGSFV_UC_COURSE_VAC_OPTIONS ,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_TO_OSS, status:VALID,
-
View: IGSBV_UC_COURSE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UC_COURSE_DETAILS, object_name:IGSBV_UC_COURSE_DETAILS, status:VALID, product: IGS - Student System , description: Base View for UCAS Course Details table , implementation_dba_data: APPS.IGSBV_UC_COURSE_DETAILS ,
-
View: IGSFV_UC_COURSE_VAC_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Course Vacancy Options , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_COURSE_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UC_COURSE_DETAILS, object_name:IGSFV_UC_COURSE_DETAILS, status:VALID, product: IGS - Student System , description: Full View for UCAS Course Details Table , implementation_dba_data: APPS.IGSFV_UC_COURSE_DETAILS ,
-
View: IGSFV_UC_COURSE_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UCAS Course Details Table , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UC_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for UCAS Transactions table , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_UC_PROC_APPLICATION_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_APPLICATION_DATA, status:VALID,
-
View: IGSBV_UC_COURSE_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for UCAS Course Details table , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_REF_OFF_ABRV
12.1.1