Search Results ocr_cfig_id
Overview
The view APPS.IGS_PS_SCH_OCR_CFIG_V belongs to the IGS (Student System) product family within Oracle E-Business Suite and is classified as a VALID database view owned by the APPS schema. Its documented purpose is to expose "occurrence rollover and override related information." In the Oracle Student System scheduling model, an "occurrence" represents a specific offering of a scheduled course or unit within a term, and configuration records govern how those occurrences behave when they are rolled over from one academic period to another and how individual scheduling attributes may be overridden.
This view therefore serves as a reporting and integration access point for the configuration flags that determine rollover behaviour (for example, whether a day, time, instructor, facility, or preference should carry forward to the next occurrence) and for the override flags that permit deviation from the default scheduling pattern. Because the view is defined over a single base entity and performs no joins, filter predicates, or transformations beyond simple column projection, it is lightweight and well suited to concurrent program extracts, BI Publisher data templates, OAF-based inquiry pages, and custom PL/SQL validation logic. The OCR_CFIG_ID column it exposes is the primary identifier that consumers use when searching for occurrence configuration setup data, which directly matches the user search term "ocr_cfig_id."
Underlying Base Objects
According to the ETRM metadata, the view is defined with a straightforward projection over one base table: IGS_PS_SCH_OCR_CFIG. The view text confirms this relationship through a simple SELECT ... FROM IGS_PS_SCH_OCR_CFIG SOC, with no shared joins, unions, or subqueries. The metadata records no additional referenced base objects, which is consistent with the view text.
- Base table:
IGS_PS_SCH_OCR_CFIG— stores the occurrence rollover and override configuration records keyed byOCR_CFIG_ID. - View owner: APPS, the standard Oracle EBS schema for shared application objects.
- Relationship: One view row corresponds to exactly one base table row, identified in the view by the synthetic
ROW_IDcolumn (derived fromSOC.ROWID) and the business keyOCR_CFIG_ID.
Key Columns
The view exposes the full column set of the base table, including both rollover and override indicators, the surrogate key, and standard audit columns.
- OCR_CFIG_ID: Primary identifier for the occurrence configuration record; commonly used as the driving lookup key in custom queries and integrations.
- Row identity:
ROW_IDis derived fromSOC.ROWID, providing a physical row reference suitable for direct table DML or row-level operations. - Rollover flags: A large set of
*_ROLL_FLAGcolumns governs whether specific scheduling attributes carry forward, includingTO_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, andINC_INS_CHANGE_NOTFY_ROLL_FLAG. - Override flags: Columns such as
DATE_OVRD_FLAG,DAY_OVRD_FLAG,TIME_OVRD_FLAG,INSTRUCTOR_OVRD_FLAG,SCHEDULED_BLD_OVRD_FLAG, andSCHEDULED_ROOM_OVRD_FLAGindicate which scheduling dimensions may be overridden for the occurrence. - Audit columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andLAST_UPDATE_LOGINsupport traceability and incremental extract designs.
Common Use Cases and Queries
Typical scenarios include validating that rollover configuration exists before running occurrence rollover processes, auditing which attributes are eligible for override, and feeding downstream scheduling or reporting extracts. A direct lookup by identifier returns a single configuration record:
SELECT * FROM apps.igs_ps_sch_ocr_cfig_v WHERE ocr_cfig_id = :p_ocr_cfig_id;SELECT ocr_cfig_id, day_roll_flag, time_roll_flag, instructor_roll_flag FROM apps.igs_ps_sch_ocr_cfig_v WHERE instructor_roll_flag = 'Y';SELECT ocr_cfig_id, last_update_date, last_updated_by FROM apps.igs_ps_sch_ocr_cfig_v WHERE last_update_date >= :p_since_date ORDER BY last_update_date;
Because the view is a thin projection, the underlying base table remains the correct target for DML; the view should be treated as read-only for reporting and inquiry purposes.
-
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 ,
-
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 ,
-
VIEW: APPS.IGS_PS_SCH_OCR_CFIG_V
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 ,
-
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,
-
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 ,
-
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,
-
APPS.IGS_PS_SCH_OCR_CFIG_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_SCH_OCR_CFIG_PKG
12.1.1
-
APPS.IGS_PS_SCH_OCR_CFIG_PKG dependencies on IGS_PS_SCH_OCR_CFIG
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'. ,