Search Results program_version
Overview
The IGS_DA_REQ_WIFPRGS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Institutional Global Systems (IGS) module. Its primary function is to store "what-if" program details associated with a student's degree audit request. This table captures the hypothetical academic programs a student is considering for evaluation, allowing advisors to model different academic pathways. As indicated in the documentation, this storage is intended for information only during single, non-batch request types. Notably, the metadata explicitly labels this table as "Obsolete," signaling that its use may be deprecated in favor of newer data models or processes within the application.
Key Information Stored
The table's columns are designed to uniquely identify a request and the specific academic program scenario being evaluated. The primary key is a composite of BATCH_ID and PROGRAM_CODE, enforced by the unique index IGS_DA_REQ_WIFPRGS_U1. Key data elements include:
- BATCH_ID: A unique numeric identifier linking the record to a specific degree audit request.
- PROGRAM_CODE & PROGRAM_VERSION: Together, these columns define the precise academic course or program code and its version number being analyzed in the "what-if" scenario, directly addressing the user's search term.
- PROGRAM_CATALOG: Identifies the catalog year or effective dates governing the program's requirements.
- ORG_UNIT_PROG: The organizational unit responsible for the program.
- PRG_CAL_TYPE & PRG_CI_SEQ_NUM: Store the academic calendar type and sequence number attached to the program for correct term-based tracking.
- Standard WHO Columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN for audit trails.
Common Use Cases and Queries
The primary use case is retrieving the "what-if" program selections for a specific degree audit request to support academic advising sessions. A typical query would join this table to a master request table (not specified in the provided dependencies) using BATCH_ID. For reporting, one might aggregate these records to analyze the frequency of certain program codes being explored in hypothetical scenarios. A fundamental query pattern is:
SELECT PROGRAM_CODE, PROGRAM_VERSION, PROGRAM_CATALOG
FROM IGS.IGS_DA_REQ_WIFPRGS
WHERE BATCH_ID = :request_id
ORDER BY PROGRAM_CODE;
Given the "Obsolete" status, common operational use cases likely involve data migration, historical reporting, or supporting legacy interfaces rather than new development.
Related Objects
Based on the provided dependency information, the direct relationships are limited. The table does not reference any other database objects. However, it is referenced by an object within the APPS schema named IGS_DA_REQ_WIFPRGS. This is likely a public synonym (APPS.IGS_DA_REQ_WIFPRGS) that points to the IGS.IGS_DA_REQ_WIFPRGS base table, which is a standard EBS architecture pattern for granting application access. The absence of foreign key metadata suggests joins to parent tables like a degree audit request header would be performed via the BATCH_ID column, though those specific tables are not listed in the excerpt.
-
APPS.IGS_EN_SPAT_LGCY_PUB dependencies on IGS_EN_LGY_SPAT_INT
12.1.1
-
TABLE: IGS.IGS_DA_REQ_WIFPRGS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_REQ_WIFPRGS, object_name:IGS_DA_REQ_WIFPRGS, status:VALID,
-
View: IGSBV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_TERMS, object_name:IGSBV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , description: This view lists program attempt attributes based on Term Calendar. , implementation_dba_data: APPS.IGSBV_STUDENT_PROGRAM_TERMS ,
-
APPS.IGF_AW_COA_GEN dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_DASHBOARD SQL Statements
12.1.1
-
View: IGSBV_STUDENT_PROGRAM_TERMS
12.2.2
product: IGS - Student System (Obsolete) , description: This view lists program attempt attributes based on Term Calendar. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_STUDENT_PROGRAM_TERMS, object_name:IGSBV_STUDENT_PROGRAM_TERMS, status:VALID,
-
VIEW: APPS.IGS_EN_SPA_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPA_TERMS_V, object_name:IGS_EN_SPA_TERMS_V, status:VALID,
-
TABLE: IGS.IGS_EN_LGY_SPAT_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_LGY_SPAT_INT, object_name:IGS_EN_LGY_SPAT_INT, status:VALID,
-
VIEW: APPS.IGS_DA_WIFFTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_WIFFTR_V, object_name:IGS_DA_WIFFTR_V, status:VALID,
-
View: IGS_EN_SPA_TERMS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Student Program Attempts Term View , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PROGRAM_TERMS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_EN_SPA_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_EN_SPA_TERMS_V, object_name:IGS_EN_SPA_TERMS_V, status:VALID, product: IGS - Student System , description: Student Program Attempts Term View , implementation_dba_data: APPS.IGS_EN_SPA_TERMS_V ,
-
TABLE: IGS.IGS_EN_SPA_TERMS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_SPA_TERMS, object_name:IGS_EN_SPA_TERMS, status:VALID,
-
View: IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_TERMS, object_name:IGSFV_STUDENT_PROGRAM_TERMS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_TERMS ,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_TERMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_TERMS, object_name:IGSFV_STUDENT_PROGRAM_TERMS, status:VALID,
-
APPS.IGF_AW_COA_GEN dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_GEN_017
12.1.1
-
APPS.IGS_EN_SPA_TERMS_PKG dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_ELGBL_PROGRAM
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPAT_LGCY_PUB SQL Statements
12.1.1
-
View: IGS_DA_WIFFTR_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to obtain the values that have been choosen for Major , Minor and track options for explore program details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_PS_VER_ALL
12.1.1
-
View: IGS_DA_WIFFTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_DA_WIFFTR_V, object_name:IGS_DA_WIFFTR_V, status:VALID, product: IGS - Student System , description: View to obtain the values that have been choosen for Major , Minor and track options for explore program details. , implementation_dba_data: APPS.IGS_DA_WIFFTR_V ,
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_F_CAT_CA_INST
12.1.1
-
APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_CAT_PRC_DTL
12.1.1
-
APPS.IGS_EN_PRC_LOAD dependencies on IGS_EN_SPA_TERMS
12.1.1
-
PACKAGE: APPS.IGS_EN_SPAT_LGCY_PUB
12.1.1
-
APPS.IGS_EN_SPA_TERMS_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_COA_GEN SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_FEE_CAT_ALL
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on IGS_CA_INST
12.1.1
-
TABLE: IGS.IGS_DA_REQ_BATCH
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_DA_REQ_BATCH, object_name:IGS_DA_REQ_BATCH, status:VALID,
-
PACKAGE BODY: APPS.IGS_EN_DASHBOARD
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_GEN_GL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on HZ_PARTIES
12.1.1
-
APPS.IGS_EN_PRC_LOAD SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_STDNT_PS_ATT
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_EN_STDNT_PS_ATT_ALL
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API dependencies on IGS_EN_SPA_TERMS
12.1.1
-
APPS.IGS_EN_SPAT_LGCY_PUB dependencies on IGS_EN_SPA_TERMS
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPA_TERMS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_SPAT_LGCY_PUB
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_GEN
12.1.1
-
APPS.IGS_EN_SPA_TERMS_API SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on FND_FILE
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FEE_ASS
12.1.1
-
APPS.IGF_AW_COA_GEN dependencies on FND_LOG
12.1.1