Search Results igs_ad_batc_def_det_all
Overview
The IGS_AD_BATC_DEF_DET_ALL table is a core component of the Oracle EBS IGS — Student System product family, which supports the admissions and recruitment lifecycle in higher-education implementations. According to the Oracle ETRM (12.1.1 / 12.2.2) metadata, this table stores batch default decision detail information. In practical terms, it captures the pre-configured decision outcomes that the system applies when processing admissions applications in bulk via a batch defaulting process.
The table is owned by the IGS schema and is marked VALID in the data dictionary. Its documented physical schema includes 20 columns and a single-row-per-batch granularity dictated by the primary key. From a Data Vault modeling perspective, the metadata classifies this object as standalone, meaning no foreign-key relationships were mined from its constraint structure. A heuristic modeling suggestion would therefore treat it as a satellite-like table keyed on BATCH_ID, describing decision-default attributes rather than participating as a hub or link. Designers should note this is a modeling heuristic, not a documented Data Vault definition.
Key Information Stored
The 20 documented columns can be organized into several logical groupings:
- BATCH_ID — The surrogate primary key (IGS_AD_BATC_DEF_DET_PK) and also the sole business-key candidate via unique index IGS_AD_BATC_DEF_DET_ALL_U1. It uniquely identifies each batch default decision record.
- DESCRIPTION — Free-text label describing the batch default decision configuration.
- ACAD_CAL_TYPE / ACAD_CI_SEQUENCE_NUMBER — The academic calendar type and associated calendar instance sequence used to scope the decision defaulting rules.
- ADM_CAL_TYPE / ADM_CI_SEQUENCE_NUMBER — The admissions calendar type and calendar instance sequence, controlling the admissions cycle context.
- ADMISSION_CAT — The admission category to which the default decision applies.
- S_ADMISSION_PROCESS_TYPE — The admissions process type (e.g., freshman, transfer) governing the batch.
- DECISION_MAKE_ID / DECISION_DATE — The decision maker reference and the date the default decision is stamped.
- DECISION_REASON_ID / PENDING_REASON_ID — Lookup references to the decision reason and pending reason codes.
- OFFER_DT / OFFER_RESPONSE_DT — Dates the offer is extended and the deadline for applicant response.
The remaining columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, ORG_ID) provide standard EBS audit and multi-org (ORG_ID) context. ORG_ID supports Operating Unit partitioning where multi-org is enabled.
Common Use Cases and Queries
Typical reporting scenarios include tracking pending vs. finalized bulk admission decisions and auditing default decision configuration for a given admissions cycle. A representative query:
SELECT b.batch_id, b.description, b.adm_cal_type,
b.admission_cat, b.decision_make_id, b.decision_date
FROM igs_ad_batc_def_det_all b
WHERE b.acad_cal_type = :p_acad_cal_type
AND b.adm_cal_type = :p_adm_cal_type
AND b.org_id = :p_org_id
ORDER BY b.batch_id;
Reporting use cases include batch decision audit trails, cycle-based admissions yield analysis, and reconciliation of defaulted versus manually overridden decisions.
Related Objects
Because the mined relationship data classifies this table as standalone, the ETRM does not document explicit foreign keys. Join relationships are therefore inferred through shared reference identifiers rather than enforced constraints:
- IGS_AD_BATCH_ALL — Parent of batch definitions, joined on BATCH_ID.
- IGS_AD_DECISION_MAKE_ALL — Decision maker reference, joined on DECISION_MAKE_ID.
- IGS_AD_DECISION_REASON_ALL — Decision reason lookup, joined on DECISION_REASON_ID.
- IGS_AD_PENDING_REASON_ALL — Pending reason lookup, joined on PENDING_REASON_ID.
- IGS_AD_CAL_TYPE_ALL / IGS_AD_CAL_INSTANCE_ALL — Calendar type and instance seed tables, joined on ADM_CAL_TYPE / ADM_CI_SEQUENCE_NUMBER.
Application logic is driven primarily through the Student System admissions batch defaulting APIs and concurrent programs rather than direct DML.
-
Table: 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, product: IGS - Student System , description: This table contains information about batch default decision details information. , implementation_dba_data: IGS.IGS_AD_BATC_DEF_DET_ALL ,
-
Table: IGS_AD_BATC_DEF_DET_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains information about batch default decision details information. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_AD_BATC_DEF_DET_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_BATC_DEF_DET_ALL, 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,
-
APPS.IGS_AD_BATC_DEF_DET_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_AD_BATC_DEF_DET
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_BATC_DEF_DET_PKG
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,
-
PACKAGE BODY: APPS.IGS_AD_BATC_DEF_DET_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_BATC_DEF_DET_PKG, 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 ,
-
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,
-
View: IGS_AD_BATC_DEF_DET
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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,
-
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_UC_EXPUNGE_APP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPUNGE_APP, status:VALID,
-
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,
-
APPS.IGS_AD_IMP_ADM_DES SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_AD_BATC_DEF_DET_PKG dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_BATC_DEF_DET_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_ADM_DES
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_DECISION_REPLY SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_BATC_DEF_DET
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_DECISION_REPLY
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_ADMDE_INT_ALL
12.1.1
-
APPS.IGS_AD_BATC_DEF_DET_PKG dependencies on IGS_AD_BATC_DEF_DET_PKG
12.1.1
-
APPS.IGS_UC_EXPUNGE_APP dependencies on IGS_AD_BATC_DEF_DET_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPUNGE_APP
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
-
APPS.IGS_UC_EXPORT_DECISION_REPLY dependencies on FND_GLOBAL
12.1.1
-
APPS.IGS_AD_IMP_ADM_DES dependencies on IGS_AD_ADMDE_INT
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'. ,