Search Results unit_set_status_desc
Overview
IGSFV_PROG_CONCENTRATIONS is a read-only Oracle EBS view owned by the APPS schema that consolidates program (unit set) concentration definitions drawn from the Student Systems / Academic institution model. It presents one row per unit set version, enriched with decoded status, category, and responsible organization descriptions. The view derives its name from the concept of a programme concentration — an approved combination or grouping of units (courses) within an academic programme — but the physical definition is built over the generic IGS_EN_UNIT_SET infrastructure, so the same rows describe any unit set version tracked by the institution.
The view is declared WITH READ ONLY, meaning it cannot be used as a DML target; it exists purely for inquiry, reporting, and integration. Because it resolves surrogate codes into human-readable descriptions, it is a natural source for concurrent programs, Oracle Reports, OBIEE/BI Publisher data models, and inbound interface validation queries in the 12.1.1 and 12.2.2 releases.
Underlying Base Objects
The view is defined over four documented sources, joined in a single SELECT:
- IGS_EN_UNIT_SET_ALL (alias UST) — the driving table, supplying the unit set code, version, status, category, dates, titles, responsible organization, and audit columns.
- IGS_EN_UNIT_SET_STAT (alias USS) — the status lookup, joined on
UST.UNIT_SET_STATUS = USS.UNIT_SET_STATUS, providing the descriptive status text. - IGS_EN_UNIT_SET_CAT (alias USC) — the category lookup, joined on
UST.UNIT_SET_CAT = USC.UNIT_SET_CAT, providing the category description. - IGS_OR_INST_ORG_BASE_V (alias HP) — an institution/organization view joined with an outer join (
HP.PARTY_NUMBER(+) = UST.RESPONSIBLE_ORG_UNIT_CD) so rows are retained even when no responsible organization is assigned; it suppliesPARTY_NAME.
No additional base objects are documented in the ETRM metadata beyond these four. The literal '_DF:IGS:IGS_PS_UNIT_SET_FLEX:UST' exposed as a column is a descriptive flexfield reference token, indicating that the unit set entity carries a DFF context used by the Products/Sales flexfield definition.
Key Columns
- UNIT_SET_CODE / VERSION_NUMBER — the unique identifier of the unit set version.
- UNIT_SET_STATUS / UNIT_SET_STATUS_DESC — the status code and its decoded description from USS.DESCRIPTION. The description column is the attribute most commonly searched by users (as in the search term unit_set_status_desc), since it yields values such as active, obsolete, or pending.
- UNIT_SET_CATEGORY / UNIT_SET_CATEGORY_DESC — category code and decoded description.
- START_DATE, REVIEW_DATE, EXPIRY_DATE, END_DATE — the version's effective-dating attributes.
- TITLE, SHORT_TITLE, ABBREVIATION — descriptive names for the concentration.
- RESP_ORG_UNIT_CODE, RESP_ORG_UNIT_START_DATE, RESP_ORG_UNIT_DESC — the responsible organization and its party name.
- ADMINISTRATIVE_INDICATOR, AUTHORISATION_RQRD_INDICATOR — flags indicating administrative treatment and whether authorization is required.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard WHO audit columns.
Common Use Cases and Queries
Typical uses include reporting all active concentrations within a programme and listing the responsible organization for each. A representative query follows:
SELECT unit_set_code, version_number, title, unit_set_status_desc, unit_set_category_desc, resp_org_unit_desc FROM apps.igsfv_prog_concentrations WHERE unit_set_status_desc = 'ACTIVE';- Filtering by effective date to identify concentrations current as of a given term:
WHERE SYSDATE BETWEEN start_date AND NVL(end_date, SYSDATE); - Joining to unit set element tables via
unit_set_codeandversion_numberto expand the members of a concentration.
Because the view is read-only and pre-joins the status and category lookups, it is preferred over direct queries against IGS_EN_UNIT_SET_ALL whenever descriptive text is required.
-
VIEW: APPS.IGSFV_PROG_CONCENTRATIONS
12.1.1
-
View: IGSFV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CONCENTRATIONS, object_name:IGSFV_PROG_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: APPS.IGSFV_PROG_CONCENTRATIONS ,
-
View: IGSFV_PROG_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a unit-set, being a logical sub-grouping of program. eg .Major, Minor, Stream, Strand. A unit-set is typically related to the rules which governs its completion via the Rules Sub-system. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CONCENTRATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID, product: IGS - Student System , description: This view describes a unit-set, being a logical sub-grouping of course. e.g. Major, Minor, Stream, Strand. A unit-set is typically related to the rules, which govern its completion via the Rules Sub-system. - Obsolete , implementation_dba_data: APPS.IGSFV_CONCENTRATIONS ,
-
VIEW: APPS.IGSFV_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CONCENTRATIONS, object_name:IGSFV_CONCENTRATIONS, status:VALID,
-
VIEW: APPS.IGSFV_PROG_CONCENTRATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CONCENTRATIONS, object_name:IGSFV_PROG_CONCENTRATIONS, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,