Search Results offer_response_dt
Overview
IGS_AD_ADMDE_INT is a reporting and integration view within the Oracle E-Business Suite Student System (IGS) module, which is documented as obsolete in release 12.2.2. The view exposes admission decision interface data used by the IGS admissions processing pipeline to stage, validate, and transfer admission decision records between external or legacy systems and the core student system tables. In EBS 12.1.1 and 12.2.2 the object is catalogued in ETRM, but the implementation metadata explicitly states "Not implemented in this database," indicating that the view is shipped as part of the IGS schema definition in some environments while remaining absent from others depending on whether the Student System product has been installed and patched.
The view is a thin projection over a single base table, IGS_AD_ADMDE_INT_ALL, exposing all of its columns plus a synthesized ROW_ID derived from the table's physical ROWID. Its principal reporting role is to give integration developers and functional analysts a stable read surface for admission decision interface records, including the RECONSIDER_FLAG column that users commonly search for when investigating waitlist, deferral, and reconsideration processing.
Underlying Base Objects
The ETRM documentation records no referenced base objects beyond the defining SELECT, which targets a single table:
- IGS_AD_ADMDE_INT_ALL — the sole source object in the view text, aliased as TAB. No joins, unions, or subqueries appear in the definition.
The view therefore inherits the _ALL multi-organization semantics of its base table, filtered through the ORG_ID column, and subclasses of the interface entity are not introduced. Because the ROW_ID is taken directly from TAB.ROWID, updates or deletes issued through the view map to the underlying interface row. The absence of documented dependent objects is consistent with the view's role as a simple read facade rather than a denormalized reporting construct.
Key Columns
- INTERFACE_MKDES_ID / INTERFACE_RUN_ID / BATCH_ID — identifiers that tie each record to a specific interface run and batch, supporting reconciliation of load processes.
- PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, SEQUENCE_NUMBER — applicant and application-option context for the decision.
- ADM_OUTCOME_STATUS, DECISION_MAKE_ID, DECISION_DATE, DECISION_REASON_ID, PENDING_REASON_ID — the decision outcome and its coded reasons.
- OFFER_DT, OFFER_RESPONSE_DT, PRPSD_COMMENCEMENT_DATE — offer and commencement timing attributes.
- RECONSIDER_FLAG — indicates whether the admission decision represents a reconsideration of a prior outcome; this is the column most frequently queried by users searching this view.
- STATUS, ERROR_CODE, ERROR_TEXT — interface processing state and error diagnostics.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — standard EBS WHO and concurrent program audit columns.
- ORG_ID — operating unit identifier supporting multi-org access.
Common Use Cases and Queries
Typical scenarios include auditing reconsideration decisions, diagnosing failed interface loads, and reporting pending admissions decisions. A representative query filtering on the reconsideration column is shown below.
SELECT person_id, admission_appl_number, nominated_course_cd, adm_outcome_status, decision_date, reconsider_flag, status, error_code, error_text
FROM igs_ad_admde_int
WHERE reconsider_flag = 'Y'
AND org_id = :p_org_id;
Interface error analysis commonly selects ERROR_CODE and ERROR_TEXT for records where STATUS indicates a failure, while run-level reconciliation joins INTERFACE_RUN_ID back to the corresponding interface control table. Because the object is documented as obsolete and may not be implemented in all 12.1.1 or 12.2.2 instances, availability should be verified in DBA_OBJECTS before the view is referenced in custom reports or concurrent programs.
-
View: IGS_AD_ADMDE_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_ADMDE_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADMDE_INT, object_name:IGS_AD_ADMDE_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ADMDE_INT ,
-
View: IGS_AD_DES_BATCH_DEF_DET_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_ADMDE_INT
12.1.1
-
VIEW: APPS.IGS_AD_BATC_DEF_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_BATC_DEF_DET, object_name:IGS_AD_BATC_DEF_DET, status:VALID,
-
TABLE: IGS.IGS_AD_BATC_DEF_DET_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_BATC_DEF_DET_ALL_OLD, status:VALID,
-
View: IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST ,
-
VIEW: APPS.IGS_AD_ADMDE_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADMDE_INT, object_name:IGS_AD_ADMDE_INT, status:VALID,
-
VIEW: APPS.IGS_AD_DES_BATCH_DEF_DET_V
12.1.1
-
View: IGS_AD_DES_BATCH_DEF_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_DES_BATCH_DEF_DET_V, object_name:IGS_AD_DES_BATCH_DEF_DET_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_DES_BATCH_DEF_DET_V ,
-
TABLE: IGS.IGS_AD_ADMDE_INT_ALL_OLD
12.1.1
owner:IGS, object_type:TABLE, object_name:IGS_AD_ADMDE_INT_ALL_OLD, status:VALID,
-
TABLE: IGS.IGS_AD_BATC_DEF_DET_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_BATC_DEF_DET_ALL, object_name:IGS_AD_BATC_DEF_DET_ALL, status:VALID,
-
View: IGS_AD_BATC_DEF_DET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_BATC_DEF_DET, object_name:IGS_AD_BATC_DEF_DET, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_BATC_DEF_DET ,
-
View: IGS_AD_PS_APLINSTHST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V ,
-
VIEW: APPS.IGS_AD_DES_BATCH_DEF_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_DES_BATCH_DEF_DET_V, object_name:IGS_AD_DES_BATCH_DEF_DET_V, status:VALID,
-
View: IGS_AD_BATC_DEF_DET
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
-
View: IGS_AD_MKADM_DES_INT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_SV ,
-
View: IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST ,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
-
View: IGS_AD_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APLINSTHST_HISTORY_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_MKADM_DES_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MKADM_DES_INT_V, object_name:IGS_AD_MKADM_DES_INT_V, status:VALID,
-
TABLE: IGS.IGS_AD_ADMDE_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADMDE_INT_ALL, object_name:IGS_AD_ADMDE_INT_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST, object_name:IGS_AD_PS_APLINSTHST, status:VALID,
-
View: IGS_AD_MKADM_DES_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_MKADM_DES_INT_V, object_name:IGS_AD_MKADM_DES_INT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_MKADM_DES_INT_V ,
-
View: IGS_AD_PS_APPL_INST_SV
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PS_APPL_INST_ALL to secure the select operation on this table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
-
APPS.IGS_AD_BATC_DEF_DET_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_ADMDE_INT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_MKADM_DES_INT_V
12.1.1
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES SQL Statements
12.1.1
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID, product: IGS - Student System , description: Request for program entry for an admission period , implementation_dba_data: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_SV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_SV, object_name:IGS_AD_PS_APPL_INST_SV, status:VALID,
-
View: IGS_AD_PS_APLINSTHST_APLHIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.2.2
product: IGS - Student System (Obsolete) , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID, product: IGS - Student System , description: The validations for the individual letters are placed at the SQLl query level that we attach to master document , implementation_dba_data: APPS.IGS_AD_OUTCOME_LETTERS_V ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST, object_name:IGS_AD_PS_APPL_INST, status:VALID,
-
APPS.IGS_AD_PS_APLINSTHST_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_BATC_DEF_DET_PKG
12.1.1
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_APLHIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_APLHIST_V, object_name:IGS_AD_PS_APLINSTHST_APLHIST_V, status:VALID,
-
TABLE: IGS.IGS_AD_PS_APLINSTHST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_ALL, object_name:IGS_AD_PS_APLINSTHST_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APLINSTHST_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APLINSTHST_HISTORY_V, object_name:IGS_AD_PS_APLINSTHST_HISTORY_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ADMDE_INT_PKG
12.1.1
-
TABLE: IGS.IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID,
-
VIEW: APPS.IGS_AD_OUTCOME_LETTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_OUTCOME_LETTERS_V, object_name:IGS_AD_OUTCOME_LETTERS_V, status:VALID,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_APLINST_V, object_name:IGS_AD_PS_APPL_INST_APLINST_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PS_APPL_INST. Incorporates alternate codes and calendar instance start and end dates for both the Admission and Deferred Admission calendars. Also incorporates Admission Course Application details. , implementation_dba_data: APPS.IGS_AD_PS_APPL_INST_APLINST_V ,