Search Results acad_alternate_code
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_PS_UNIT_OFR_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_V, object_name:IGS_PS_UNIT_OFR_PAT_V, status:VALID,
-
VIEW: APPS.IGS_PR_SDT_PROG_PRD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SDT_PROG_PRD_V, object_name:IGS_PR_SDT_PROG_PRD_V, status:VALID,
-
View: IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_APPL_INST_MKDES_V ,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_CA_INST_ADM_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST_ADM_PERD_V, object_name:IGS_CA_INST_ADM_PERD_V, status:VALID,
-
View: IGS_AD_APPL_INST_MKDES_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PR_ACAD_LOAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains the details of a Student Program Attempt within a Load Calendar with cumulative and period statistics. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PS_APL_INST_CNTX_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application instance context view , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_V, status:VALID, product: IGS - Student System , description: Describes valid unit attempts for a student's attempt studying at a particular unit offered by the university , implementation_dba_data: APPS.IGS_AS_SU_ATTEMPT_LKUP_V ,
-
View: IGS_PR_ACAD_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_LOAD_V, object_name:IGS_PR_ACAD_LOAD_V, status:VALID, product: IGS - Student System , description: This view contains the details of a Student Program Attempt within a Load Calendar with cumulative and period statistics. , implementation_dba_data: APPS.IGS_PR_ACAD_LOAD_V ,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
-
View: IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID, product: IGS - Student System , description: Application instance context view , implementation_dba_data: APPS.IGS_AD_PS_APL_INST_CNTX_V ,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_INST_MKDES_V, object_name:IGS_AD_APPL_INST_MKDES_V, status:VALID,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_ADMAPPL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ADMAPPL_V, object_name:IGS_AD_APPL_ADMAPPL_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: APPS.IGS_AD_APPL_ADMAPPL_V ,
-
View: IGS_AD_APPL_ADMAPPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_APPL_ALL table. Incorporates alternate codes and calendar instance start and end dates for both the Academic and Admission calendars. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_V, status:VALID, product: IGS - Student System , description: This view has been created for primary use in the 'Enter Mark/Grade' process (ASSF5330), which needs to be generated using all of the combined fields in this view. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V ,
-
VIEW: APPS.IGS_PR_SUA_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_SUA_INQ_V, object_name:IGS_PR_SUA_INQ_V, status:VALID,
-
VIEW: APPS.IGS_AD_PS_APL_INST_CNTX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APL_INST_CNTX_V, object_name:IGS_AD_PS_APL_INST_CNTX_V, status:VALID,
-
VIEW: APPS.IGS_EN_ELGB_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_V, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_INST_MKDES_V
12.1.1
-
VIEW: APPS.IGS_PR_ACAD_LOAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_ACAD_LOAD_V, object_name:IGS_PR_ACAD_LOAD_V, status:VALID,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_INQ_V, object_name:IGS_PS_UNIT_OFR_OPT_INQ_V, status:VALID, product: IGS - Student System , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_OPT_INQ_V ,
-
View: IGS_PS_UNIT_OFR_PAT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_OFR_PAT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_PAT_V, object_name:IGS_PS_UNIT_OFR_PAT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_OFR_PAT_V ,
-
View: IGS_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, status:VALID, product: IGS - Student System , description: Application view for academic information of a student , implementation_dba_data: APPS.IGS_PR_STU_ACAD_V ,
-
VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_OFR_OPT_ASS_V, object_name:IGS_PS_UNIT_OFR_OPT_ASS_V, status:VALID,
-
View: IGS_PR_STU_ACAD_V
12.2.2
product: IGS - Student System (Obsolete) , description: Application view for academic information of a student , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PR_ACAD_LOAD_V
12.1.1
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_NON_ENR_STDNT_OU_ASS_V, object_name:IGS_EN_NON_ENR_STDNT_OU_ASS_V, status:VALID, product: IGS - Student System , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: APPS.IGS_EN_NON_ENR_STDNT_OU_ASS_V ,
-
View: IGS_PS_UNIT_OFR_OPT_INQ_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view has been created for use in the class details block of INQF12E0. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_NON_ENR_STDNT_OU_ASS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view incorporates the assessment of those students who are not enrolled in any course offerings. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_APPL_ADMAPPL_V
12.1.1
-
VIEW: APPS.IGS_AD_APPL_HIST_APHSTRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_HIST_APHSTRY_V, object_name:IGS_AD_APPL_HIST_APHSTRY_V, status:VALID,
-
View: IGS_CA_INST_ADM_PERD_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AS_SU_ATTEMPT_LKUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SU_ATTEMPT_LKUP_V, object_name:IGS_AS_SU_ATTEMPT_LKUP_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_PR_STU_ACAD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_STU_ACAD_V, object_name:IGS_PR_STU_ACAD_V, 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: 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: APPS.IGS_AD_PS_APL_INST_CNTX_V
12.1.1
-
View: IGS_EN_ELGB_OVR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: Not implemented in this database ,
-
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_CA_INST_ADM_PERD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST_ADM_PERD_V, object_name:IGS_CA_INST_ADM_PERD_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_CA_INST_ADM_PERD_V ,
-
VIEW: APPS.IGS_AD_PS_APPL_INST_CONTEXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_CONTEXT_V, object_name:IGS_AD_PS_APPL_INST_CONTEXT_V, status:VALID,
-
View: IGS_EN_ELGB_OVR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_ELGB_OVR_V, object_name:IGS_EN_ELGB_OVR_V, status:VALID, product: IGS - Student System , description: Describes the Enrollment Category Eligibility Validation Override step Details , implementation_dba_data: APPS.IGS_EN_ELGB_OVR_V ,
-
View: IGS_AS_SUA_ASS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AS_SUA_ASS_V, object_name:IGS_AS_SUA_ASS_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AS_SUA_ASS_V ,