Search Results igs_en_gen_008
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
-
PACKAGE BODY: APPS.IGS_EN_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_008, status:VALID,
-
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_PR_SCA_US_V
12.1.1
-
PACKAGE: APPS.IGS_EN_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_008, status:VALID,
-
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: APPS.IGS_SS_EN_SUA_DTLS_V
12.1.1
-
SYNONYM: APPS.IGS_EN_USEC_DISC_DL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_USEC_DISC_DL, status:VALID,
-
SYNONYM: APPS.IGS_PE_USR_ARG_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_USR_ARG_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_UNIT_DISC_CRT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_DISC_CRT, status:VALID,
-
SYNONYM: APPS.IGS_PE_USR_ADISC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_USR_ADISC_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_VAL_SEI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_VAL_SEI, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_OFR_WLST_OPT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_OFR_WLST_OPT, status:VALID,
-
SYNONYM: APPS.IGS_EN_NSTD_USEC_DL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_NSTD_USEC_DL, status:VALID,
-
SYNONYM: APPS.IGS_PS_PAT_OF_STUDY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_PAT_OF_STUDY, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_013
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_013, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_010, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_014, status:VALID,
-
SYNONYM: APPS.IGS_PR_STDNT_PR_OU_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_STDNT_PR_OU_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_OFR_UNIT_SET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_OFR_UNIT_SET, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_002, status:VALID,
-
SYNONYM: APPS.IGS_PS_USEC_GRD_SCHM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_GRD_SCHM, status:VALID,
-
SYNONYM: APPS.IGS_AS_SC_ATMPT_ENR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SC_ATMPT_ENR, status:VALID,
-
PACKAGE: APPS.IGS_OR_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_OR_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SCT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SCT, status:VALID,
-
SYNONYM: APPS.IGS_PS_UNIT_GRD_SCHM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_UNIT_GRD_SCHM, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_SUA_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_SUA_API, status:VALID,
-
SYNONYM: APPS.IGS_OR_STATUS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_OR_STATUS, status:VALID,
-
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 ,
-
SYNONYM: APPS.IGS_EN_METHOD_TYPE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_METHOD_TYPE, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_003, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_004, status:VALID,
-
PACKAGE: APPS.IGS_CA_GEN_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_CA_GEN_002, status:VALID,
-
View: IGS_SS_EN_SUA_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_SUA_DTLS_V, object_name:IGS_SS_EN_SUA_DTLS_V, status:VALID, product: IGS - Student System , description: It will display all the sections for the student , implementation_dba_data: APPS.IGS_SS_EN_SUA_DTLS_V ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_EN_ENROLL_WLST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ENROLL_WLST, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_DROP_UNITS_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_DROP_UNITS_API, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGB_OVR_UOO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGB_OVR_UOO_PKG, status:VALID,
-
View: IGS_SS_EN_SUA_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: It will display all the sections for the student , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PS_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_STAT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_016
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_016, status:VALID,
-
SYNONYM: APPS.IGS_EN_CAL_CONF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_CAL_CONF, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_018
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_018, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_PLAN_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_PLAN_UTILS, status:VALID,
-
SYNONYM: APPS.IGS_AD_OFR_RESP_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFR_RESP_STAT, status:VALID,