Search Results igs_ca_arts_tc_ca_cd
Overview
The IGS_CA_ARTS_TC_CA_CD table is a core data structure within the Oracle E-Business Suite Student System (IGS) module, versions 12.1.1 and 12.2.2. It functions as a reference or mapping table that defines the relationship between a teaching period and the specific academic calendar type code used to denote a student's enrolled semester. Its primary role is to provide a controlled, validated link between teaching calendar types and the semester enrollment definitions, ensuring data integrity in academic scheduling and student enrollment processes. This table is essential for accurately interpreting a student's academic load and progress within a defined teaching period.
Key Information Stored
The table's structure is centered on a single, critical piece of reference data. Based on the provided metadata, the primary column is ARTS_TEACHING_CAL_TYPE_CD. This column stores the unique code that identifies a specific teaching calendar type. This code acts as the key that maps to a corresponding calendar type in the related IGS_CA_TYPE table. The table's purpose is to house these valid codes, which are then referenced elsewhere in the system to define the semester in which a student is enrolled for a given teaching period. The primary key constraint IGS_CA_ARTS_TC_CA_CD_PK is enforced on this column, guaranteeing its uniqueness within the table.
Common Use Cases and Queries
This table is predominantly used in backend validation and data retrieval for academic operations. A common use case is validating that a teaching calendar type code entered during a student's course enrollment or academic planning session is legitimate and active. It is also critical for reports that analyze enrollment patterns by teaching period or semester. A typical query would join this table to the main calendar type table to retrieve a descriptive list of valid teaching period codes for a user interface drop-down list or for a data integrity check.
Sample SQL Pattern:
SELECT tc.arts_teaching_cal_type_cd, ct.cal_type
FROM igs.igs_ca_arts_tc_ca_cd tc
JOIN igs.igs_ca_type ct ON tc.arts_teaching_cal_type_cd = ct.arts_teaching_cal_type_cd
ORDER BY 1;
Related Objects
The table maintains a direct foreign key relationship, which is its principal integration point within the Student System schema.
- IGS_CA_TYPE: This is the primary related table. The column IGS_CA_ARTS_TC_CA_CD.ARTS_TEACHING_CAL_TYPE_CD is a foreign key that references IGS_CA_TYPE.ARTS_TEACHING_CAL_TYPE_CD. This relationship ensures that every teaching period code stored in IGS_CA_ARTS_TC_CA_CD corresponds to a valid, existing calendar type record. The IGS_CA_TYPE table likely contains further descriptive details about the calendar type, such as its description, start and end dates, and academic year.
-
Table: IGS_CA_ARTS_TC_CA_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_ARTS_TC_CA_CD, object_name:IGS_CA_ARTS_TC_CA_CD, status:VALID, product: IGS - Student System , description: Describes the teaching period code to define semester enrolled , implementation_dba_data: IGS.IGS_CA_ARTS_TC_CA_CD ,
-
Table: IGS_CA_ARTS_TC_CA_CD
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the teaching period code to define semester enrolled , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_VAL_CAT dependencies on IGS_CA_ARTS_TC_CA_CD
12.1.1
-
APPS.IGS_CA_ARTS_TC_CA_CD_PKG dependencies on IGS_CA_ARTS_TC_CA_CD
12.1.1
-
APPS.IGS_CA_ARTS_TC_CA_CD_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_CA_TYPE_V
12.1.1
-
APPS.IGS_CA_ARTS_TC_CA_CD_PKG dependencies on IGS_CA_ARTS_TC_CA_CD_PKG
12.1.1
-
VIEW: APPS.IGSFV_CALENDAR_PERIOD_TYPES
12.1.1
-
SYNONYM: APPS.IGS_CA_ARTS_TC_CA_CD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_ARTS_TC_CA_CD, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_ARTS_TC_CA_CD_PKG
12.1.1
-
TABLE: IGS.IGS_CA_ARTS_TC_CA_CD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_ARTS_TC_CA_CD, object_name:IGS_CA_ARTS_TC_CA_CD, status:VALID,
-
Table: IGS_CA_TYPE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_TYPE, object_name:IGS_CA_TYPE, status:VALID, product: IGS - Student System , description: Describes available calendar types , implementation_dba_data: IGS.IGS_CA_TYPE ,
-
Table: IGS_CA_TYPE
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available calendar types , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CA_VAL_CAT SQL Statements
12.1.1
-
View: IGS_CA_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TYPE_V, object_name:IGS_CA_TYPE_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_TYPE_V ,
-
View: IGSFV_CALENDAR_PERIOD_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: This is the full view for the entity Calendar Period Types which describes available calendar types. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_CA_TYPE_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_CA_VAL_CAT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_VAL_CAT, status:VALID,
-
View: IGSFV_CALENDAR_PERIOD_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CALENDAR_PERIOD_TYPES, object_name:IGSFV_CALENDAR_PERIOD_TYPES, status:VALID, product: IGS - Student System , description: This is the full view for the entity Calendar Period Types which describes available calendar types. , implementation_dba_data: APPS.IGSFV_CALENDAR_PERIOD_TYPES ,
-
PACKAGE BODY: APPS.IGS_CA_ARTS_TC_CA_CD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CA_ARTS_TC_CA_CD_PKG, status:VALID,
-
VIEW: APPS.IGS_CA_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_TYPE_V, object_name:IGS_CA_TYPE_V, status:VALID,
-
VIEW: APPS.IGSFV_CALENDAR_PERIOD_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_CALENDAR_PERIOD_TYPES, object_name:IGSFV_CALENDAR_PERIOD_TYPES, status:VALID,
-
PACKAGE BODY: APPS.IGS_CA_VAL_CAT
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
-
12.1.1 DBA Data
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'. ,
-
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'. ,