Search Results igs_ad_appl_arp
Overview
The IGS_AD_APPL_ARP table is a core transactional data object within the Oracle E-Business Suite Student System (IGS) module, which is designated as obsolete in the documented releases (12.1.1 / 12.2.2). It serves as the central repository for Application Review Profile information linked to specific application instances. As explicitly noted in its description, this table is classified as a 'high transaction' entity, indicating it is subject to frequent and voluminous data manipulation operations (INSERT, UPDATE, DELETE) during application processing cycles. Its primary role is to establish and maintain the relationship between an applicant's submitted application and the configured review profiles that govern its evaluation workflow.
Key Information Stored
The table's structure is designed to link application instances to their review processes. The primary key is APPL_ARP_ID, a unique system-generated identifier for each record. The table's critical foreign key columns define its relationships: PERSON_ID, ADMISSION_APPL_NUMBER, NOMINATED_COURSE_CD, and SEQUENCE_NUMBER together link the record to a specific application instance in the IGS_AD_PS_APPL_INST_ALL table. The APPL_REV_PROFILE_ID column references a defined review profile (IGS_AD_APL_REV_PRF_ALL), while APPL_REVPROF_REVGR_ID links to a specific review group within that profile (IGS_AD_APL_RPRF_RGR). This structure allows a single application to be associated with multiple review steps or groups as defined by institutional policy.
Common Use Cases and Queries
This table is central to queries that track the status and progression of applications through review workflows. Common operational and reporting use cases include identifying all applications currently assigned to a specific review group, auditing the review profile history for a given applicant, and generating workload reports for admissions staff. A typical SQL pattern would join this table to application and person tables to create a review tracking report:
- SELECT appl.person_id, appl.admission_appl_number, arp.appl_revprof_revgr_id FROM igs_ad_appl_arp arp, igs_ad_ps_appl_inst_all appl WHERE arp.person_id = appl.person_id AND arp.admission_appl_number = appl.admission_appl_number AND arp.nominated_course_cd = appl.nominated_course_cd AND arp.sequence_number = appl.sequence_number AND arp.appl_revprof_revgr_id = :p_review_group_id;
Given its high-transaction nature, performance tuning and indexing strategies are critical for any custom interfaces or reports querying this table.
Related Objects
The IGS_AD_APPL_ARP table has defined foreign key relationships with several other tables in the Student System, forming a key part of the application review data model. As per the metadata, it references the IGS_AD_PS_APPL_INST_ALL table for the core application instance details. It also references the IGS_AD_APL_REV_PRF_ALL table for the master review profile definition and the IGS_AD_APL_RPRF_RGR table for the specific review group. Notably, the metadata indicates the table was "Not implemented in this database" for the documented instance, suggesting it may be a delivered but unused object in some installations or its functionality may have been superseded in the obsolete module.
-
Table: IGS_AD_APPL_ARP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_ARP, object_name:IGS_AD_APPL_ARP, status:VALID, product: IGS - Student System , description: Table where all Application Review Profile related information corresponding to an application instance will be recorded. This is expected to be a 'high transaction' table. , implementation_dba_data: IGS.IGS_AD_APPL_ARP ,
-
Table: IGS_AD_APPL_ARP
12.2.2
product: IGS - Student System (Obsolete) , description: Table where all Application Review Profile related information corresponding to an application instance will be recorded. This is expected to be a 'high transaction' table. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_AD_APPL_EVAL_PKG dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_AD_VAL_ACAI_FTR_OFFER dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_AD_APPL_ARP_PKG dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_RATINGS_PUB dependencies on IGS_AD_APPL_ARP
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_APPL_ARP
12.1.1
-
VIEW: APPS.IGSBV_ADM_APPL_PROG_EVAL
12.1.1
-
VIEW: APPS.IGS_AD_APPL_ARP_V
12.1.1
-
APPS.IGS_AD_APPL_EVAL_PKG dependencies on IGS_AD_APL_REV_PRF_ALL
12.1.1
-
APPS.IGS_AD_APPL_ARP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSFV_ADM_APPL_PROG_EVAL
12.1.1
-
SYNONYM: APPS.IGS_AD_APPL_ARP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_APPL_ARP, status:VALID,
-
Table: IGS_AD_APL_RPRF_RGR
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APL_RPRF_RGR, object_name:IGS_AD_APL_RPRF_RGR, status:VALID, product: IGS - Student System , description: Table where the Application Review Group Code related information will be recorded. Here the Application Review Group IDs will be generated and information like Review Group Code, Review Group Name will be stored. This is not expected to b , implementation_dba_data: IGS.IGS_AD_APL_RPRF_RGR ,
-
Table: IGS_AD_APL_RPRF_RGR
12.2.2
product: IGS - Student System (Obsolete) , description: Table where the Application Review Group Code related information will be recorded. Here the Application Review Group IDs will be generated and information like Review Group Code, Review Group Name will be stored. This is not expected to b , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_APPL_ARP
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APPL_ARP, object_name:IGS_AD_APPL_ARP, status:VALID,
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_APPL_ARP_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGSBV_ADM_APPL_PROG_EVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_APPL_PROG_EVAL, object_name:IGSBV_ADM_APPL_PROG_EVAL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_ADM_APPL_PROG_EVAL ,
-
APPS.IGS_AD_APPL_ARP_PKG dependencies on IGS_AD_APPL_ARP_PKG
12.1.1
-
View: IGSBV_ADM_APPL_PROG_EVAL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ASSIGN_REVIEW_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ASSIGN_REVIEW_GRP, status:VALID,
-
PACKAGE BODY: APPS.IGS_RATINGS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_RATINGS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_APPL_ARP_PKG
12.1.1
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_PS_APPL_INST_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_APPL_ARP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPL_ARP_PKG, status:VALID,
-
Table: IGS_AD_APL_REV_PRF_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_APL_REV_PRF_ALL, object_name:IGS_AD_APL_REV_PRF_ALL, status:VALID, product: IGS - Student System , description: Table where all Application Review Profile related information will be recorded. Here the Application Review Profile IDs will be generated and information like Review Profile Name, Start Date, End Date, whether program approval is required , implementation_dba_data: IGS.IGS_AD_APL_REV_PRF_ALL ,
-
APPS.IGS_RATINGS_PUB dependencies on FND_MSG_PUB
12.1.1
-
Table: IGS_AD_APL_REV_PRF_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Table where all Application Review Profile related information will be recorded. Here the Application Review Profile IDs will be generated and information like Review Profile Name, Start Date, End Date, whether program approval is required , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_APPL_EVAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_APPL_EVAL_PKG, status:VALID,
-
View: IGSFV_ADM_APPL_PROG_EVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_PROG_EVAL, object_name:IGSFV_ADM_APPL_PROG_EVAL, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_APPL_PROG_EVAL ,
-
View: IGS_AD_APPL_ARP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ARP_V, object_name:IGS_AD_APPL_ARP_V, status:VALID, product: IGS - Student System , description: View which contains the details of Review Profile, Review Profile Group and Application Details. , implementation_dba_data: APPS.IGS_AD_APPL_ARP_V ,
-
View: IGSFV_ADM_APPL_PROG_EVAL
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_APPL_ARP_V
12.2.2
product: IGS - Student System (Obsolete) , description: View which contains the details of Review Profile, Review Profile Group and Application Details. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ASSIGN_EVAL_AI_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ASSIGN_EVAL_AI_PKG, status:VALID,
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_APL_REV_PRF_ALL
12.1.1
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
PACKAGE BODY: APPS.IGS_RATINGS_PUB
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INT_RECONSIDER, status:VALID,
-
VIEW: APPS.IGSBV_ADM_APPL_PROG_EVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_APPL_PROG_EVAL, object_name:IGSBV_ADM_APPL_PROG_EVAL, status:VALID,
-
VIEW: APPS.IGS_AD_APPL_ARP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_APPL_ARP_V, object_name:IGS_AD_APPL_ARP_V, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_VAL_ACAI_FTR_OFFER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_VAL_ACAI_FTR_OFFER, status:VALID,
-
VIEW: APPS.IGSFV_ADM_APPL_PROG_EVAL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_APPL_PROG_EVAL, object_name:IGSFV_ADM_APPL_PROG_EVAL, status:VALID,
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_APPL
12.1.1
-
APPS.IGS_AD_ASSIGN_EVAL_AI_PKG dependencies on IGS_AD_APL_REV_PRF
12.1.1
-
APPS.IGS_AD_ASSIGN_REVIEW_GRP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_ASSIGN_EVAL_AI_PKG
12.1.1