Search Results class 10 icse solved paper
The IGS_HE_USR_RT_CL_FLD
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Higher Education (HE) module, specifically designed to manage user-defined rating class fields. This table plays a pivotal role in customizing and extending the functionality of the Student Systems module, allowing institutions to tailor the system to their specific academic and administrative requirements. Below is a detailed analysis of its purpose, structure, and significance in Oracle EBS.
Purpose and Functional Context
TheIGS_HE_USR_RT_CL_FLD
table is part of the Oracle Higher Education (HE) product family, which is built on the Oracle EBS framework. It stores metadata and configuration details for user-defined fields (UDFs) associated with rating classes. Rating classes are used to categorize and evaluate academic or administrative data, such as student performance, course ratings, or institutional benchmarks. By leveraging this table, institutions can define custom fields to capture additional attributes or metrics that are not covered by standard Oracle EBS functionality.
Table Structure and Key Columns
The table typically includes the following key columns, though the exact schema may vary slightly between EBS 12.1.1 and 12.2.2:- RATING_CLASS_ID: A foreign key linking to the parent rating class definition.
- FIELD_NAME: The name of the user-defined field, which must adhere to Oracle naming conventions.
- FIELD_TYPE: Specifies the data type of the field (e.g., VARCHAR2, NUMBER, DATE).
- FIELD_LABEL: A descriptive label for the field, often used in UI displays.
- REQUIRED_FLAG: Indicates whether the field is mandatory for data entry.
- DISPLAY_SEQUENCE: Determines the order in which fields appear in forms or reports.
- CREATED_BY and LAST_UPDATED_BY: Audit columns tracking user modifications.
Integration with Other Modules
TheIGS_HE_USR_RT_CL_FLD
table interacts with several other Oracle EBS components, including:
- IGS_HE_RT_CLS: The master table for rating classes, which defines the parent entities for these custom fields.
- IGS_HE_USR_RT_FLD_VAL: Stores actual values for the user-defined fields, linked via
RATING_CLASS_ID
andFIELD_NAME
. - Oracle Flexfields: In some implementations, UDFs may leverage Descriptive Flexfields (DFFs) for additional configurability.
Technical Considerations
In Oracle EBS 12.2.2, the table benefits from the underlying architectural improvements, such as Online Patching (ADOP) and enhanced performance optimizations. However, administrators must ensure that customizations involving this table comply with Oracle's supportability guidelines. For example, direct DML operations on the table should be avoided in favor of approved APIs or screen-based configurations.Customization and Extensibility
TheIGS_HE_USR_RT_CL_FLD
table exemplifies Oracle EBS's extensibility. Institutions can:
- Add new fields to support localized accreditation requirements.
- Modify existing fields to align with changing academic policies.
- Integrate with external systems by exposing these fields via web services or APIs.
Conclusion
TheIGS_HE_USR_RT_CL_FLD
table is a cornerstone of the Oracle Higher Education module, enabling institutions to adapt the EBS platform to their unique needs. Its design reflects Oracle's commitment to configurability while maintaining data integrity and system performance. Proper utilization of this table requires a thorough understanding of both the technical schema and the functional workflows it supports within the Student Systems domain.
-
Lookup Type: IGS_UC_MONTHLY_PAPER
12.1.1
product: IGS - Student System , meaning: IGS_UC_MONTHLY_PAPER , description: Lookup for Monthly Paper ,
-
Lookup Type: ACTIVITY_SOURCE
12.1.1
product: IGS - Student System , meaning: Activity Source , description: Activity Source ,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_INQ_V, object_name:IGS_PS_UNIT_OFR_OPT_INQ_V, status:VALID, product: IGS - Student System , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V ,
-
View: IGS_SS_EN_CLASS_TIME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_SS_EN_CLASS_TIME_V, object_name:IGS_SS_EN_CLASS_TIME_V, status:VALID, product: IGS - Student System , description: View for Choosing Class times , implementation_dba_data: APPS.IGS_SS_EN_CLASS_TIME_V ,
-
File: Student System Class Rank r11i9 ERD.pdf
12.1.1
product: IGS - Student System , size: 83.273 KBytes , file_type: PDF Diagram ,
-
Lookup Type: IGS_FI_UNIT_ATTRIBUTE
12.1.1
product: IGS - Student System , meaning: Unit Attributes for Fee Assessment , description: Unit Attributes for Fee Assessment ,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,
-
Lookup Type: PE_RES_CLASS
12.1.1
product: IGS - Student System , meaning: Person Residency Class , description: Person Residency Class ,
-
Lookup Type: PERSON_RESIDENCY
12.1.1
product: IGS - Student System , meaning: Person Residency , description: Person Residency ,
-
Lookup Type: ACT_PROFILE_TYPE
12.1.1
product: IGS - Student System , meaning: ACT Profile Type , description: ACT Profile Type ,
-
Lookup Type: FEE_CLASS
12.1.1
product: IGS - Student System , meaning: Fee Class , description: Lookup for Fee Class ,
-
Lookup Type: RESERVE_SEAT_PRIORITY
12.1.1
product: IGS - Student System , meaning: Reserve Seating Priorities , description: Reserve Seating Priorities ,
-
Lookup Type: UNIT_WAITLIST
12.1.1
product: IGS - Student System , meaning: Unit Waitlist , description: Unit Waitlist ,
-
View: IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: APPS.IGS_AD_APPL_ADMAPPL_V ,
-
Table: IGS_HE_USR_RT_CL_FLD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_USR_RT_CL_FLD, object_name:IGS_HE_USR_RT_CL_FLD, status:VALID, product: IGS - Student System , description: Holds the fields that the user wants to include in the User Defined Return Class. The fields are normally a sub set of the fields defined for the System Return Class , implementation_dba_data: IGS.IGS_HE_USR_RT_CL_FLD ,
-
Lookup Type: IGS_DA_STDNT_SORT_ORDRS
12.1.1
product: IGS - Student System , meaning: Degree Audit Student Sort Order --Obsolete , description: Degree Audit Student Sort Order --Obsolete ,
-
Lookup Type: ADM_CODE_GROUPS
12.1.1
product: IGS - Student System , meaning: Admissions Code Class Groups , description: Admissions Code Class Groups ,
-
View: IGS_AD_CODE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_CODE_CLASSES_V, object_name:IGS_AD_CODE_CLASSES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_CODE_CLASSES_V ,
-
Lookup Type: PERSON_ACADEMIC_INFO
12.1.1
product: IGS - Student System , meaning: Academic Information , description: Academic Information ,
-
Lookup Type: IGS_FI_CREDIT_CLASS
12.1.1
product: IGS - Student System , meaning: Credit Class , description: Credit Class ,
-
View: IGS_AD_APPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_V, object_name:IGS_AD_APPL_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_V ,
-
Lookup Type: LEGACY_EN_REC_TABLES
12.1.1
product: IGS - Student System , meaning: Legacy Enrollment and Records tables , description: Enrollments and Records Tables being imported by the Legacy Import process ,
-
Lookup Type: IGS_UC_CODE_TYPES
12.1.1
product: IGS - Student System , meaning: UCAS Reference Code Types , description: UCAS Reference Code Types ,
-
Table: IGS_UC_MV_CVR_SOCCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MV_CVR_SOCCL, object_name:IGS_UC_MV_CVR_SOCCL, status:VALID, product: IGS - Student System , description: Holds list of Pre-2000 Social Class values. - OBSOLETE , implementation_dba_data: IGS.IGS_UC_MV_CVR_SOCCL ,
-
Table: IGS_UC_MV_CVR_POCC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MV_CVR_POCC, object_name:IGS_UC_MV_CVR_POCC, status:VALID, product: IGS - Student System , description: List of Parental Occupation Codes and Social Class with description. - OBSOLETE , implementation_dba_data: IGS.IGS_UC_MV_CVR_POCC ,
-
Lookup Type: CLASS_RANK_OUTPUT_TYPE
12.1.1
product: IGS - Student System , meaning: Class Rank Output Type ,
-
Table: IGS_UC_MV_CVR_P2KPC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MV_CVR_P2KPC, object_name:IGS_UC_MV_CVR_P2KPC, status:VALID, product: IGS - Student System , description: Holds list of Pre-2000 Parental Occupation Codes and Social Class with description. - OBSOLETE , implementation_dba_data: IGS.IGS_UC_MV_CVR_P2KPC ,
-
Table: IGS_PR_LGY_CLSR_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_LGY_CLSR_INT, object_name:IGS_PR_LGY_CLSR_INT, status:VALID, product: IGS - Student System , description: Interface table to store the Class Rank legacy data , implementation_dba_data: IGS.IGS_PR_LGY_CLSR_INT ,
-
Table: IGS_UC_REF_PRE2KPOC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_REF_PRE2KPOC, object_name:IGS_UC_REF_PRE2KPOC, status:VALID, product: IGS - Student System , description: Holds list of Pre-200 parental Occupation Codes and Social Class with description. , implementation_dba_data: IGS.IGS_UC_REF_PRE2KPOC ,
-
Table: IGS_AS_GPC_CLS_STNDG
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG, object_name:IGS_AS_GPC_CLS_STNDG, status:VALID, product: IGS - Student System , description: Stores grading period cohorts class standing details , implementation_dba_data: IGS.IGS_AS_GPC_CLS_STNDG ,
-
Table: IGS_PR_COHORT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_COHORT, object_name:IGS_PR_COHORT, status:VALID, product: IGS - Student System , description: Stores Class Rank Cohort , implementation_dba_data: IGS.IGS_PR_COHORT ,
-
Lookup Type: IGS_AS_ADV_SEARCH
12.1.1
product: IGS - Student System , meaning: Assessment Search , description: Assessment Search ,
-
Table: IGS_HE_SYS_RT_CL_ASS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SYS_RT_CL_ASS, object_name:IGS_HE_SYS_RT_CL_ASS, status:VALID, product: IGS - Student System , description: Stores associations codes for each field in a system return class , implementation_dba_data: IGS.IGS_HE_SYS_RT_CL_ASS ,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
Table: IGS_PR_CS_SCHDL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CS_SCHDL, object_name:IGS_PR_CS_SCHDL, status:VALID, product: IGS - Student System , description: Maintains the schedule of Class Standing , implementation_dba_data: IGS.IGS_PR_CS_SCHDL ,
-
Table: IGS_PR_COHINST_RANK
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_COHINST_RANK, object_name:IGS_PR_COHINST_RANK, status:VALID, product: IGS - Student System , description: Stores Class Rank Cohort Instance Rank , implementation_dba_data: IGS.IGS_PR_COHINST_RANK ,
-
Table: IGS_PR_COHORT_INST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_COHORT_INST, object_name:IGS_PR_COHORT_INST, status:VALID, product: IGS - Student System , description: Stores Class Rank Cohort Instances , implementation_dba_data: IGS.IGS_PR_COHORT_INST ,
-
View: IGS_PR_CLASS_STD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CLASS_STD_V, object_name:IGS_PR_CLASS_STD_V, status:VALID, product: IGS - Student System , description: Shows details of the Class Standing , implementation_dba_data: APPS.IGS_PR_CLASS_STD_V ,
-
View: IGS_HE_EX_RN_FD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_EX_RN_FD_DTLS_V, object_name:IGS_HE_EX_RN_FD_DTLS_V, status:VALID, product: IGS - Student System , description: Links user defined return class fields with extract run ID. , implementation_dba_data: APPS.IGS_HE_EX_RN_FD_DTLS_V ,
-
Lookup Type: IGS_UC_SOCIAL_CLASS
12.1.1
product: IGS - Student System , meaning: IGS_UC_SOCIAL_CLASS , description: Lookups for social class ,
-
Table: IGS_PS_USO_CM_GRP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USO_CM_GRP, object_name:IGS_PS_USO_CM_GRP, status:VALID, product: IGS - Student System , description: This table contains information about all Class Meet Groups created in Oracle Student System. , implementation_dba_data: IGS.IGS_PS_USO_CM_GRP ,
-
Table: IGS_PS_USO_CLAS_MEET
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_USO_CLAS_MEET, object_name:IGS_PS_USO_CLAS_MEET, status:VALID, product: IGS - Student System , description: This table contains all Unit Section Occurrences that are part of the Class Meet Group. , implementation_dba_data: IGS.IGS_PS_USO_CLAS_MEET ,
-
View: IGS_AS_GPC_CLS_STNDG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_GPC_CLS_STNDG_V, object_name:IGS_AS_GPC_CLS_STNDG_V, status:VALID, product: IGS - Student System , description: Class Standing Information , implementation_dba_data: APPS.IGS_AS_GPC_CLS_STNDG_V ,
-
View: IGS_PE_CODE_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_CODE_CLASSES_V, object_name:IGS_PE_CODE_CLASSES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_CODE_CLASSES_V ,
-
Table: IGS_HE_USR_RTN_CLAS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_USR_RTN_CLAS, object_name:IGS_HE_USR_RTN_CLAS, status:VALID, product: IGS - Student System , description: Holds user defined return classes which can be considered as a sub class of the system return classes , implementation_dba_data: IGS.IGS_HE_USR_RTN_CLAS ,
-
View: IGS_PR_CSS_CLASS_STD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CSS_CLASS_STD_V, object_name:IGS_PR_CSS_CLASS_STD_V, status:VALID, product: IGS - Student System , description: Shows the Class Standing schedule mapping , implementation_dba_data: APPS.IGS_PR_CSS_CLASS_STD_V ,
-
Table: IGS_PR_CSS_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CSS_CLASS_STD, object_name:IGS_PR_CSS_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the Class Standing mapping for the credit point range and the academic years for each program type and a period , implementation_dba_data: IGS.IGS_PR_CSS_CLASS_STD ,
-
Table: IGS_PR_CLASS_STD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_CLASS_STD, object_name:IGS_PR_CLASS_STD, status:VALID, product: IGS - Student System , description: Maintains the institution defined Class Standing set-up values , implementation_dba_data: IGS.IGS_PR_CLASS_STD ,
-
View: IGS_PR_CS_SCHDL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_CS_SCHDL_V, object_name:IGS_PR_CS_SCHDL_V, status:VALID, product: IGS - Student System , description: Shows the Class Standing schedule , implementation_dba_data: APPS.IGS_PR_CS_SCHDL_V ,
-
Table: IGS_EN_SU_ATTEMPT_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SU_ATTEMPT_H_ALL, object_name:IGS_EN_SU_ATTEMPT_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of changes made to a student unit attempt, including changes to status, location, class, etc. , implementation_dba_data: IGS.IGS_EN_SU_ATTEMPT_H_ALL ,