Search Results points_increment
Overview
IGS_PS_UNIT_VER is an APPS-owned, VALID view within the IGS (Student System) product of Oracle E-Business Suite, available in releases 12.1.1 and 12.2.2. It exposes version-level definitions of academic units of study — the fundamental catalogue records that describe what can be taught, how it is assessed, and how much credit it carries. Each row represents one version of one unit code, bounded by effective dates and a version number, so that historical and future iterations of the same unit can coexist without overwriting prior definitions. The view is read-only by convention and is generally treated as a reporting and integration surface rather than a maintenance object; transactional maintenance of unit versions is performed through the Student System forms and APIs that write to the underlying base tables, while this view presents the current denormalised projection for query access. Its principal role is to serve as a stable, queryable source of unit-version attributes for concurrent programs, extracts, institution-specific reports, and interfaces into assessment, enrolment, and credit-generation processes. Because the view carries ORG_ID, it is multi-organisation aware and can be joined to organisation-based security constructs.
Underlying Base Objects
The ETRM metadata for this object documents no referenced base objects, and the view text is not published in the extract. The projection list is drawn from the IGS unit-version entity, conventionally based on IGS_PS_UNIT_VER_ALL and its associated descriptive, load, and repetition structures within the IGS schema family. What is documented is the shape of the projection itself: the columns exposed correspond to the unit-version table family, with ROWID presented as ROW_ID and the full ATTRIBUTE_CATEGORY / ATTRIBUTE1–20 descriptive flexfield set carried through. Because the base objects are not documented in this metadata set, implementations should confirm the dependency chain using ALL_DEPENDENCIES and ALL_VIEWS in the target instance before relying on any assumed join path. The view appears to apply no visible filtering in its projection list, so consumers should apply their own STATUS, date, and organisation predicates.
Key Columns
- UNIT_CD, VERSION_NUMBER, START_DT, END_DT, EXPIRY_DT, REVIEW_DT — identity and effective-dating of the unit version.
- UNIT_STATUS — lifecycle state controlling whether the version may be offered or enrolled.
- TITLE, SHORT_TITLE, SUBTITLE, ABBREVIATION — catalogue naming, with TITLE_OVERRIDE_IND and SUBTITLE_MODIFIABLE_FLAG governing local variation.
- CREDIT_POINT_DESCRIPTOR, ENROLLED_CREDIT_POINTS, ACHIEVABLE_CREDIT_POINTS — the core credit model, complemented by POINTS_MIN, POINTS_MAX, and POINTS_INCREMENT.
- LECTURE_CREDIT_POINTS, LAB_CREDIT_POINTS, OTHER_CREDIT_POINTS — the credit split by teaching activity; lab_credit_points is the value users most frequently search for against this view.
- WORK_LOAD_CP_LECTURE, WORK_LOAD_CP_LAB, WORK_LOAD_OTHER — workload equivalents for the same split.
- CONTACT_HRS_LECTURE, CONTACT_HRS_LAB, CONTACT_HRS_OTHER, BILLING_HRS, CLOCK_HOURS — delivery and billing effort.
- BILLING_CREDIT_POINTS, FIN_AID_CP, FIN_AID_HRS, CLAIMABLE_HOURS — funding and aid-facing measures.
- UNIT_LEVEL, UNIT_INT_COURSE_LEVEL_CD, CURRICULUM_ID, UNIT_TYPE_ID — classification for progression and curriculum rules.
- ORG_ID — organisation security context.
Common Use Cases and Queries
Typical uses include validating that lab credit is populated for all lab-bearing units, reconciling credit totals against lecture/lab/other splits, and feeding credit data into enrolment or funding extracts.
- Locate units with lab credit:
SELECT unit_cd, version_number, title, lab_credit_points FROM igs_ps_unit_ver WHERE lab_credit_points IS NOT NULL; - Reconcile the credit split:
SELECT unit_cd, version_number, enrolled_credit_points, lecture_credit_points + lab_credit_points + other_credit_points AS split_total FROM igs_ps_unit_ver WHERE enrolled_credit_points <> NVL(lecture_credit_points,0) + NVL(lab_credit_points,0) + NVL(other_credit_points,0); - Restrict to a teaching period and organisation:
SELECT unit_cd, version_number, title, lab_credit_points FROM igs_ps_unit_ver WHERE org_id = :p_org_id AND TRUNC(SYSDATE) BETWEEN start_dt AND NVL(end_dt, TRUNC(SYSDATE)+1);
Consumers should always filter by UNIT_STATUS and organisation, and should qualify ROW_ID rather than depending on it for joins.
-
View: IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER ,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
-
View: IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGS_PS_UNIT_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
-
View: IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID, product: IGS - Student System , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST_V ,
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID,
-
APPS.IGS_PS_UNIT_VER_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_UNIT_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_ALL, object_name:IGS_PS_UNIT_VER_HIST_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_LGCY_UV_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_LGCY_UV_INT, object_name:IGS_PS_LGCY_UV_INT, status:VALID,
-
APPS.IGS_PS_UNIT_VER_PKG SQL Statements
12.1.1
-
Lookup Type: LEGACY_TOKENS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
Lookup Type: LEGACY_TOKENS
12.1.1
product: IGS - Student System , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_004
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_HIST_PKG
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_GE_NUMBER
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT_VER_V
12.1.1
-
APPS.IGS_SS_ENR_DETAILS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_PKG
12.1.1
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_VER_PKG
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LGCY_PKG
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_UNIT
12.1.1
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_VALIDATE_LGCY_PKG
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on FND_MESSAGE
12.1.1
-
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'. ,