Search Results igs_ps_tch_resp_ovrd_all
Overview
The IGS.IGS_PS_TCH_RESP_OVRD_ALL table is a core Student System (IGS) object in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores teaching responsibility override records for a given unit offering option. Teaching responsibility in EBS defines the organizational units, academic staff, or cost centers that share accountability for delivering a unit (course or module) during a teaching period. Where the standard teaching responsibility distribution fails to reflect local agreements, an override row set is recorded here, and the percentages across a given unit offering option must total 100%. The table is owned by the IGS schema and is validated in the ETRM data dictionary.
In Data Vault modeling terms, the heuristic classification derived from the foreign key structure is a link. This is consistent with the table's role: it associates a unit offering option with organizational responsibility attributes rather than describing a single business entity like a hub. The UOO_ID foreign key to IGS_PS_UNIT_OFR_OPT_ALL links each override record to the offering option it qualifies, and the composite business key provides the grain.
Key Information Stored
The table contains 20 columns. The most significant are outlined below.
- UNIT_CD, VERSION_NUMBER, CAL_TYPE, CI_SEQUENCE_NUMBER, LOCATION_CD, UNIT_CLASS — the composite business identifiers that, together with
ORG_UNIT_CDandOU_START_DT, form the primary keyIGS_PS_TCH_RESP_OVRD_PKand the unique indexIGS_PS_TCH_RESP_OVRD_ALL_U1. They identify the unit, its version, calendar type, offering instance, location, and class. - ORG_UNIT_CD — the organizational unit bearing teaching responsibility for the override row.
- OU_START_DT — the start date of the organizational unit assignment, providing validity for the override.
- UOO_ID — the surrogate foreign key referencing
IGS_PS_UNIT_OFR_OPT_ALL, anchoring the record to a specific unit offering option. - PERCENTAGE — the share of teaching responsibility allocated to the organizational unit; the sum across rows for a given offering option must equal 100%.
- ORG_ID — the Multi-Org operating unit context, supporting multi-org security and reporting.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — concurrent program context columns used for traceability of batch loads.
Common Use Cases and Queries
Typical scenarios include verifying that overrides total 100%, reporting organizational teaching load, and auditing responsibility changes for accreditation or funding returns. A validation query checks percentage totals per offering option:
SELECT uoo_id, SUM(percentage) AS total_pct FROM igs.igs_ps_tch_resp_ovrd_all GROUP BY uoo_id HAVING SUM(percentage) != 100;
A reporting query joining to the offering option for descriptive context:
SELECT o.unit_cd, o.version_number, r.org_unit_cd, r.percentage
FROM igs.igs_ps_tch_resp_ovrd_all r,
igs.igs_ps_unit_ofr_opt_all o
WHERE r.uoo_id = o.uoo_id
AND r.org_id = :p_org_id;
These patterns support teaching workload analysis, cost allocation, and data-quality reconciliation between overrides and default responsibility records.
Related Objects
- IGS_PS_UNIT_OFR_OPT_ALL — parent offering option table, joined via
UOO_IDand the composite unit/version/calendar keys. - IGS_PS_UNIT_OFR_ALL — the unit offering header defining the delivery context.
- IGS_PS_UNIT_ALL — the unit (course) definition referenced by
UNIT_CDandVERSION_NUMBER. - IGS_PS_CAL_TYPE_ALL — the calendar type referenced by
CAL_TYPE. - IGS_PS_LOCATION_ALL — the location referenced by
LOCATION_CD. - IGS_PS_UNIT_CLASS_ALL — the unit class referenced by
UNIT_CLASS. - HR_OPERATING_UNITS / ORG_ORGANIZATION_DEFINITIONS — the organizational unit context for
ORG_UNIT_CDandORG_ID. - FND_CONCURRENT_REQUESTS — traceability for batch processes via
REQUEST_ID.
These dependencies reflect the documented foreign key and business key relationships and should guide join design in custom reports and interfaces.
-
Table: IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TCH_RESP_OVRD_ALL, object_name:IGS_PS_TCH_RESP_OVRD_ALL, status:VALID, product: IGS - Student System , description: This table describes the teaching responsibility override details for a given unit offering option. Where an override is specified, it must total 100% for any given unit offering option. , implementation_dba_data: IGS.IGS_PS_TCH_RESP_OVRD_ALL ,
-
Table: IGS_PS_TCH_RESP_OVRD_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the teaching responsibility override details for a given unit offering option. Where an override is specified, it must total 100% for any given unit offering option. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SC_USEC_ORG_UNSEC_V
12.1.1
-
View: IGS_SC_USEC_ORG_UNSEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_USEC_ORG_UNSEC_V, object_name:IGS_SC_USEC_ORG_UNSEC_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_SC_USEC_ORG_UNSEC_V ,
-
SYNONYM: APPS.IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TCH_RESP_OVRD_ALL, status:VALID,
-
APPS.IGS_PS_TCH_RESP_OVRD_PKG SQL Statements
12.1.1
-
View: IGS_SC_USEC_ORG_UNSEC_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
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 ,
-
TABLE: IGS.IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_TCH_RESP_OVRD_ALL, object_name:IGS_PS_TCH_RESP_OVRD_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_TCH_RESP_OVRD
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_TCH_RESP_OVRD_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_TCH_RESP_OVRD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_TCH_RESP_OVRD_PKG, status:VALID,
-
View: IGS_PS_TCH_RESP_OVRD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TCH_RESP_OVRD, object_name:IGS_PS_TCH_RESP_OVRD, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_TCH_RESP_OVRD ,
-
View: IGS_PS_TCH_RESP_OVRD
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_SC_USEC_ORG_UNSEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SC_USEC_ORG_UNSEC_V, object_name:IGS_SC_USEC_ORG_UNSEC_V, 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_PS_VALIDATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_VALIDATE_GENERIC_PKG, status:VALID,
-
VIEW: APPS.IGS_PS_TCH_RESP_OVRD
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_TCH_RESP_OVRD, object_name:IGS_PS_TCH_RESP_OVRD, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_CREATE_GENERIC_PKG, status:VALID,
-
APPS.IGS_PS_TCH_RESP_OVRD_PKG dependencies on IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
-
APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_TCH_RESP_OVRD_ALL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_PS_CREATE_GENERIC_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_TCH_RESP_OVRD_PKG dependencies on IGS_PS_TCH_RESP_OVRD_PKG
12.1.1
-
APPS.IGS_PS_TCH_RESP_OVRD_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_GENERIC_PUB
12.1.1
-
APPS.IGS_PS_VALIDATE_GENERIC_PKG dependencies on IGS_PS_UNIT_OFR_OPT
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_VALIDATE_GENERIC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_CREATE_GENERIC_PKG
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'. ,
-
12.1.1 DBA Data
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'. ,