Search Results igs_ps_usec_cps
Overview
IGS_PS_USEC_CPS is a transactional table within the Oracle E-Business Suite Student System (IGS) product family. It resides in the IGS schema and is documented as valid in both EBS 12.1.1 and 12.2.2. Its stated purpose is to capture the credit points applicable to a unit section — that is, the academic credit weighting, workload distribution, and billing-hour attributes assigned to a specific offering of a unit. In the IGS model, a "unit" is roughly analogous to a course, and a "unit section" is a scheduled teaching instance of that course. This table therefore stores the credit-point configuration for the section-offering combination rather than for the catalog unit itself.
From a Data Vault modeling perspective, the FK structure suggests this object is best classified as a link. It carries no natural hub-like business entity of its own; instead, it joins a unit offering option (UOO_ID) to the credit-point attributes that describe it. The heuristic classification is a suggestion only, and the physical implementation remains a conventional normalized relational table.
Key Information Stored
The table is documented with 30 columns; the surrogate primary key is UNIT_SEC_CREDIT_POINTS_ID, enforced by the IGS_PS_USEC_CPS_PK constraint and also surfaced as unique index IGS_PS_USEC_CPS_U1. A second unique index, IGS_PS_USEC_CPS_U2, is defined on UOO_ID, making the unit offering option identifier the principal business-key candidate. The most consequential data columns are:
- UOO_ID — foreign key to IGS_PS_UNIT_OFR_OPT_ALL; identifies the unit offering option to which the credit-point definition belongs.
- MINIMUM_CREDIT_POINTS and MAXIMUM_CREDIT_POINTS — the permitted credit-point range for the section.
- VARIABLE_INCREMENT — the step size used when credit points are variable.
- LECTURE_CREDIT_POINTS, LAB_CREDIT_POINTS, OTHER_CREDIT_POINTS — the credit-point split by teaching activity.
- WORK_LOAD_CP_LECTURE, WORK_LOAD_CP_LAB, WORK_LOAD_OTHER — workload credit equivalents per activity type.
- CLOCK_HOURS and CONTACT_HRS_LECTURE, CONTACT_HRS_LAB, CONTACT_HRS_OTHER — scheduled contact time.
- BILLING_CREDIT_POINTS, BILLING_HRS — the billable credit and hour values used in fee and invoicing calculations.
- ACHIEVABLE_CREDIT_POINTS and ENROLLED_CREDIT_POINTS — the maximum attainable and the currently enrolled credit totals.
- FIN_AID_CP, FIN_AID_HRS, CLAIMABLE_HOURS, NON_SCHD_REQUIRED_HRS, CONTINUING_EDUCATION_UNITS, EXCLUDE_FROM_MAX_CP_LIMIT — regulatory, financial-aid, and enrollment-limit attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS WHO audit columns.
Common Use Cases and Queries
Typical usage includes enrollment credit validation, fee and billing calculations, financial-aid reporting, and workload analysis. A representative join retrieves the credit definition for each offering option:
- Joining IGS_PS_USEC_CPS to IGS_PS_UNIT_OFR_OPT_ALL on UOO_ID to obtain section-level credit rules alongside offering details.
- Summing LECTURE_CREDIT_POINTS, LAB_CREDIT_POINTS, and OTHER_CREDIT_POINTS to verify total credit for a section.
- Filtering on BILLING_CREDIT_POINTS or BILLING_HRS to produce invoicing extracts.
- Comparing ENROLLED_CREDIT_POINTS against MAXIMUM_CREDIT_POINTS to enforce enrollment caps, excluding rows where EXCLUDE_FROM_MAX_CP_LIMIT is set.
- Auditing rows by CREATION_DATE or LAST_UPDATE_DATE for data-quality and change-tracking reports.
Related Objects
The dominant relationship is with IGS_PS_UNIT_OFR_OPT_ALL, joined on UOO_ID and the source of the foreign-key constraints documented for this table. Significant related objects include the unit offering and section tables, the enrollment registration tables that consume credit-point values at the point of enrollment, the fee and billing calculation components that read BILLING_CREDIT_POINTS and BILLING_HRS, and the IGS Student System concurrent programs and APIs that maintain unit section credit definitions. Reporting views in the IGS schema generally reference IGS_PS_USEC_CPS through the UOO_ID join rather than directly, making that column the essential lookup key for integration and ad hoc queries.
-
Table: 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, product: IGS - Student System , description: To capture the Credit Points for a Unit Section , implementation_dba_data: IGS.IGS_PS_USEC_CPS ,
-
Table: IGS_PS_USEC_CPS
12.2.2
product: IGS - Student System (Obsolete) , description: To capture the Credit Points for a Unit Section , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SS_EN_RULE_CART_MAX_V
12.1.1
-
APPS.IGS_PS_FAC_CREDT_WRKLOAD SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_USEC_CPS_V
12.1.1
-
APPS.IGS_PS_USEC_CPS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PS_USEC_CPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_CPS, status:VALID,
-
VIEW: APPS.IGS_PS_FAC_USEC_TCH_HIST_V
12.1.1
-
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: APPS.IGS_AS_SUA_INQ_V
12.1.1
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ALL, object_name:IGS_PS_UNIT_OFR_OPT_ALL, status:VALID, product: IGS - Student System , description: This entity describes the available options for each unit offering. , implementation_dba_data: IGS.IGS_PS_UNIT_OFR_OPT_ALL ,
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
PACKAGE: APPS.IGS_PS_VAL_UV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_VAL_UV, status:VALID,
-
Table: IGS_PS_UNIT_OFR_OPT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available options for each unit offering. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_RPT_PRC_UHK SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_FAC_CREDT_WRKLOAD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_FAC_CREDT_WRKLOAD, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_USEC_CPS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_CPS_PKG, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PR_SUA_INQ_V ,
-
PACKAGE BODY: APPS.IGS_EN_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_001, status:VALID,
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.2.2
product: IGS - Student System (Obsolete) , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
PACKAGE BODY: APPS.IGS_PR_CP_GPA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_CP_GPA, status:VALID,
-
PACKAGE BODY: APPS.IGS_IN_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_IN_GEN_001, status:VALID,
-
View: IGS_SS_EN_RULE_CART_MAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_RULE_CART_MAX_V, object_name:IGS_SS_EN_RULE_CART_MAX_V, status:VALID, product: IGS - Student System , description: The view queries for the sum of credit points of all the Units in the cart. , implementation_dba_data: APPS.IGS_SS_EN_RULE_CART_MAX_V ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_V
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_TIMESLOTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_TIMESLOTS, status:VALID,
-
View: IGS_PR_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_FAC_USEC_TCH_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the history of instructors teaching details at the institution such as units taught, unit location, calendar details and teaching responsibilities of the instructor. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_CPS_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AS_PRC_TRANSCRPT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_PRC_TRANSCRPT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AS_CALC_AWARD_MARK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AS_CALC_AWARD_MARK, 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,
-
View: IGS_PS_FAC_USEC_TCH_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_FAC_USEC_TCH_HIST_V, object_name:IGS_PS_FAC_USEC_TCH_HIST_V, status:VALID, product: IGS - Student System , description: This view contains the history of instructors teaching details at the institution such as units taught, unit location, calendar details and teaching responsibilities of the instructor. , implementation_dba_data: APPS.IGS_PS_FAC_USEC_TCH_HIST_V ,
-
PACKAGE BODY: APPS.IGS_HE_FTE_CALC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_FTE_CALC_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_VAL_UV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VAL_UV, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_VAL_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_VAL_SUA, status:VALID,
-
PACKAGE: APPS.IGS_PS_GENERIC_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PS_GENERIC_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_PROGRAM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_PROGRAM, status:VALID,
-
PACKAGE BODY: APPS.IGS_RU_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RU_GEN_001, status:VALID,
-
VIEW: APPS.IGS_SS_EN_RULE_CART_MAX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_RULE_CART_MAX_V, object_name:IGS_SS_EN_RULE_CART_MAX_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_ELGBL_UNIT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_ELGBL_UNIT, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_NSC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_NSC_PKG, 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,
-
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_HE_EXTRACT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT_FIELDS_PKG, status:VALID,
-
View: IGS_AS_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_INQ_V, object_name:IGS_AS_SUA_INQ_V, status:VALID, product: IGS - Student System , description: - Retrofitted , implementation_dba_data: APPS.IGS_AS_SUA_INQ_V ,
-
PACKAGE BODY: APPS.IGS_SS_ENR_DETAILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_ENR_DETAILS, status:VALID,
-
View: IGS_AS_SUA_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_SS_EN_WRAPPERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SS_EN_WRAPPERS, status:VALID,