Search Results cal_inst_sequence_number
Overview
IGSBV_USEC_ALLOC_RESPS is a read-only Oracle EBS view owned by the APPS schema and delivered as part of the IGS (Student System) product family. Its documented purpose is to serve as the base view describing sponsorship information for a unit section, presenting the financial allocation of a unit section across sponsoring organizations together with the identity of the unit offering itself. Because the view is defined WITH READ ONLY, it is intended exclusively for query and reporting access rather than for DML operations. In Oracle EBS 12.1.1 and 12.2.2 environments, the object is reported with STATUS = VALID, and it functions as a denormalized join layer that consolidates sponsorship records with their parent unit offering attributes. Its column naming preserves the internal identifier conventions of the Student System, including the mapped column CAL_INST_SEQUENCE_NUMBER, which is the alias most commonly located by users searching that term.
Underlying Base Objects
The view is defined over two base tables in the APPS schema. The first, IGS_PS_USEC_SPNSRSHP, supplies the sponsorship facts: the unit section sponsorship identifier, the unit offering option identifier (UOO_ID), the sponsoring organization code, and the sponsorship percentage. The second, IGS_PS_UNIT_OFR_OPT_ALL, supplies the descriptive attributes of the unit offering option, including unit code, version number, calendar type, calendar instance sequence number, location code, and unit class. The two sources are joined on UOO_ID, which forms the correlation key between the sponsorship record and the parent unit offering option. Within the view definition, the column UN.CI_SEQUENCE_NUMBER is projected and renamed to CAL_INST_SEQUENCE_NUMBER, so any external reference to that name must resolve through this view rather than the underlying base table column.
Key Columns
- UNIT_SECTION_SPONSORSHIP_ID — primary identifier for the sponsorship record inherited from IGS_PS_USEC_SPNSRSHP.
- UNIT_SECTION_ID — alias of US.UOO_ID, the unit offering option identifier that links the section to its offering row.
- ORGANIZATION_CODE — code identifying the sponsoring organization contributing to the section.
- SPONSORSHIP_PERCENTAGE — proportion of the unit section sponsored by that organization.
- UNIT_CODE, VERSION_NUMBER, CALENDAR_TYPE — teaching period and unit identification attributes drawn from the unit offering option.
- CAL_INST_SEQUENCE_NUMBER — the calendar instance sequence number (aliased from CI_SEQUENCE_NUMBER), identifying the specific calendar instance in which the unit is offered.
- LOCATION_CODE, UNIT_CLASS — delivery location and the classification of the unit offering.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard EBS audit columns.
Common Use Cases and Queries
The view is typically used to report which organizations sponsor a given unit section and in what proportion, and to resolve sponsorship data alongside calendar instance information. A query retrieving all allocations for a unit offering option takes the following form:
SELECT unit_section_id,
organization_code,
sponsorship_percentage,
unit_code,
calendar_type,
cal_inst_sequence_number
FROM apps.igsbv_usec_alloc_resps
WHERE unit_section_id = :p_uoo_id;
Because the view is read only with no INSTEAD OF triggers, it cannot support inserts or updates; any maintenance must be performed against IGS_PS_USEC_SPNSRSHP directly. Note that the documented ETRM metadata for this object lists no referenced base objects, so the dependency information above is derived from the published view text. Consumers should therefore validate dependencies against the data dictionary in their specific 12.1.1 or 12.2.2 instance before relying on them for impact analysis.
-
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: 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 ,
-
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: 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: APPS.IGSFV_USEC_ALLOC_RESPS
12.1.1
-
VIEW: APPS.IGSBV_USEC_ALLOC_RESPS
12.1.1
-
View: IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_OFFERING_OPTIONS, object_name:IGSBV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements , special permission and grading indicators. , implementation_dba_data: APPS.IGSBV_UNIT_OFFERING_OPTIONS ,
-
View: IGSFV_UNIT_OFFERING_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements, special permission and grading indicators. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_UNIT_OFFERING_OPTIONS
12.1.1
-
View: IGSBV_UNIT_OFFERING_OPTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements , special permission and grading indicators. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_OFFERING_OPTIONS, object_name:IGSFV_UNIT_OFFERING_OPTIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit offering options with details about the unit section, grading schema details, attendance requirements, special permission and grading indicators. , implementation_dba_data: APPS.IGSFV_UNIT_OFFERING_OPTIONS ,
-
VIEW: APPS.IGSBV_USEC_GRADING_SCHEMAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_GRADING_SCHEMAS, object_name:IGSBV_USEC_GRADING_SCHEMAS, status:VALID,
-
VIEW: APPS.IGSBV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CALENDAR_OFFERINGS, object_name:IGSBV_PROG_CALENDAR_OFFERINGS, status:VALID,
-
View: IGSFV_USEC_GRADING_SCHEMAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_GRADING_SCHEMAS, object_name:IGSFV_USEC_GRADING_SCHEMAS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the grading schemas related to unit sections. , implementation_dba_data: APPS.IGSFV_USEC_GRADING_SCHEMAS ,
-
View: IGSFV_USEC_X_LISTED_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_X_LISTED_GROUPS, object_name:IGSFV_USEC_X_LISTED_GROUPS, status:VALID, product: IGS - Student System , description: This is the base view which describes Unit Sections that are part of the Unit Section Cross-Listed Group. , implementation_dba_data: APPS.IGSFV_USEC_X_LISTED_GROUPS ,
-
VIEW: APPS.IGSFV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PROG_CALENDAR_OFFERINGS, object_name:IGSFV_PROG_CALENDAR_OFFERINGS, status:VALID,
-
VIEW: APPS.IGSFV_USEC_GRADING_SCHEMAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_GRADING_SCHEMAS, object_name:IGSFV_USEC_GRADING_SCHEMAS, status:VALID,
-
VIEW: APPS.IGSBV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_UNIT_TRANSFERS, object_name:IGSBV_STUDENT_UNIT_TRANSFERS, status:VALID,
-
View: IGSFV_UNIT_CALENDAR_OFFERINGS
12.2.2
product: IGS - Student System (Obsolete) , description: This is a full view, which describes Unit Oferring Pattern of a unit offering option. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_REPEAT_CONDITIONS, object_name:IGSBV_USEC_REPEAT_CONDITIONS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the repeat conditions for a unit section .Case and Seed document: PS201_Enhancments_Nov03_PS_3045069_CS_DP2.doc - Obsolete , implementation_dba_data: APPS.IGSBV_USEC_REPEAT_CONDITIONS ,
-
View: IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSFV_STUD_PRG_PRE_ENROLLMENTS, status:VALID, product: IGS - Student System , description: This entity describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: APPS.IGSFV_STUD_PRG_PRE_ENROLLMENTS ,
-
View: IGSBV_USEC_FINAL_EXAMS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_X_LISTED_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes Unit Sections that are part of the Unit Section Cross-Listed Group. , implementation_dba_data: Not implemented in this database ,
-
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,
-
View: IGSBV_UNIT_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_UNIT_CALENDAR_OFFERINGS, object_name:IGSBV_UNIT_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view, which describes Unit Offerring Pattern of a unit offering option. , implementation_dba_data: APPS.IGSBV_UNIT_CALENDAR_OFFERINGS ,
-
View: IGSFV_USEC_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view, which describes the grading schemas related to unit sections. , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_USEC_GRADING_SCHEMAS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view, which describes the grading schemas related to unit sections. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_USEC_X_LISTED_GROUPS
12.2.2
product: IGS - Student System (Obsolete) , description: This is the base view which describes Unit Sections that are part of the Unit Section Cross-Listed Group. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSFV_STUD_PRG_PRE_ENROLLMENTS, status:VALID,
-
VIEW: APPS.IGSBV_USEC_X_LISTED_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_X_LISTED_GROUPS, object_name:IGSBV_USEC_X_LISTED_GROUPS, status:VALID,
-
VIEW: APPS.IGSFV_USEC_X_LISTED_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_X_LISTED_GROUPS, object_name:IGSFV_USEC_X_LISTED_GROUPS, status:VALID,
-
VIEW: APPS.IGSFV_UNIT_OFFERING_OPTIONS
12.1.1
-
View: IGSFV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_FINAL_EXAMS, object_name:IGSFV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSFV_USEC_FINAL_EXAMS ,
-
View: IGSBV_USEC_TEACH_INSTRUCTORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_TEACH_INSTRUCTORS, object_name:IGSBV_USEC_TEACH_INSTRUCTORS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the teaching responsibilities for a unit section. , implementation_dba_data: APPS.IGSBV_USEC_TEACH_INSTRUCTORS ,
-
View: IGSFV_UNIT_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UNIT_CALENDAR_OFFERINGS, object_name:IGSFV_UNIT_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a full view, which describes Unit Oferring Pattern of a unit offering option. , implementation_dba_data: APPS.IGSFV_UNIT_CALENDAR_OFFERINGS ,
-
VIEW: APPS.IGSFV_USEC_TEACH_INSTRUCTORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_TEACH_INSTRUCTORS, object_name:IGSFV_USEC_TEACH_INSTRUCTORS, status:VALID,
-
VIEW: APPS.IGSBV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_REPEAT_CONDITIONS, object_name:IGSBV_USEC_REPEAT_CONDITIONS, status:VALID,
-
VIEW: APPS.IGSBV_USEC_TEACH_INSTRUCTORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_TEACH_INSTRUCTORS, object_name:IGSBV_USEC_TEACH_INSTRUCTORS, status:VALID,
-
VIEW: APPS.IGSFV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_FINAL_EXAMS, object_name:IGSFV_USEC_FINAL_EXAMS, status:VALID,
-
VIEW: APPS.IGSBV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSBV_STUD_PRG_PRE_ENROLLMENTS, status:VALID,
-
VIEW: APPS.IGSFV_STUDENT_UNIT_TRANSFERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_UNIT_TRANSFERS, object_name:IGSFV_STUDENT_UNIT_TRANSFERS, status:VALID,
-
View: IGSBV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_FINAL_EXAMS, object_name:IGSBV_USEC_FINAL_EXAMS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the relation between unit sections and assessments done in it. , implementation_dba_data: APPS.IGSBV_USEC_FINAL_EXAMS ,
-
View: IGSBV_PROG_CALENDAR_OFFERINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PROG_CALENDAR_OFFERINGS, object_name:IGSBV_PROG_CALENDAR_OFFERINGS, status:VALID, product: IGS - Student System , description: This is a base view , which describes the instances of a calendar type in that a particular program is on offer. , implementation_dba_data: APPS.IGSBV_PROG_CALENDAR_OFFERINGS ,
-
View: IGSBV_STUD_PRG_PRE_ENROLLMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUD_PRG_PRE_ENROLLMENTS, object_name:IGSBV_STUD_PRG_PRE_ENROLLMENTS, status:VALID, product: IGS - Student System , description: This entity describes enrollment which will occur or has occurred for student program attempt , implementation_dba_data: APPS.IGSBV_STUD_PRG_PRE_ENROLLMENTS ,
-
View: IGSBV_USEC_GRADING_SCHEMAS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_GRADING_SCHEMAS, object_name:IGSBV_USEC_GRADING_SCHEMAS, status:VALID, product: IGS - Student System , description: This is the base view, which describes the grading schemas related to unit sections. , implementation_dba_data: APPS.IGSBV_USEC_GRADING_SCHEMAS ,
-
VIEW: APPS.IGSFV_USEC_REPEAT_CONDITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_REPEAT_CONDITIONS, object_name:IGSFV_USEC_REPEAT_CONDITIONS, status:VALID,
-
VIEW: APPS.IGSBV_USEC_FINAL_EXAMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_FINAL_EXAMS, object_name:IGSBV_USEC_FINAL_EXAMS, status:VALID,
-
View: IGSBV_USEC_X_LISTED_GROUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_USEC_X_LISTED_GROUPS, object_name:IGSBV_USEC_X_LISTED_GROUPS, status:VALID, product: IGS - Student System , description: This is the base view which describes Unit Sections that are part of the Unit Section Cross-Listed Group. , implementation_dba_data: APPS.IGSBV_USEC_X_LISTED_GROUPS ,
-
View: IGSFV_USEC_TEACH_INSTRUCTORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_USEC_TEACH_INSTRUCTORS, object_name:IGSFV_USEC_TEACH_INSTRUCTORS, status:VALID, product: IGS - Student System , description: This is the full view, which describes the teaching responsibilities for a unit section. , implementation_dba_data: APPS.IGSFV_USEC_TEACH_INSTRUCTORS ,