Search Results igs_ad_offresp_int
Overview
IGS_AD_OFFRESP_INT is an interface table in the IGS (Student System) product family of Oracle E-Business Suite, valid in both 12.1.1 and 12.2.2. Its documented description states that it "holds offer response interface details." In practice, this table serves as the staging and working area through which admission offer responses — acceptances, declines, and conditional acceptances received from applicants or external systems — are loaded, validated, and subsequently processed into the operational student-system tables. Because it is an interface object, its rows typically carry a batch identifier and a processing status, allowing concurrent loads to be grouped, monitored, and reprocessed without disturbing already-validated data.
Primary key IGS_AD_OFFRESP_INT_PK is defined on OFFRESP_INT_ID, the surrogate identifier for each interface row. The documented foreign key from BATCH_ID to IGS_AD_OFFRESP_BATCH confirms the batch-oriented design of the load process. Under the heuristic Data Vault classification mined from the foreign-key structure, this table is characterized as satellite-leaning: it records descriptive attributes describing a single business event (an offer response) and is keyed by its own surrogate identifier, with the batch acting as a parent grouping rather than a true hub relationship.
Key Information Stored
The table comprises 26 documented columns. The most significant are:
- OFFRESP_INT_ID — surrogate primary key; uniquely identifies each offer response interface record.
- BATCH_ID — foreign key to IGS_AD_OFFRESP_BATCH; groups rows belonging to one interface load or processing run.
- PERSON_ID — identifies the applicant or person to whom the offer was extended.
- ADMISSION_APPL_NUMBER — the admission application number linking the response to the underlying application.
- NOMINATED_COURSE_CD and SEQUENCE_NUMBER — the course (and sequence within the application) against which the offer response applies.
- ADM_OFFER_RESP_STATUS — the response status, the core business attribute indicating the nature of the applicant's reply to the offer.
- ACTUAL_OFFER_RESPONSE_DT — the date on which the applicant actually responded.
- APPLICANT_ACPTNCE_CNDTN — records conditions attached to an acceptance, where applicable.
- ATTENT_OTHER_INST_CD — indicates an applicant's intention to attend another institution.
- DECLINE_OFR_REASON — the reason given when an offer is declined.
- PRPSD_COMMENCEMENT_DATE — the proposed commencement date associated with the response.
- DEF_ACAD_CAL_TYPE / DEF_ACAD_CI_SEQUENCE_NUMBER and DEF_ADM_CAL_TYPE / DEF_ADM_CI_SEQUENCE_NUMBER — the default academic and admission calendar/sequence context for the offer response.
- STATUS — interface processing status of the row.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard EBS audit columns.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, REQUEST_ID — concurrent-program and request context, enabling traceability of the process that created or updated the row.
Only OFFRESP_INT_ID is documented as a unique index (IGS_AD_OFFRESP_INT_PK); no separate business-key unique index is reported, so admission application number combined with course and sequence is best treated as a logical, non-enforced key.
Common Use Cases and Queries
Typical usage centers on monitoring pending interface rows and reconciling loaded offer responses against applications. A common pattern selects unprocessed rows for a given batch:
- SELECT OFFRESP_INT_ID, PERSON_ID, ADMISSION_APPL_NUMBER, ADM_OFFER_RESP_STATUS, STATUS FROM IGS_AD_OFFRESP_INT WHERE BATCH_ID = :batch AND STATUS = 'PENDING';
- Joining to IGS_AD_OFFRESP_BATCH to report throughput per load run.
- Joining to IGS_AD_OFFRESP_ERR on OFFRESP_INT_ID to isolate rows that failed validation for correction and resubmission.
- Reporting acceptance/decline volumes by course and calendar using NOMINATED_COURSE_CD and the default calendar columns.
Related Objects
- IGS_AD_OFFRESP_BATCH — parent batch table; join on IGS_AD_OFFRESP_INT.BATCH_ID = IGS_AD_OFFRESP_BATCH.BATCH_ID.
- IGS_AD_OFFRESP_ERR — error table holding validation failures; join on IGS_AD_OFFRESP_ERR.OFFRESP_INT_ID = IGS_AD_OFFRESP_INT.OFFRESP_INT_ID.
- IGS_AD_OFFRESP_INT_PK — the primary key constraint/index on OFFRESP_INT_ID.
- Associated admission, application, and person entities (referenced by PERSON_ID, ADMISSION_APPL_NUMBER, PROGRAM_APPLICATION_ID) supply the validation context used by the offer-response import process, though they are not documented here as enforced foreign keys.
-
Table: IGS_AD_OFFRESP_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_INT, object_name:IGS_AD_OFFRESP_INT, status:VALID, product: IGS - Student System , description: Holds offer response interface details , implementation_dba_data: IGS.IGS_AD_OFFRESP_INT ,
-
Table: IGS_AD_OFFRESP_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds offer response interface details , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_OFFRESP_INT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_OFFRESP_INT, status:VALID,
-
Table: IGS_AD_OFFRESP_ERR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_ERR, object_name:IGS_AD_OFFRESP_ERR, status:VALID, product: IGS - Student System , description: Holds Offer Response Interface Error Details. , implementation_dba_data: IGS.IGS_AD_OFFRESP_ERR ,
-
Table: IGS_AD_OFFRESP_BATCH
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details about offer response interface batch details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_OFF_RESP_DATA SQL Statements
12.1.1
-
TABLE: IGS.IGS_AD_OFFRESP_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_INT, object_name:IGS_AD_OFFRESP_INT, status:VALID,
-
Table: IGS_AD_OFFRESP_BATCH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_BATCH, object_name:IGS_AD_OFFRESP_BATCH, status:VALID, product: IGS - Student System , description: Holds details about offer response interface batch details. , implementation_dba_data: IGS.IGS_AD_OFFRESP_BATCH ,
-
Table: IGS_AD_OFFRESP_ERR
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Offer Response Interface Error Details. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_OFF_RESP_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_ADMAPPLICATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ADMAPPLICATION_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_DECISION_REPLY, status:VALID,
-
TABLE: IGS.IGS_AD_OFFRESP_ERR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_ERR, object_name:IGS_AD_OFFRESP_ERR, status:VALID,
-
TABLE: IGS.IGS_AD_OFFRESP_BATCH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_OFFRESP_BATCH, object_name:IGS_AD_OFFRESP_BATCH, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_OFF_RESP_DATA
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_OFFRESP_INT
12.1.1
-
APPS.IGS_ADMAPPLICATION_PUB dependencies on IGS_AD_OFFRESP_INT
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_INT
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
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_STATS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_OFFRESP_ERR
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_UPD_INITIALISE
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_OFFRESP_BATCH
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_OFFRESP_INT_S
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_INSTALLATION
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_APPL_ALL
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_PS_APPL_INST_PKG
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_CONCURRENT_PROGRAMS_VL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APP_CHOICES_PKG
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on FND_FILE
12.1.1
-
APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_UC_APP_CHOICES
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'. ,
-
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'. ,