Search Results reply_code
Overview
The IGS_UC_MAP_OFF_RESP table is a critical configuration table within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for institutions using the UCAS (Universities and Colleges Admissions Service) integration in the Oracle Student Management (OSM) product suite. Its primary role is to act as a translation or mapping layer between external UCAS decision and reply codes and the internal Oracle Admissions offer response status codes. This mapping is essential for the automated processing of applicant communications and status updates received from the UCAS system, ensuring data integrity and consistent status tracking within the EBS application.
Key Information Stored
The table stores discrete mapping records defined by a unique combination of key columns and associated control data. The most important columns include:
- SYSTEM_CODE, DECISION_CODE, REPLY_CODE: Together, these three columns form the composite primary key (IGS_UC_MAP_OFF_RESP_PK). They identify a specific UCAS transaction context: the admissions system, the decision code (e.g., conditional offer, unconditional offer), and the applicant's reply code.
- ADM_OFFER_RESP_STATUS: This is the target internal status code within Oracle Admissions (referencing the IGS_AD_OFR_RESP_STAT lookup) that corresponds to the UCAS code combination.
- CLOSED_IND: A flag (default 'N') that controls the active status of the mapping record, allowing administrators to invalidate mappings without deleting them.
- Standard WHO Columns (CREATED_BY, CREATION_DATE, etc.): Audit columns tracking the creation and last update details for the record.
Common Use Cases and Queries
The primary use case is the real-time or batch processing of UCAS data feeds. When an applicant's decision or reply is received from UCAS, the application queries this table to determine the appropriate internal offer response status to apply. A common reporting need is to audit or verify the configured mappings. A sample query to retrieve all active mappings for a specific system would be:
SELECT system_code, decision_code, reply_code, adm_offer_resp_status FROM igs.igs_uc_map_off_resp WHERE closed_ind = 'N' AND system_code = :p_system_code ORDER BY 1,2,3;
Another critical query pattern involves joining to the related lookup tables to get descriptive meaning for the codes, which is essential for support and configuration screens.
Related Objects
IGS_UC_MAP_OFF_RESP is a central reference table with defined foreign key relationships to ensure data validity. Key related objects include:
- Primary Key: IGS_UC_MAP_OFF_RESP_PK on (SYSTEM_CODE, DECISION_CODE, REPLY_CODE).
- Foreign Key (Reference To): The ADM_OFFER_RESP_STATUS column references the IGS_AD_OFR_RESP_STAT lookup table, validating the internal status code.
- Foreign Key (Reference To): The SYSTEM_CODE column references the IGS_UC_SYS_DECISION table, validating the UCAS system identifier.
- Referenced By: The table is referenced by objects within the APPS schema, indicating it is integral to the application logic, likely through views or APIs that encapsulate the mapping logic for UCAS integration processes.
-
TABLE: IGS.IGS_UC_MAP_OFF_RESP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MAP_OFF_RESP, object_name:IGS_UC_MAP_OFF_RESP, status:VALID,
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_MAP_OFF_RESP
12.1.1
-
View: IGS_UC_MAP_OFF_RESP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the mappings between the UCAS decision ,reply codes and oss offer response status codes along with the descriptions , implementation_dba_data: Not implemented in this database ,
-
View: IGS_UC_MAP_OFF_RESP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_MAP_OFF_RESP_V, object_name:IGS_UC_MAP_OFF_RESP_V, status:VALID, product: IGS - Student System , description: Shows the mappings between the UCAS decision ,reply codes and oss offer response status codes along with the descriptions , implementation_dba_data: APPS.IGS_UC_MAP_OFF_RESP_V ,
-
VIEW: APPS.IGS_UC_MAP_OFF_RESP_V
12.1.1
-
VIEW: APPS.IGS_UC_MAP_OFF_RESP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_UC_MAP_OFF_RESP_V, object_name:IGS_UC_MAP_OFF_RESP_V, status:VALID,
-
APPS.IGS_UC_MAP_OFF_RESP_PKG dependencies on IGS_UC_MAP_OFF_RESP
12.1.1
-
Table: IGS_UC_MAP_OFF_RESP
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the mappings between UCAS decision,reply code combinations and admission offer response status codes , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_MAP_OFF_RESP
12.1.1
-
Table: IGS_UC_MAP_OFF_RESP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_UC_MAP_OFF_RESP, object_name:IGS_UC_MAP_OFF_RESP, status:VALID, product: IGS - Student System , description: Stores the mappings between UCAS decision,reply code combinations and admission offer response status codes , implementation_dba_data: IGS.IGS_UC_MAP_OFF_RESP ,
-
APPS.IGS_UC_MAP_OFF_RESP_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_MAP_OFF_RESP_PKG
12.1.1
-
APPS.IGS_UC_TRAN_PROCESSOR_PKG SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_TRAN_PROCESSOR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
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'. ,