Search Results submission_name
Overview
The IGS.IGS_HE_SUB_RTN_CAL table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Higher Education (HE) product family. This table serves as a configuration and mapping repository for statutory reporting submissions. Its primary role is to define and store the specific academic calendars that must be considered when generating a particular data submission return for a government or regulatory body. By linking a submission return definition to one or more academic calendar instances, it ensures that student and institutional data is extracted from the correct time periods, which is a critical requirement for accurate compliance reporting in the education sector.
Key Information Stored
The table stores the linkage between a submission definition and the academic calendars it encompasses. Key columns include the composite unique identifier (SUB_RTN_CAL_ID) and the defining parameters of the submission itself: SUBMISSION_NAME, USER_RETURN_SUBCLASS, and RETURN_NAME. The connection to the academic calendar is established through the CAL_TYPE (Calendar Type) and CI_SEQUENCE_NUMBER (Calendar Instance Sequence Number). A significant functional column is FTE_PROG_PCNT, which holds the Full-Time Equivalent (FTE) program percentage value relevant to the submission for the specified calendar. Standard EBS "Who" columns (CREATED_BY, CREATION_DATE, etc.) track audit information. The table's unique indexes, IGS_HE_SUB_RTN_CAL_U1 and U2, enforce data integrity for the logical combination of submission and calendar and the primary key, respectively.
Common Use Cases and Queries
This table is central to the setup and execution of regulatory returns. A primary use case is during the pre-submission validation phase, where administrators verify that all required academic calendars are correctly associated with a submission. A common reporting query would list all calendars tied to a specific submission, which is essential for auditing and troubleshooting extraction logic.
Sample Query: Find all calendars for a specific submission:
SELECT submission_name,
return_name,
cal_type,
ci_sequence_number,
fte_prog_pcnt
FROM igs.igs_he_sub_rtn_cal
WHERE submission_name = '&SUBMISSION_NAME'
ORDER BY cal_type, ci_sequence_number;
Another critical use case involves data extraction programs. Batch processes for building a submission will join to this table using the submission name, return subclass, and return name to determine the precise set of calendar instances from which to source student enrollment, financial, or demographic data. The FTE_PROG_PCNT value may be applied directly in calculations for funding or statistical returns.
Related Objects
Based on the provided dependency information, the IGS_HE_SUB_RTN_CAL table is a foundational object referenced by the APPS synonym of the same name (APPS.IGS_HE_SUB_RTN_CAL). This synonym allows other EBS modules and custom code within the APPS schema to access the table without referencing the owning IGS schema directly. While the metadata indicates it does not reference other objects, it is logically and functionally dependent on the core academic calendar structures (likely such as IGS_CA_INST) to resolve the CAL_TYPE and CI_SEQUENCE_NUMBER. Furthermore, it is a key parent table for any submission-specific fact or transaction data tables that require the context of which calendar and submission a record belongs to for accurate reporting.
-
APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on IGS_HE_SUBMSN_AWD
12.1.1
-
TABLE: IGS.IGS_HE_SUB_RTN_CAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUB_RTN_CAL, object_name:IGS_HE_SUB_RTN_CAL, status:VALID,
-
TABLE: IGS.IGS_HE_SUBMSN_AWD
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUBMSN_AWD, object_name:IGS_HE_SUBMSN_AWD, status:VALID,
-
APPS.IGS_HE_SUB_RTN_CAL_PKG dependencies on IGS_HE_SUB_RTN_CAL
12.1.1
-
APPS.IGS_HE_SUBMSN_HEADER_PKG dependencies on IGS_HE_SUBMSN_HEADER
12.1.1
-
TABLE: IGS.IGS_HE_SUBMSN_RETURN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUBMSN_RETURN, object_name:IGS_HE_SUBMSN_RETURN, status:VALID,
-
APPS.IGS_HE_STDNT_DLHE_PKG dependencies on IGS_HE_STDNT_DLHE
12.1.1
-
TABLE: IGS.IGS_HE_EXT_RUN_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_EXT_RUN_DTLS, object_name:IGS_HE_EXT_RUN_DTLS, status:VALID,
-
TABLE: IGS.IGS_HE_SUB_RTN_QUAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUB_RTN_QUAL, object_name:IGS_HE_SUB_RTN_QUAL, status:VALID,
-
APPS.IGS_HE_SUB_RTN_QUAL_PKG dependencies on IGS_HE_SUB_RTN_QUAL
12.1.1
-
TABLE: IGS.IGS_HE_SUBMSN_HEADER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUBMSN_HEADER, object_name:IGS_HE_SUBMSN_HEADER, status:VALID,
-
APPS.IGS_HE_SUBMSN_RETURN_PKG dependencies on IGS_HE_SUBMSN_RETURN
12.1.1
-
View: IGSFV_HESA_EXT_RUN_DAT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HESA_EXT_RUN_DAT_LINES, object_name:IGSFV_HESA_EXT_RUN_DAT_LINES, status:VALID, product: IGS - Student System , description: Full View for HESA extract data , implementation_dba_data: APPS.IGSFV_HESA_EXT_RUN_DAT_LINES ,
-
APPS.IGS_HE_SUBMSN_AWD_PKG dependencies on IGS_HE_SUBMSN_AWD
12.1.1
-
View: IGSFV_HESA_EXT_RUN_DAT_LINES
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for HESA extract data , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_SUB_RTN_CAL_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EXT_RUN_DTLS_PKG dependencies on IGS_HE_EXT_RUN_DTLS
12.1.1
-
APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on FND_MESSAGE
12.1.1
-
VIEW: APPS.IGSFV_HESA_EXT_RUN_DAT_LINES
12.1.1
-
Table: IGS_HE_STDNT_DLHE
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Student DLHE details for each Submission Return Qualifying Period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_STDNT_DLHE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_STDNT_DLHE, object_name:IGS_HE_STDNT_DLHE, status:VALID, product: IGS - Student System , description: Stores the Student DLHE details for each Submission Return Qualifying Period , implementation_dba_data: IGS.IGS_HE_STDNT_DLHE ,
-
APPS.IGS_HE_SUBMSN_AWD_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_SUBMSN_RETURN_PKG SQL Statements
12.1.1
-
Table: IGS_HE_SUB_RTN_CAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUB_RTN_CAL, object_name:IGS_HE_SUB_RTN_CAL, status:VALID, product: IGS - Student System , description: Holds all the Calendars that the user wants to be taken into consideration for this Submission Return. , implementation_dba_data: IGS.IGS_HE_SUB_RTN_CAL ,
-
Table: IGS_HE_SUBMSN_HEADER
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUBMSN_HEADER, object_name:IGS_HE_SUBMSN_HEADER, status:VALID, product: IGS - Student System , description: Holds the information about the Submission headers i.e. parameters that need to be applied across all the returns included in the Submission. , implementation_dba_data: IGS.IGS_HE_SUBMSN_HEADER ,
-
View: IGSBV_ST_HESA_DLHE_SURVEY_RECS
12.2.2
product: IGS - Student System (Obsolete) , description: Base business view to allow queries on student DLHE survey records. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_SUB_RTN_CAL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds all the Calendars that the user wants to be taken into consideration for this Submission Return. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_SUB_RTN_QUAL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUB_RTN_QUAL, object_name:IGS_HE_SUB_RTN_QUAL, status:VALID, product: IGS - Student System , description: Stores the Qualifying Period details for a DLHE Submission Return , implementation_dba_data: IGS.IGS_HE_SUB_RTN_QUAL ,
-
Table: IGS_HE_SUBMSN_HEADER
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the information about the Submission headers i.e. parameters that need to be applied across all the returns included in the Submission. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_SUB_RTN_QUAL
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Qualifying Period details for a DLHE Submission Return , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ST_HESA_DLHE_SURVEY_RECS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ST_HESA_DLHE_SURVEY_RECS, object_name:IGSBV_ST_HESA_DLHE_SURVEY_RECS, status:VALID, product: IGS - Student System , description: Base business view to allow queries on student DLHE survey records. , implementation_dba_data: APPS.IGSBV_ST_HESA_DLHE_SURVEY_RECS ,
-
Table: IGS_HE_SUBMSN_RETURN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_SUBMSN_RETURN, object_name:IGS_HE_SUBMSN_RETURN, status:VALID, product: IGS - Student System , description: Holds all the returns that the user wants to define for a Submission. , implementation_dba_data: IGS.IGS_HE_SUBMSN_RETURN ,
-
Table: IGS_HE_SUBMSN_RETURN
12.2.2
product: IGS - Student System (Obsolete) , description: Holds all the returns that the user wants to define for a Submission. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_SUB_RTN_QUAL_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_STDNT_DLHE
12.1.1
-
APPS.IGS_HE_VERIFY_RETURN_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_HE_IDENTIFY_TARGET_POP dependencies on IGS_HE_SUBMSN_HEADER
12.1.1
-
APPS.IGS_HE_SUBMSN_HEADER_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_IMPORT_POPDLHE dependencies on IGS_HE_STDNT_DLHE
12.1.1
-
VIEW: APPS.IGSBV_ST_HESA_DLHE_SURVEY_RECS
12.1.1
-
APPS.IGS_HE_EXT_RUN_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGS_HE_EXTRACT2_PKG dependencies on IGS_HE_SUBMSN_RETURN
12.1.1
-
VIEW: APPS.IGSFV_HESA_EXT_RUN_DAT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_HESA_EXT_RUN_DAT_LINES, object_name:IGSFV_HESA_EXT_RUN_DAT_LINES, status:VALID,
-
TABLE: IGS.IGS_HE_STDNT_DLHE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_STDNT_DLHE, object_name:IGS_HE_STDNT_DLHE, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_SUB_RTN_CAL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_SUBMSN_AWD_PKG
12.1.1
-
View: IGSFV_ST_HESA_DLHE_SURVEY_RECS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ST_HESA_DLHE_SURVEY_RECS, object_name:IGSFV_ST_HESA_DLHE_SURVEY_RECS, status:VALID, product: IGS - Student System , description: Full business view to allow queries on Student DLHE Survey Records. , implementation_dba_data: APPS.IGSFV_ST_HESA_DLHE_SURVEY_RECS ,
-
PACKAGE BODY: APPS.IGS_HE_SUBMSN_RETURN_PKG
12.1.1
-
View: IGSFV_ST_HESA_DLHE_SURVEY_RECS
12.2.2
product: IGS - Student System (Obsolete) , description: Full business view to allow queries on Student DLHE Survey Records. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_HE_IDENTIFY_TARGET_POP dependencies on IGS_HE_STDNT_DLHE
12.1.1