Search Results igs_he_usr_rt_cl_fld
Overview
The IGS_HE_USR_RT_CL_FLD table is a core data structure within the Oracle E-Business Suite (EBS) Student System (IGS) module. It functions as a configuration table, specifically designed to support the creation of user-defined return classes for regulatory or institutional reporting. Its primary role is to store the specific data fields that a user selects to include within a custom return subclass. These user-defined fields are typically a curated subset of the broader set of fields available in the system-defined return class, allowing institutions to tailor their data extracts to meet precise external reporting requirements or internal analytical needs.
Key Information Stored
The table's structure is defined by its composite primary key, which enforces uniqueness for each field within a user-defined subclass. The key columns are USER_RETURN_SUBCLASS, which identifies the parent user-defined return class, and FIELD_NUMBER, which specifies the sequential identifier for an individual field included in that class. While the provided metadata does not list all columns, the table's purpose implies it likely contains columns to manage the field's display order, source mapping, or active status within the subclass. The data stored here is essentially a mapping between a custom report template (the user return subclass) and the discrete data elements from the Student System that populate it.
Common Use Cases and Queries
The primary use case is the generation of custom regulatory returns or institutional reports. Administrators use front-end forms to define a return class and select fields from a master list; this table persists those selections. A common technical operation is querying all fields configured for a specific return subclass to drive a data extraction program or validate a report definition. A sample SQL pattern to retrieve this configuration would be:
- SELECT * FROM igs.igs_he_usr_rt_cl_fld WHERE user_return_subclass = '<SUBCLASS_CODE>' ORDER BY field_number;
This table is also critical for impact analysis when underlying system fields are modified, as reports or interfaces dependent on those fields can be identified by querying this table for the specific FIELD_NUMBER.
Related Objects
The table maintains a strict dependency relationship with the parent definition table for user return classes. As documented in the foreign key metadata:
- IGS_HE_USR_RTN_CLAS: This is the primary related table. The column IGS_HE_USR_RT_CL_FLD.USER_RETURN_SUBCLASS is a foreign key referencing the IGS_HE_USR_RTN_CLAS table. This ensures that every field configuration record is linked to a valid, pre-defined user return subclass. Any join between these tables would typically use USER_RETURN_SUBCLASS as the key column.
While not explicitly listed in the provided excerpt, this table is logically a child of the system return class field definitions (likely a table such as IGS_HE_SYS_RT_CL_FLD), from which the selectable FIELD_NUMBER values are derived.
-
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 ,
-
Table: IGS_HE_USR_RT_CL_FLD
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
APPS.IGS_HE_USR_RT_CL_FLD_PKG dependencies on IGS_HE_USR_RT_CL_FLD
12.1.1
-
APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on IGS_HE_USR_RT_CL_FLD
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_HE_USR_RT_CL_FLD
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_USR_RT_CL_FLD
12.1.1
-
SYNONYM: APPS.IGS_HE_USR_RT_CL_FLD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_HE_USR_RT_CL_FLD, status:VALID,
-
APPS.IGS_HE_USR_RT_CL_FLD_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_HE_EX_RN_FD_DTLS_V
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_HE_SYS_RT_CL_ASS
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on IGS_HE_USR_RTN_CLAS
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_USR_RT_CL_FLD_PKG
12.1.1
-
APPS.IGS_HE_USR_RT_CL_FLD_PKG dependencies on IGS_HE_USR_RT_CL_FLD_PKG
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_USR_RTN_CLAS
12.1.1
-
TABLE: IGS.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,
-
Table: IGS_HE_USR_RTN_CLAS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds user defined return classes which can be considered as a sub class of the system return classes , implementation_dba_data: Not implemented in this database ,
-
View: IGS_HE_EX_RN_FD_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Links user defined return class fields with extract run ID. , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on IGS_HE_USR_RTN_CLAS
12.1.1
-
APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on IGS_HE_SYS_RT_CL_FLD
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_CREATE_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_CREATE_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_USR_RT_CL_FLD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_USR_RT_CL_FLD_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_VERIFY_RETURN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_VERIFY_RETURN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT2_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_EXTRACT2_PKG, status:VALID,
-
VIEW: APPS.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,
-
APPS.IGS_HE_CREATE_EXTRACT_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
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
-
PACKAGE BODY: APPS.IGS_HE_VERIFY_RETURN_PKG
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_CREATE_EXTRACT_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EXTRACT2_PKG
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'. ,