Search Results igs_da_in_rslt_unts
Overview
The IGS_DA_IN_RSLT_UNTS table is a core data structure within the Oracle E-Business Suite Student System (IGS) module, specifically supporting the Degree Audit functionality. Its primary role is to serve as an intermediary staging table for processing external degree audit results. When a degree audit request is processed by an external, third-party system, the resulting unit-level details for each student are transmitted back to Oracle EBS and stored in this table. This design facilitates the integration of specialized audit engines with the core student records, enabling the system to capture, review, and potentially apply detailed unit completion information as part of a student's academic progress evaluation.
Key Information Stored
The table stores granular unit information resulting from an external degree audit. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its critical structure. The primary identifier is the RSLT_UNIT_ID. Each record is explicitly linked to a specific student audit request via the foreign key columns BATCH_ID and PERSON_ID, which reference the IGS_DA_REQ_STDNTS table. Typically, such a table would also contain columns to identify the academic unit (e.g., unit code, version), the student's result or status for that unit (e.g., passed, planned, in-progress), and potentially credit information, applicability toward specific requirements, and a timestamp for the received data.
Common Use Cases and Queries
The primary use case is the post-processing of externally calculated degree audits. Administrators or batch processes query this table to review, validate, and reconcile unit-level audit results before finalizing them in the student's academic record. Common reporting involves listing all resulting units for a specific audit request or identifying units with a particular status across multiple audits. A typical query pattern would join this table to the student request table to provide context.
- Sample Query:
SELECT r.* FROM igs.igs_da_in_rslt_unts r, igs.igs_da_req_stdnts s WHERE r.batch_id = s.batch_id AND r.person_id = s.person_id AND s.request_number = '12345'; - Reporting Use Case: Generating a detailed report for an advisor showing every unit the external audit engine considered for a student, along with the determined status for each program requirement.
Related Objects
The table maintains a direct and critical foreign key relationship with the IGS_DA_REQ_STDNTS table, which stores the header-level information for each student's degree audit request. This relationship ensures data integrity, tethering every resulting unit record to a specific originating request.
- Primary Key: IGS_DA_IN_RSLT_UNTS_PK on column RSLT_UNIT_ID.
- Foreign Key (References): The table IGS_DA_IN_RSLT_UNTS references IGS_DA_REQ_STDNTS using the composite foreign key columns (BATCH_ID, PERSON_ID).
This table is likely referenced by various Degree Audit inquiry forms, reconciliation workflows, and potentially by interfaces that load the finalized audit results into the core student academic history.
-
Table: IGS_DA_IN_RSLT_UNTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_IN_RSLT_UNTS, object_name:IGS_DA_IN_RSLT_UNTS, status:VALID, product: IGS - Student System , description: Storage for the Resulting Unit information from the 3rd party about Units for the Students in the Degree Audit Request. , implementation_dba_data: IGS.IGS_DA_IN_RSLT_UNTS ,
-
Table: IGS_DA_IN_RSLT_UNTS
12.2.2
product: IGS - Student System (Obsolete) , description: Storage for the Resulting Unit information from the 3rd party about Units for the Students in the Degree Audit Request. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_DA_IN_RSLT_UNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_DA_IN_RSLT_UNTS, status:VALID,
-
Table: IGS_DA_REQ_STDNTS
12.2.2
product: IGS - Student System (Obsolete) , description: Storage for the Students that the Degree Audit Request is for. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_DA_REQ_STDNTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_REQ_STDNTS, object_name:IGS_DA_REQ_STDNTS, status:VALID, product: IGS - Student System , description: Storage for the Students that the Degree Audit Request is for. , implementation_dba_data: IGS.IGS_DA_REQ_STDNTS ,
-
TABLE: IGS.IGS_DA_IN_RSLT_UNTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_IN_RSLT_UNTS, object_name:IGS_DA_IN_RSLT_UNTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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'. ,
-
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'. ,