Search Results contact_hrs_lecture
Overview
IGS_PS_USEC_CPS_V is a reporting and integration view within the Oracle E-Business Suite Student System (IGS) product family governing the management of unit section credit points. The view, whose name expands to "Unit Section Credit Points View" with the CPS suffix denoting the credit point structure designation, belongs to the legacy Student System module that has since been classified as obsolete. It presents a consolidated, denormalized projection of unit section credit point data joined against the unit version and unit offering option structures, allowing consumers to retrieve credit point attributes together with contextual information about the underlying academic unit and its offering.
The view is expressly documented in the ETRM 12.2.2 metadata as "Not implemented in this database." This indicates that while the object is catalogued in the reference repository, no physical implementation exists in the current environment. Consumers searching for the CONTACT_HRS_LECTURE column should understand this column originates from the base credit point table and is surfaced through this view as a pass-through attribute reflecting weekly contact hours allocated to lecture activity within a unit offering.
Underlying Base Objects
The view text revealed in the documentation indicates the definition joins three base tables:
- IGS_PS_USEC_CPS (aliased PUV) — the primary table holding unit section credit point records keyed by UNIT_SEC_CREDIT_POINTS_ID and UOO_ID.
- IGS_PS_UNIT_VER (aliased UNT) — the unit version table providing UNIT_CD and VERSION_NUMBER context.
- IGS_PS_UNIT_OFR_OPT (aliased UOO) — the unit offering option table linking the credit point row to an offered unit offering through UOO_ID.
The join predicate correlates PUV.UOO_ID to UOO.UOO_ID, and UOO.UNIT_CD / UOO.VERSION_NUMBER to the corresponding columns on UNT. The ETRM metadata notes that no referenced base objects are separately documented for this view, which is consistent with its obsolete and unimplemented status in the tracked environment. All column values derive from PUV; the UNT and UOO tables serve only to constrain and validate the returned rows.
Key Columns
The view exposes the full credit point attribute set of IGS_PS_USEC_CPS along with a derived total. Notable columns include:
- UNIT_SEC_CREDIT_POINTS_ID — primary identifier of the credit point record.
- UOO_ID — foreign key linking to the unit offering option.
- CONTACT_HRS_LECTURE, CONTACT_HRS_LAB, CONTACT_HRS_OTHER — discrete contact hour components by activity class.
- DSP_CONTACT_HRS_TOTAL — a computed column equal to the arithmetic sum of the three contact hour fields, intended for display.
- LECTURE_CREDIT_POINTS, LAB_CREDIT_POINTS, OTHER_CREDIT_POINTS — decomposed credit point values by activity.
- MINIMUM_CREDIT_POINTS, MAXIMUM_CREDIT_POINTS, VARIABLE_INCREMENT — the variable credit point envelope.
- WORK_LOAD_CP_LECTURE, WORK_LOAD_CP_LAB, WORK_LOAD_OTHER — workload credit point components.
- CLOCK_HOURS, BILLING_HRS, BILLING_CREDIT_POINTS, CLAIMABLE_HOURS, FIN_AID_CP, FIN_AID_HRS — institutional reporting measures used for billing, funding, and financial aid calculations.
- ENROLLED_CREDIT_POINTS, ACHIEVABLE_CREDIT_POINTS — enrollment-facing aggregates.
- EXCLUDE_FROM_MAX_CP_LIMIT — flag governing maximum credit point enforcement.
- Standard audit columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, plus ROW_ID derived from PUV.ROWID.
Common Use Cases and Queries
The principal use case is surfacing contact hour and credit point data for a specific unit offering option, particularly where CONTACT_HRS_LECTURE is required for scheduling, workload analysis, or reporting on instructional contact time. A typical query is:
SELECT uoo_id, contact_hrs_lecture, contact_hrs_lab,
contact_hrs_other, dsp_contact_hrs_total
FROM igs_ps_usec_cps_v
WHERE uoo_id = :p_uoo_id;
Integration consumers may also aggregate contact hours across offerings to derive teaching load, or reconcile billing versus contact hours for continuing education units. Because the view is documented as not implemented and the product is obsolete, any deployment relying on it should verify its physical existence and replace it with a supported equivalent before migration to later releases.
-
View: IGS_PS_USEC_CPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_CPS_V, object_name:IGS_PS_USEC_CPS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_CPS_V ,
-
View: IGS_PS_USEC_CPS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_USEC_CPS_V
12.1.1
-
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: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
VIEW: APPS.IGS_PS_USEC_CPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_CPS_V, object_name:IGS_PS_USEC_CPS_V, status:VALID,
-
View: IGS_PS_UNIT_VER
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 ,
-
TABLE: IGS.IGS_PS_USEC_CPS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_CPS, object_name:IGS_PS_USEC_CPS, status:VALID,
-
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
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.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: 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.IGS_PS_UNIT_VER_HIST_V
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_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_USEC_CPS_PKG SQL Statements
12.1.1
-
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_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_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_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,
-
TABLE: IGS.IGS_PS_LGCY_US_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_LGCY_US_INT, object_name:IGS_PS_LGCY_US_INT, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_USEC_CPS_PKG
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_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: APPS.IGS_PS_GENERIC_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_HIST_PKG
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_USEC_CPS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_PKG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_CPS_PKG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_CPS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LGCY_PKG
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_USEC_CPS_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_VER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_LGCY_CONC_PKG
12.1.1
-
APPS.IGS_PS_USEC_CPS_PKG dependencies on IGS_GE_MSG_STACK
12.1.1
-
APPS.IGS_PS_USEC_CPS_PKG dependencies on FND_MESSAGE
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 APP_EXCEPTION
12.1.1