Search Results curriculum_id
Overview
The IGS_PS_UNT_CRCLM_ALL table is a master data table within the Oracle E-Business Suite (EBS) 12.1.1/12.2.2, specifically for the Oracle Student Management (formerly Campus Solutions) product. It functions as a curriculum identifier master, providing a stable, unique key to link different versions of an academic unit when the unit's code changes over time. This design is critical for maintaining historical data integrity and for facilitating mandated state reporting, as noted in the documentation. The table is multi-org enabled via the ORG_ID column, allowing it to store data for multiple operating units within a single installation.
Key Information Stored
The table's structure is focused on defining and managing the lifecycle of a curriculum identifier. The primary and most critical column is CURRICULUM_ID (VARCHAR2(10)), which serves as the unique master unit identifier. The DESCRIPTION (VARCHAR2(80)) provides the human-readable name for the identifier. The CLOSED_IND (VARCHAR2(1)) flag controls the active status of the curriculum ID, indicating whether it is available for new associations. Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) provide audit trails, and the ORG_ID (NUMBER(15)) segregates data by operating unit.
Common Use Cases and Queries
A primary use case is tracing the evolution of a unit across code changes for accurate historical reporting and transcript generation. Administrators also query this table to manage which curriculum IDs are available for assignment to new unit versions. Common SQL patterns include retrieving all active curriculum IDs for a specific operating unit or finding the description for a known identifier used in reporting.
- Retrieve all active curriculum masters for a specific org:
SELECT CURRICULUM_ID, DESCRIPTION FROM IGS_PS_UNT_CRCLM_ALL WHERE CLOSED_IND = 'N' AND ORG_ID = :org_id ORDER BY CURRICULUM_ID; - Find all unit versions linked to a specific curriculum ID (joining to the related unit version table):
SELECT uv.UNIT_CD, uv.VERSION_NUMBER FROM IGS_PS_UNIT_VER_ALL uv WHERE uv.CURRICULUM_ID = :curriculum_id;
Related Objects
The table has a defined primary key constraint, IGS_PS_UNT_CRCLM_ALL_PK, on the CURRICULUM_ID column. It serves as a parent table in a key relationship within the Student Management schema. The documented foreign key relationship shows that the IGS_PS_UNIT_VER_ALL table references this master table. Specifically, the CURRICULUM_ID column in IGS_PS_UNIT_VER_ALL is a foreign key pointing to IGS_PS_UNT_CRCLM_ALL.CURRICULUM_ID. This establishes that individual unit versions (IGS_PS_UNIT_VER_ALL) are linked to a persistent master curriculum identifier stored in this table.
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNT_CRCLM_ALL
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_SUBTITLE
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNT_CRCLM_ALL
12.1.1
-
APPS.IGS_PS_UNT_CRCLM_PKG dependencies on IGS_PS_UNT_CRCLM_ALL
12.1.1
-
TABLE: IGS.IGS_PS_UNT_CRCLM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_CRCLM_ALL, object_name:IGS_PS_UNT_CRCLM_ALL, status:VALID,
-
VIEW: APPS.IGS_PS_UNT_CRCLM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_CRCLM, object_name:IGS_PS_UNT_CRCLM, status:VALID,
-
Table: IGS_PS_UNT_CRCLM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNT_CRCLM_ALL, object_name:IGS_PS_UNT_CRCLM_ALL, status:VALID, product: IGS - Student System , description: Describes the master unit identifier for units. , implementation_dba_data: IGS.IGS_PS_UNT_CRCLM_ALL ,
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on FND_PROFILE
12.1.1
-
View: IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER ,
-
APPS.IGS_PS_UNT_CRCLM_PKG SQL Statements
12.1.1
-
Table: IGS_PS_UNT_CRCLM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the master unit identifier for units. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNT_CRCLM_PKG
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
View: IGS_PS_UNT_CRCLM
12.2.2
product: IGS - Student System (Obsolete) , description: The units are to be grouped under common code to indicate they belong to same curriculum id. This view displays the curriculum id under which units can be grouped together. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNT_CRCLM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNT_CRCLM, object_name:IGS_PS_UNT_CRCLM, status:VALID, product: IGS - Student System , description: The units are to be grouped under common code to indicate they belong to same curriculum id. This view displays the curriculum id under which units can be grouped together. , implementation_dba_data: APPS.IGS_PS_UNT_CRCLM ,
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_UNT_CRCLM
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_UNIT_VER_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
View: IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID, product: IGS - Student System , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST_V ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_PS_UNT_CRCLM_PKG
12.1.1
-
View: IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST ,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
-
VIEW: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HIGH_ED_UNIT_VERSIONS, object_name:IGSFV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSFV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSFV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID,
-
APPS.IGS_PS_UNIT_VER_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_ALL, object_name:IGS_PS_UNIT_VER_HIST_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_LGCY_UV_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_LGCY_UV_INT, object_name:IGS_PS_LGCY_UV_INT, status:VALID,
-
APPS.IGS_PS_UNIT_VER_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_GENERIC_PUB dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
Lookup Type: LEGACY_TOKENS
12.2.2
product: IGS - Student System (Obsolete) , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
Lookup Type: LEGACY_TOKENS
12.1.1
product: IGS - Student System , meaning: Legacy Message Tokens , description: Legacy Message Tokens ,
-
PACKAGE BODY: APPS.IGS_AU_GEN_004
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_HIST_PKG
12.1.1