Search Results prpsd_commencement_date
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.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_ADMDE_INT
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
-
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,
-
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,
-
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_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: IGS_AD_MKADM_DES_INT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_DFLT_OUDTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_DFLT_OUDTLS, object_name:IGS_AD_DFLT_OUDTLS, status:VALID,
-
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,
-
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 ,
-
APPS.IGS_AD_ADMDE_INT_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_MKADM_DES_INT_V
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_ADMDE_INT_PKG
12.1.1
-
APPS.IGS_AD_ADMDE_INT_PKG dependencies on IGS_AD_ADMDE_INT_S
12.1.1
-
APPS.IGS_AD_ADMDE_INT_PKG dependencies on IGS_AD_ADMDE_INT_ALL
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'. ,