Search Results igs_ad_admde_int_all
Overview
IGS_AD_ADMDE_INT_ALL is a Student System (IGS) interface table in Oracle E-Business Suite, owned by the IGS schema. Its documented purpose is to hold application interface records for which an admission decision needs to be imported. In practice, it functions as a staging or inbound interface area: external sources—such as web admission portals, third-party recruitment systems, or legacy student systems—write candidate decision records here, and Oracle Student System processes (typically concurrent programs or APIs) consume the rows to create or update official admission decisions against applications.
The table carries a single documented primary key, IGS_AD_ADMDE_INT_PK, defined on the INTERFACE_MKDES_ID column, along with a unique index IGS_AD_ADMDE_INT_ALL_U1 on the same column. Because that unique key repeats the primary key, INTERFACE_MKDES_ID is the row-level surrogate identifier rather than an independent business key; the documented schema exposes no alternate unique business key. The ETRM metadata classifies the object, heuristically mined from its foreign-key structure, as standalone. In Data Vault terms this suggests modeling it as an isolated satellite-style staging entity—each row being a descriptive attribute set keyed by the interface identifier—rather than as a hub or link, since no enforcing foreign-key relationships are documented. The schema is version-stable across 12.1.1 and 12.2.2 with 29 documented columns.
Key Information Stored
Each row represents one decision to be imported for one applicant. The most significant columns fall into three groups.
- Identity and lineage: INTERFACE_MKDES_ID (surrogate primary key and unique-index column), INTERFACE_RUN_ID and BATCH_ID (identify the interface run and batch that submitted the row), REQUEST_ID (the concurrent request that processed it), and PERSON_ID and ADMISSION_APPL_NUMBER (the applicant and application the decision belongs to).
- Decision content: ADM_OUTCOME_STATUS and STATUS (outcome/processing state), DECISION_MAKE_ID, DECISION_DATE, DECISION_REASON_ID and PENDING_REASON_ID, OFFER_DT and OFFER_RESPONSE_DT, RECONSIDER_FLAG, PRPSD_COMMENCEMENT_DATE, and DECISION-related program context in PROGRAM_APPLICATION_ID, PROGRAM_ID and PROGRAM_UPDATE_DATE.
- Academic placement and error handling: NOMINATED_COURSE_CD and SEQUENCE_NUMBER qualify the nominated offering, while ERROR_CODE and ERROR_TEXT capture rejection reasons for rows that fail import validation.
- Standard EBS audit columns: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN and ORG_ID (multi-org operating unit context).
Common Use Cases and Queries
Typical uses include monitoring inbound decision loads, diagnosing failed rows, and reconciling decisions against applications. A representative error-triage query is:
SELECT INTERFACE_MKDES_ID, ADMISSION_APPL_NUMBER, ERROR_CODE, ERROR_TEXT FROM IGS_AD_ADMDE_INT_ALL WHERE ERROR_CODE IS NOT NULL;- Batch throughput by run:
SELECT INTERFACE_RUN_ID, BATCH_ID, COUNT(*) FROM IGS_AD_ADMDE_INT_ALL GROUP BY INTERFACE_RUN_ID, BATCH_ID; - Outcome distribution for a nominated course: filtering on NOMINATED_COURSE_CD, ADM_OUTCOME_STATUS and DECISION_DATE to report offers made or pending.
- Stale-row detection: comparing CREATION_DATE against the last interface run to identify unprocessed decisions awaiting import.
Related Objects
Because the metadata documents no enforcing foreign keys, relationships are functional rather than declarative. Rows are joined to the person and application entities through PERSON_ID, ADMISSION_APPL_NUMBER and PROGRAM_APPLICATION_ID (IGS applicant/application tables, commonly accessed via the IGS admissions views), to program and course definitions via PROGRAM_ID and NOMINATED_COURSE_CD, and to decision and reason reference data via DECISION_MAKE_ID, DECISION_REASON_ID and PENDING_REASON_ID. Operational lineage ties the table to its interface run and batch parent objects through INTERFACE_RUN_ID and BATCH_ID, and to the concurrent manager through REQUEST_ID. Downstream, validated rows are consumed by the IGS admission decision import process, which posts accepted outcomes into the live decision tables and leaves rejected rows in place with ERROR_CODE and ERROR_TEXT populated for correction and resubmission.
-
Table: 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, product: IGS - Student System , description: This table contains application interface records for which decision needs to be imported. , implementation_dba_data: IGS.IGS_AD_ADMDE_INT_ALL ,
-
Table: IGS_AD_ADMDE_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains application interface records for which decision needs to be imported. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_ADMDE_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ADMDE_INT_ALL, status:VALID,
-
APPS.IGS_AD_ADMDE_INT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_ADMDE_INT
12.1.1
-
PACKAGE: APPS.IGS_AD_IMP_ADM_DES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_AD_IMP_ADM_DES, status:VALID,
-
View: IGS_AD_ADMDE_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ADMDE_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ADMDE_INT_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.IGS_AD_IMP_ADM_DES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_ADM_DES, 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,
-
PACKAGE BODY: APPS.IGS_UC_EXPUNGE_APP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPUNGE_APP, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_TO_OSS, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ADMDE_INT_PKG
12.1.1
-
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,
-
APPS.IGS_UC_EXPORT_DECISION_REPLY SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.IGS_AD_IMP_ADM_DES
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS SQL Statements
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_AD_ADMDE_INT_PKG dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_ADMDE_INT_ALL
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_UC_EXPORT_TO_OSS dependencies on IGS_AD_ADMDE_INT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_GEN_008
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_ADMDE_INT_PKG
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_ADMDE_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_BATC_DEF_DET
12.1.1
-
APPS.IGS_AD_ADMDE_INT_PKG dependencies on IGS_AD_ADMDE_INT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPUNGE_APP
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_PS_APPL_INST
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_PS_APPL
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'. ,