Search Results enrp_get_us_title
Overview
The view APPS.IGS_PS_OFR_OPT_UNIT_SET_V is a student-system reporting object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 releases, delivered as part of the Oracle Student System (formerly iGS) product family. It exposes the association between unit sets and the course offerings (course option occurrences) to which those unit sets apply, combining data from the curriculum offering model with structural unit-set definitions. The view collects unit-set identity and status information together with offering-level attributes such as course code, calendar type, location, and attendance details, producing a denormalised structure intended for inquiry screens, concurrent reports, and integration extracts.
A distinguishing characteristic of the view is its use of a UNION ALL across two branches, reflecting two distinct ways in which a unit set may be attached to an offering: directly at the course-offering option level, or at the course-option occurrence level. The first branch returns offerings that have no child occurrence records, while the second returns those explicitly defined at the occurrence level. This pattern ensures that every valid unit-set/offering combination is surfaced exactly once, avoiding double counting while preserving complete coverage.
Underlying Base Objects
Although the documented ETRM metadata lists no referenced base objects, the view text identifies the following tables: IGS_PS_OFR_UNIT_SET, which maps unit sets to course offerings at the offering-option level; IGS_PS_OFR_OPT, holding the course offering option records; IGS_EN_UNIT_SET, the master unit-set definition containing title, status, category, and validity dates; and IGS_PS_OF_OPT_UNT_ST, the course-option occurrence-to-unit-set association. Joins are driven by unit_set_cd, version_number, course_cd, crv_version_number, and CAL_TYPE. The first branch filters delete_flag = 'N' on the offering option and excludes offerings with occurrence records via a NOT EXISTS subquery, while the second branch joins directly through the occurrence table.
Key Columns
UNIT_SET_CD,VERSION_NUMBER— Identity and version of the unit set.COURSE_CD,CRV_VERSION_NUMBER,CAL_TYPE— Course, curriculum version, and calendar context of the offering.LOCATION_CD,ATTENDANCE_MODE,ATTENDANCE_TYPE,COO_ID— Offering delivery attributes and offering option identifier.START_DT,REVIEW_DT,EXPIRY_DT,END_DT— Validity window of the unit set.UNIT_SET_STATUS,UNIT_SET_CAT,SHORT_TITLE,ABBREVIATION— Status, classification, and descriptive attributes.- Derived title column — produced by the function
IGS_EN_GEN_008.ENRP_GET_US_TITLE, truncated to 90 characters. The packageIGS_EN_GEN_008is the user-search subject and is the generator that resolves the display title of a unit set. - Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical applications include validating unit-set attachment to offerings, generating curriculum catalogues, and driving integration payloads. A representative query filters by course and calendar type:
SELECT unit_set_cd, version_number, course_cd, cal_type, unit_set_status
FROM apps.igs_ps_ofr_opt_unit_set_v
WHERE course_cd = :course AND cal_type = :cal_type;
Analysts also use the view to audit offerings without occurrence-level overrides, or to reconcile unit-set titles produced by IGS_EN_GEN_008 against master definitions in IGS_EN_UNIT_SET. Because it is a view rather than a table, no DML should be issued against it.
-
VIEW: APPS.IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET_VALID_V
12.1.1
-
VIEW: APPS.IGS_PR_SCA_US_V
12.1.1
-
View: IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT_UNIT_SET_V, object_name:IGS_PS_OFR_OPT_UNIT_SET_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_OFR_OPT_UNIT_SET_V ,
-
VIEW: APPS.IGS_EN_SUSA_PARENT_V
12.1.1
-
View: IGS_PS_OFR_OPT_UNIT_SET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUSA_PARENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SUSA_PARENT_V, object_name:IGS_EN_SUSA_PARENT_V, status:VALID, product: IGS - Student System , description: This view determines the unit sets that are able to be linked as a parent for a student unit set attempt. The exists field is an indicator to show if the parent exists as a student unit set attempt. If not, then it will need to be created b , implementation_dba_data: APPS.IGS_EN_SUSA_PARENT_V ,
-
View: IGS_EN_UNIT_SET_VALID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET_VALID_V, object_name:IGS_EN_UNIT_SET_VALID_V, status:VALID, product: IGS - Student System , description: This view provides valid unit sets for student, and or an option to reselect unit set that student had previously. , implementation_dba_data: APPS.IGS_EN_UNIT_SET_VALID_V ,
-
View: IGS_PR_SCA_US_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SCA_US_V, object_name:IGS_PR_SCA_US_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SCA_US_V ,
-
View: IGS_PR_SCA_US_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_UNIT_SET_VALID_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view provides valid unit sets for student, and or an option to reselect unit set that student had previously. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SUSA_PARENT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view determines the unit sets that are able to be linked as a parent for a student unit set attempt. The exists field is an indicator to show if the parent exists as a student unit set attempt. If not, then it will need to be created b , implementation_dba_data: Not implemented in this database ,
-
PACKAGE: APPS.IGS_EN_GEN_008
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_EN_UNIT_SET
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_PS_OFR_UNIT_SET
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_008
12.1.1
-
APPS.IGS_EN_GEN_008 dependencies on IGS_AS_SU_SETATMPT
12.1.1