Search Results igs_ps_sch_ocr_cfig
Overview
IGS_PS_SCH_OCR_CFIG is a configuration table within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to capture occurrence rollover and override related information. In the context of academic scheduling, an "occurrence" represents a specific offering of a scheduled course component, and the rollover process propagates scheduling attributes from one academic period to the next. This table stores the control flags that govern which attributes are carried forward automatically during rollover and which attributes may be manually overridden by the scheduling administrator.
The table resides in the IGS schema and is marked VALID in the ETRM 12.1.1 physical schema documentation, comprising 28 columns. The heuristic Data Vault classification mined from the foreign key structure is standalone, indicating that no explicit parent-child relationships were detected. As a modeling suggestion, this object behaves less like a transactional hub or link and more like a reference satellite or configuration dimension: it carries descriptive rollover and override flags keyed by a single surrogate identifier, with no downstream dependents recorded in the documented relationship data.
Key Information Stored
Each row is uniquely identified by the surrogate primary key OCR_CFIG_ID, enforced by the unique index IGS_PS_SCH_OCR_CFIG_PK. No alternate business-key unique index is documented beyond this primary key, so OCR_CFIG_ID is the sole documented identifier. The remaining columns fall into two functional groups.
- Rollover flags — boolean indicators controlling which scheduling attributes are copied forward. These include TO_BE_ANNOUNCED_ROLL_FLAG, DAY_ROLL_FLAG, TIME_ROLL_FLAG, INSTRUCTOR_ROLL_FLAG, FACILITY_ROLL_FLAG, SCHD_NOT_RQD_ROLL_FLAG, REF_CD_ROLL_FLAG, PREFERRED_BLD_ROLL_FLAG, PREFERRED_ROOM_ROLL_FLAG, DEDICATED_BLD_ROLL_FLAG, DEDICATED_ROOM_ROLL_FLAG, SCHEDULED_BLD_ROLL_FLAG, SCHEDULED_ROOM_ROLL_FLAG, PREFERRED_REGION_ROLL_FLAG, OCCUR_FLEXFIELD_ROLL_FLAG, and INC_INS_CHANGE_NOTFY_ROLL_FLAG.
- Override flags — indicators permitting manual replacement of rolled values, namely DATE_OVRD_FLAG, DAY_OVRD_FLAG, TIME_OVRD_FLAG, INSTRUCTOR_OVRD_FLAG, SCHEDULED_BLD_OVRD_FLAG, and SCHEDULED_ROOM_OVRD_FLAG.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN provide standard EBS who-column auditability.
The pairing of roll and override flags is significant: a roll flag determines whether the attribute is inherited at rollover time, while the corresponding override flag determines whether the inherited value may subsequently be changed.
Common Use Cases and Queries
Configuration administrators query this table to audit which schedule attributes are automatically rolled and which remain editable. A typical verification query selects the identifier alongside the rollover flags:
- SELECT ocr_cfig_id, day_roll_flag, time_roll_flag, instructor_roll_flag, facility_roll_flag FROM igs.igs_ps_sch_ocr_cfig;
- Filtering for enabled rollover attributes, for example WHERE instructor_roll_flag = 'Y', identifies configurations that propagate teaching assignments.
- Reporting joins to audit columns (created_by, last_update_date) support change-tracking of configuration revisions across academic years.
- Because the classification is standalone, queries generally treat this object as a lookup rather than joining it to occurrence or schedule fact tables through foreign keys.
Related Objects
No foreign key relationships are documented for IGS_PS_SCH_OCR_CFIG, consistent with its standalone classification. The table is therefore referenced by configuration-driven logic within the Student System scheduling rollover process rather than by declarative constraints. Practically, the IGS_PS_SCH_OCCURRENCE and IGS_PS_SCH_OVERRIDE families, the scheduling rollover concurrent programs, and the IGS Student System setup forms depend conceptually on the flag values stored here. Any integration or extract should treat OCR_CFIG_ID as the stable configuration key and respect the audit columns when staging changes.
-
Table: IGS_PS_SCH_OCR_CFIG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_OCR_CFIG, object_name:IGS_PS_SCH_OCR_CFIG, status:VALID, product: IGS - Student System , description: Table to capture occurrence rollover and override related information. , implementation_dba_data: IGS.IGS_PS_SCH_OCR_CFIG ,
-
Table: IGS_PS_SCH_OCR_CFIG
12.2.2
product: IGS - Student System (Obsolete) , description: Table to capture occurrence rollover and override related information. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_PS_SCH_OCR_CFIG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_SCH_OCR_CFIG, status:VALID,
-
APPS.IGS_PS_SCH_OCR_CFIG_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_PS_SCH_OCR_CFIG_V
12.1.1
-
TABLE: IGS.IGS_PS_SCH_OCR_CFIG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_SCH_OCR_CFIG, object_name:IGS_PS_SCH_OCR_CFIG, status:VALID,
-
View: IGS_PS_SCH_OCR_CFIG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_OCR_CFIG_V, object_name:IGS_PS_SCH_OCR_CFIG_V, status:VALID, product: IGS - Student System , description: Occurrence rollover and override related information. , implementation_dba_data: APPS.IGS_PS_SCH_OCR_CFIG_V ,
-
PACKAGE BODY: APPS.IGS_PS_SCH_OCR_CFIG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_SCH_OCR_CFIG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_SCH_OCR_CFIG_PKG
12.1.1
-
View: IGS_PS_SCH_OCR_CFIG_V
12.2.2
product: IGS - Student System (Obsolete) , description: Occurrence rollover and override related information. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_USEC_SCHEDULE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_USEC_SCHEDULE, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LGCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PS_UNIT_LGCY_PKG, status:VALID,
-
VIEW: APPS.IGS_PS_SCH_OCR_CFIG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_SCH_OCR_CFIG_V, object_name:IGS_PS_SCH_OCR_CFIG_V, 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_SCH_OCR_CFIG_PKG dependencies on IGS_PS_SCH_OCR_CFIG
12.1.1
-
APPS.IGS_PS_GEN_001 dependencies on IGS_PS_SCH_OCR_CFIG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_SCH_OCR_CFIG
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_SCH_OCR_CFIG
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PS_SCH_OCR_CFIG_PKG dependencies on IGS_PS_SCH_OCR_CFIG_PKG
12.1.1
-
APPS.IGS_PS_GEN_001 SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_USEC_OCCURS_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_USEC_SCHEDULE
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_USEC_OCCURS_ALL
12.1.1
-
APPS.IGS_PS_USEC_SCHEDULE dependencies on IGS_PS_USEC_OCCURS
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_001
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_LGCY_PKG
12.1.1
-
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'. ,
-
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'. ,