Search Results pending_reason_desc
Overview
The view IGS_AD_DES_BATCH_DEF_DET_V belongs to the IGS – Student System product family within Oracle E-Business Suite. It is documented in the ETRM reference material as Obsolete, and the ETRM metadata explicitly states that it is not implemented in this database. This status indicates that the view was shipped in earlier releases of the Student System (typically 11i and early 12.1.x) but was superseded or removed in the 12.2.2 documentation baseline; therefore, it should not be expected to exist in a freshly provisioned 12.2.2 environment unless legacy customizations or preserved objects carry it forward.
Functionally, the view exposes admission decision batch definition details — the header-level or row-level context for a batch of admission decisions — enriched with descriptive lookups. Its role in reporting and integration is to present a denormalized, human-readable projection of the underlying admission batch detail table, resolving calendar instance references and code identifiers into names and descriptions. The user search term "acad_alternate_code" corresponds directly to a derived column in this view, which explains why it surfaces in metadata searches: the view materializes academic calendar alternate codes derived from IGS_CA_INST.
Underlying Base Objects
The view text is defined primarily over the base table IGS_AD_BATC_DEF_DET (aliased ABDD in the SQL), which stores admission batch definition detail rows. The documented metadata lists no other base objects explicitly, but the view text references the following additional objects through inline scalar subqueries and joins:
- IGS_CA_INST (aliased
CI1) — the calendar instance table, queried twice to resolve academic and admission calendar alternate codes. - IGS_AD_CODE_CLASSES — the admission code/class lookup table, queried for decision reason and pending reason names and descriptions.
- A person table referenced as
PE(truncated in the excerpt), supplying person number and full name for the decision maker.
Because the view joins these objects via correlated scalar subqueries rather than outer joins, its result set is preserved on the driving table IGS_AD_BATC_DEF_DET. The ETRM record documents the owner, referenced base objects, and dependencies as "none documented", reflecting the fact that the object is marked obsolete and its metadata was not carried into the 12.2.2 repository.
Key Columns
ROW_ID— the ROWID of the underlying batch definition detail row, useful for identifying the physical row.BATCH_ID,DESCRIPTION— the admission batch identifier and its description.ACAD_CAL_TYPE,ACAD_CI_SEQUENCE_NUMBER,ACAD_ALTERNATE_CODE— the academic calendar type, sequence, and the derived alternate code (the column matching the search term "acad_alternate_code").ADM_CAL_TYPE,ADM_CI_SEQUENCE_NUMBER,ADM_ALTERNATE_CODE— the equivalent set for the admission calendar.ADMISSION_CAT,S_ADMISSION_PROCESS_TYPE— admission category and process type.DECISION_MAKE_ID,DECISION_MAKE_NUMBER,DECISION_MAKE_NAME— the decision maker's identifier, person number, and full name.DECISION_DATE,DECISION_REASON_ID,DECISION_REASON,DECISION_REASON_DESC— the decision timestamp and its decoded reason name and description.PENDING_REASON_ID,PENDING_REASON,PENDING_REASON_DESC— the decoded pending reason.OFFER_DT,OFFER_RESPONSE_DT— offer date and response date.CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN— standard audit columns.
Common Use Cases and Queries
Typical scenarios include auditing batches of admission decisions, reconciling calendar alternate codes for reporting, and extracting decision maker and reason data for analytics. A representative query filtering on the academic alternate code is:
SELECT BATCH_ID, DESCRIPTION, ACAD_ALTERNATE_CODE, DECISION_MAKE_NAME, DECISION_REASON, DECISION_DATE FROM IGS_AD_DES_BATCH_DEF_DET_V WHERE ACAD_ALTERNATE_CODE = :p_acad_alternate_code;SELECT BATCH_ID, COUNT(*) FROM IGS_AD_DES_BATCH_DEF_DET_V GROUP BY BATCH_ID;— batch-level decision volumes.SELECT ADM_ALTERNATE_CODE, PENDING_REASON_DESC, COUNT(*) FROM IGS_AD_DES_BATCH_DEF_DET_V GROUP BY ADM_ALTERNATE_CODE, PENDING_REASON_DESC;— pending-decision analysis.
Because the object is obsolete and reported as not implemented, any query should be preceded by a check for its existence (for example, against ALL_VIEWS) and, where absent, the equivalent logic should be re-derived directly from IGS_AD_BATC_DEF_DET and IGS_CA_INST.
-
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_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 ,
-
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_MKADM_DES_INT_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,
-
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: APPS.IGS_AD_MKADM_DES_INT_V
12.1.1
-
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 ,
-
VIEW: APPS.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,
-
View: IGS_AD_PS_APPL_INST_APLINST_V
12.2.2
product: IGS - Student System (Obsolete) , 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: Not implemented in this database ,
-
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'. ,