Search Results igs_ps_usec_spnsrshp
Overview
IGS_PS_USEC_SPNSRSHP is a table within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to serve as the entity that captures sponsorship information for a unit section. A unit section represents a specific offering of a unit (course) delivered by an academic institution, and sponsorship data attached to that offering identifies the external or internal organizations that financially underwrite seats, fees, or related costs for students enrolled in the section.
The ETRM metadata classifies this table with a heuristic Data Vault designation of a link. This modeling suggestion is consistent with the table's structure: it holds a surrogate primary key alongside multiple foreign-key and business-key columns, functioning as an associative entity that ties a unit section offering to sponsorship details. The table is flagged as obsolete and is documented as not implemented in the reference database, meaning it may exist as a legacy or placeholder object in certain installations but carries no active data in the described environment.
Key Information Stored
The table exposes nine documented columns. The most significant are summarized below.
- UNIT_SECTION_SPONSORSHIP_ID — The surrogate primary key of the table, enforced by the IGS_PS_USEC_SPNSRSHP_PK constraint and mirrored by the unique index IGS_PS_USEC_SPNSRSHP_U1. It uniquely identifies each sponsorship record for a unit section.
- UOO_ID — A foreign key referencing IGS_PS_UNIT_OFR_OPT_ALL. This links the sponsorship record to a specific unit offering option, anchoring the sponsorship to the section being offered.
- ORGANIZATION_CODE — Identifies the sponsoring organization. Together with UOO_ID, it forms the business-key candidate enforced by the unique index IGS_PS_USEC_SPNSRSHP_U2 (UOO_ID, ORGANIZATION_CODE), preventing duplicate sponsorship entries for the same organization against the same offering option.
- SPONSORSHIP_PERCENTAGE — Captures the proportion of cost or liability borne by the sponsoring organization, supporting partial-sponsorship scenarios.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard Oracle EBS auditing columns that record who created and last modified the record and when.
Common Use Cases and Queries
In implementations where the table is active, it supports reporting on which organizations sponsor particular unit offerings and at what percentage. A typical retrieval joins the sponsorship record to its parent offering option:
SELECT s.unit_section_sponsorship_id,
s.organization_code,
s.sponsorship_percentage,
o.unit_offering_option_id
FROM igs_ps_usec_spnsrshp s,
igs_ps_unit_ofr_opt_all o
WHERE s.uoO_id = o.unit_offering_option_id
AND s.organization_code = :org_code;
Because the metadata states the table is not implemented in the described database, queries against it in such environments will return no rows or fail if the object does not physically exist. Analysts verifying sponsorship data should first confirm object existence and row counts before building dependent reports.
Related Objects
- IGS_PS_UNIT_OFR_OPT_ALL — The principal parent table. IGS_PS_USEC_SPNSRSHP.UOO_ID references it via two documented foreign-key relationships, making it the primary join target.
- IGS_PS_UNIT_OFR_OPT_ALL (offering option context) — Supplies the offering, unit, and calendar context required to interpret any sponsorship record.
- IGS_PS_USEC_SPNSRSHP_PK — The primary-key constraint object underpinning the surrogate identifier.
- IGS_PS_USEC_SPNSRSHP_U1 — Unique index on UNIT_SECTION_SPONSORSHIP_ID.
- IGS_PS_USEC_SPNSRSHP_U2 — Unique index on (UOO_ID, ORGANIZATION_CODE), the business-key candidate.
No additional dependent views or APIs are documented in the provided ETRM metadata, and the object's obsolete status limits its significance in current 12.1.1 and 12.2.2 implementations.
-
Table: IGS_PS_USEC_SPNSRSHP
12.2.2
product: IGS - Student System (Obsolete) , description: Entity to capture the Sponsorship Information for a Unit Section. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PS_USEC_SPNSRSHP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_SPNSRSHP, object_name:IGS_PS_USEC_SPNSRSHP, status:VALID, product: IGS - Student System , description: Entity to capture the Sponsorship Information for a Unit Section. , implementation_dba_data: IGS.IGS_PS_USEC_SPNSRSHP ,
-
APPS.IGS_PS_USEC_SPNSRSHP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_USEC_SPNSRSHP_V
12.1.1
-
TABLE: IGS.IGS_PS_USEC_SPNSRSHP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USEC_SPNSRSHP, object_name:IGS_PS_USEC_SPNSRSHP, status:VALID,
-
SYNONYM: APPS.IGS_PS_USEC_SPNSRSHP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_USEC_SPNSRSHP, status:VALID,
-
VIEW: APPS.IGSFV_USEC_ALLOC_RESPS
12.1.1
-
VIEW: APPS.IGSBV_USEC_ALLOC_RESPS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_USEC_SPNSRSHP_PKG
12.1.1
-
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 ,
-
PACKAGE BODY: APPS.IGS_PS_USEC_SPNSRSHP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_SPNSRSHP_PKG, status:VALID,
-
View: IGSBV_USEC_ALLOC_RESPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes the sponsorship information for a unit section. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_SPNSRSHP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_SPNSRSHP_V, object_name:IGS_PS_USEC_SPNSRSHP_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_USEC_SPNSRSHP_V ,
-
View: IGSFV_USEC_ALLOC_RESPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_ALLOC_RESPS, object_name:IGSFV_USEC_ALLOC_RESPS, status:VALID, product: IGS - Student System , description: This is the full view which describes the sponsorship information for a unit section. , implementation_dba_data: APPS.IGSFV_USEC_ALLOC_RESPS ,
-
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: IGSFV_USEC_ALLOC_RESPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view which describes the sponsorship information for a unit section. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_USEC_SPNSRSHP_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_ALLOC_RESPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_ALLOC_RESPS, object_name:IGSBV_USEC_ALLOC_RESPS, status:VALID, product: IGS - Student System , description: This is the base view which describes the sponsorship information for a unit section. , implementation_dba_data: APPS.IGSBV_USEC_ALLOC_RESPS ,
-
VIEW: APPS.IGS_PS_USEC_SPNSRSHP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_USEC_SPNSRSHP_V, object_name:IGS_PS_USEC_SPNSRSHP_V, status:VALID,
-
VIEW: APPS.IGSBV_USEC_ALLOC_RESPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_ALLOC_RESPS, object_name:IGSBV_USEC_ALLOC_RESPS, status:VALID,
-
VIEW: APPS.IGSFV_USEC_ALLOC_RESPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_ALLOC_RESPS, object_name:IGSFV_USEC_ALLOC_RESPS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_GEN_001, status:VALID,
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_SPNSRSHP
12.1.1
-
APPS.IGS_PS_USEC_SPNSRSHP_PKG dependencies on IGS_PS_USEC_SPNSRSHP
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_GEN_001 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_USEC_SPNSRSHP_PKG dependencies on IGS_PS_USEC_SPNSRSHP_S
12.1.1
-
APPS.IGS_PS_USEC_SPNSRSHP_PKG dependencies on IGS_PS_USEC_SPNSRSHP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
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'. ,