Search Results igs_ps_ofr_opt_unit_set_v
Overview
IGS_PS_OFR_OPT_UNIT_SET_V is a view within the Oracle EBS Student System (product code IGS), a module classified as obsolete in the ETRM 12.1.1 and 12.2.2 reference. The view exposes the association between unit sets and the offerings, option blocks, and course versions to which they apply. Its purpose is to present a flattened, reporting-friendly record of unit set definitions combined with their offering context, drawing together course identification, calendar type, attendance attributes, and unit set lifecycle dates. Because the product family is obsolete, the view is preserved principally for reference, legacy upgrade analysis, and historical data extraction rather than for new functional development. In release 12.2.2 the documented metadata records no owning schema and no referenced base objects, and the object is marked "Not implemented in this database" — that is, it exists in the data model definition but is absent from a standard installation.
Underlying Base Objects
The view text is defined as a UNION ALL of two query branches over three base tables: IGS_PS_OFR_UNIT_SET (aliased COUS), IGS_PS_OFR_OPT (aliased COO), and IGS_EN_UNIT_SET (aliased US), plus a semi-join against IGS_PS_OF_OPT_UNT_ST (aliased COOUS). The first branch joins offering unit sets to offering options on course code, version number, and calendar type, restricting to records where DELETE_FLAG = 'N' and where no matching row exists in IGS_PS_OF_OPT_UNT_ST for the given COO_ID. The second branch returns unit sets that are explicitly tied to an option through IGS_PS_OF_OPT_UNT_ST. The two branches therefore cover unit sets inherited at the offering level and unit sets overridden or defined at the option level. IGS_EN_UNIT_SET supplies the descriptive unit set attributes, while IGS_EN_GEN_008.ENRP_GET_US_TITLE, a stored function, resolves the display title.
Key Columns
- UNIT_SET_CD, US_VERSION_NUMBER — identify the unit set and its version.
- COURSE_CD, CRV_VERSION_NUMBER, CAL_TYPE — the course, course version, and calendar type of the associated offering.
- LOCATION_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE — delivery and attendance attributes of the offering.
- COO_ID — the offering option identifier linking the row to its option record.
- START_DT, REVIEW_DT, EXPIRY_DT, END_DT — lifecycle dates governing unit set validity.
- UNIT_SET_STATUS, UNIT_SET_CAT — status and category classifications of the unit set.
- Title, SHORT_TITLE, ABBREVIATION — descriptive text, with the title truncated to 90 characters by SUBSTR.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, taken from the offering unit set or option table in each branch.
Common Use Cases and Queries
Typical usage includes auditing which unit sets apply to a course offering, distinguishing offering-level from option-level assignments, and reconciling unit set validity windows against offering dates. A representative query retrieves active unit sets for a course version:
SELECT unit_set_cd, us_version_number, course_cd, crv_version_number, cal_type, location_cd, unit_set_status, start_dt, end_dt FROM igs_ps_ofr_opt_unit_set_v WHERE course_cd = :course AND crv_version_number = :version AND cal_type = :cal ORDER BY unit_set_cd;
A second pattern groups counts by attendance mode to summarise delivery coverage, while a third filters on COO_ID to isolate the option-level branch. As the view is not implemented in the reference database, confirm its presence in the target instance before relying on it in reports or interfaces; where absent, equivalent logic must be reconstructed from the four underlying tables.
-
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_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_UNIT_SET_VALID_V
12.1.1
-
VIEW: APPS.IGS_PR_SCA_US_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_SCFT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_SCFT, 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_HE_POOUS_OU_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_POOUS_OU_ALL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_POOUS_ALL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_POOUS_ALL_PKG, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_PAT_UNITSET_V
12.1.1
-
SYNONYM: APPS.IGS_PS_OF_OPT_UNT_ST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_OF_OPT_UNT_ST, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_SU_SETATMPT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_SU_SETATMPT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_UNIT_SETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_UNIT_SETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_COO_AD_UNIT_S_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_COO_AD_UNIT_S_PKG, 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 ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PS_ENT_PT_REF_CD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_ENT_PT_REF_CD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_GEN_014
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_GEN_014, status:VALID,
-
PACKAGE: APPS.IGS_EN_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI, status:VALID,
-
VIEW: APPS.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,
-
View: IGS_PS_OFR_PAT_UNITSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_UNITSET_V, object_name:IGS_PS_OFR_PAT_UNITSET_V, status:VALID, product: IGS - Student System , description: This view describes the offering pattern of a program offering option. It also describes a unit-set, being a logical sub-grouping of program. , implementation_dba_data: APPS.IGS_PS_OFR_PAT_UNITSET_V ,
-
View: IGS_PS_OFR_PAT_UNITSET_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes the offering pattern of a program offering option. It also describes a unit-set, being a logical sub-grouping of program. , implementation_dba_data: Not implemented in this database ,
-
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: APPS.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,
-
APPS.IGS_AD_VAL_SCFT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_010
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_010, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_011, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_OPT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_OPT, object_name:IGS_PS_OFR_OPT, status:VALID,
-
VIEW: APPS.IGS_PS_OFR_PAT_UNITSET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_OFR_PAT_UNITSET_V, object_name:IGS_PS_OFR_PAT_UNITSET_V, status:VALID,
-
APPS.IGS_PS_COO_AD_UNIT_S_PKG SQL Statements
12.1.1
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.IGS_HE_POOUS_OU_ALL_PKG
12.1.1
-
APPS.IGS_EN_GEN_010 dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_HE_POOUS_OU_ALL_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_VAL_SCFT dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_PS_ENT_PT_REF_CD_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_GEN_014 dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_AD_VAL_ACAI dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
VIEW: APPS.IGS_EN_UNIT_SET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_UNIT_SET, object_name:IGS_EN_UNIT_SET, status:VALID,
-
APPS.IGS_AD_UNIT_SETS_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_HE_POOUS_ALL_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_PS_COO_AD_UNIT_S_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_AD_UNIT_SETS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_VAL_SCFT
12.1.1
-
APPS.IGS_AS_SU_SETATMPT_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_HE_POOUS_OU_ALL_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1
-
APPS.IGS_PS_ENT_PT_REF_CD_PKG dependencies on IGS_PS_OFR_OPT_UNIT_SET_V
12.1.1