Search Results panel_code
Overview
The IGS_AD_INTVW_PNLS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Admissions module (IGS). It functions as the master repository for screening or interview panels created during the admissions process. These panels are groups of individuals, such as faculty or staff, responsible for evaluating applicants. The table's primary role is to define and maintain the configuration of these panels, enabling the systematic assignment of evaluators to applicant interviews or screenings. Its status is VALID, and it resides in the APPS_TS_TX_DATA tablespace under the IGS schema.
Key Information Stored
The table's columns store the defining attributes of an admissions panel. The PANEL_CODE (VARCHAR2(30)) is the mandatory unique identifier for each panel, serving as the primary key. The PANEL_TYPE_CODE and PANEL_LEVEL_CODE classify the panel's purpose and hierarchical level, respectively. A PANEL_DESC provides a descriptive name. The CLOSED_FLAG indicates whether the panel is active or inactive for new assignments. Furthermore, the table includes a standard Descriptive Flexfield (DFF) structure, comprising ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE13, allowing for institution-specific customization to capture additional panel details not covered by the standard columns.
Common Use Cases and Queries
This table is central to configuring and querying the interview process. Common operational use cases include setting up new evaluation panels for an intake cycle, closing panels after a recruitment round, and generating lists of active panels for administrative reporting. A frequent query pattern involves joining this table with related assignment or member tables to list panel details. For example, to find all active panels of a specific type, one might use:
- SELECT panel_code, panel_desc FROM igs.igs_ad_intvw_pnls WHERE panel_type_code = 'FINAL_INTERVIEW' AND NVL(closed_flag, 'N') = 'N';
Another critical use case is validating the PANEL_CODE during data entry in other admissions forms or interfaces, ensuring referential integrity. Reporting often leverages this table as a dimension for analyzing interview scheduling and evaluator workload.
Related Objects
The table has defined relationships with other EBS objects, primarily through its indexes and foreign key dependencies. The unique IGS_AD_INTVW_PNLS_PK index enforces the primary key constraint on the PANEL_CODE column. The non-unique IGS_AD_INTVW_PNLS_N1 index on PANEL_TYPE_CODE and PANEL_CODE supports performance for queries filtered by panel type. While the provided metadata does not list foreign key constraints, in a typical EBS configuration, the PANEL_CODE is referenced by child tables that store panel member assignments (e.g., IGS_AD_PANEL_MEMBERS) and interview schedules. The table is also referenced by the FND Design Data object IGS.IGS_AD_INTVW_PNLS, which manages its registration within the Oracle Application Framework.
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_INTVW_PNLS
12.1.1
-
TABLE: IGS.IGS_AD_INTVW_PNLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INTVW_PNLS, object_name:IGS_AD_INTVW_PNLS, status:VALID,
-
View: IGS_AD_INTVW_PNLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTVW_PNLS_V, object_name:IGS_AD_INTVW_PNLS_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_INTVW_PLNS table. Shows the Interview Panel Code Details , implementation_dba_data: APPS.IGS_AD_INTVW_PNLS_V ,
-
VIEW: APPS.IGSFV_ADM_INTERVIEW_PANELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_INTERVIEW_PANELS, object_name:IGSFV_ADM_INTERVIEW_PANELS, status:VALID,
-
APPS.IGS_AD_PANEL_MEMBRS_PKG dependencies on IGS_AD_PANEL_MEMBRS
12.1.1
-
VIEW: APPS.IGSBV_ADM_INTERVIEW_PANELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_INTERVIEW_PANELS, object_name:IGSBV_ADM_INTERVIEW_PANELS, status:VALID,
-
View: IGS_AD_INTVW_PNLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_INTVW_PLNS table. Shows the Interview Panel Code Details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PANEL_MEMBRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PANEL_MEMBRS_V, object_name:IGS_AD_PANEL_MEMBRS_V, status:VALID, product: IGS - Student System , description: iew of IGS_AD_PANEL_MEMBRS table. Show the Panel Members of the Panel. , implementation_dba_data: APPS.IGS_AD_PANEL_MEMBRS_V ,
-
TABLE: IGS.IGS_AD_PANEL_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PANEL_DTLS, object_name:IGS_AD_PANEL_DTLS, status:VALID,
-
VIEW: APPS.IGS_AD_PANEL_MEMBRS_V
12.1.1
-
VIEW: APPS.IGS_AD_INTVW_PNLS_V
12.1.1
-
VIEW: APPS.IGSBV_APPL_PANEL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_APPL_PANEL_DETAILS, object_name:IGSBV_APPL_PANEL_DETAILS, status:VALID,
-
View: IGS_AD_SCRN_INT_PANEL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SCRN_INT_PANEL_DTLS_V, object_name:IGS_AD_SCRN_INT_PANEL_DTLS_V, status:VALID, product: IGS - Student System , description: View to show the Panel Details such as Application Instances, Interview Location details and Final Decision details, along with the Panel Type, for a given panel. , implementation_dba_data: APPS.IGS_AD_SCRN_INT_PANEL_DTLS_V ,
-
VIEW: APPS.IGSFV_PANEL_MEMBER_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PANEL_MEMBER_NOTES, object_name:IGSFV_PANEL_MEMBER_NOTES, status:VALID,
-
View: IGS_AD_PANEL_MEMBRS_V
12.2.2
product: IGS - Student System (Obsolete) , description: iew of IGS_AD_PANEL_MEMBRS table. Show the Panel Members of the Panel. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSBV_INTERVIEW_PANEL_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INTERVIEW_PANEL_MEMBERS, object_name:IGSBV_INTERVIEW_PANEL_MEMBERS, status:VALID,
-
VIEW: APPS.IGSFV_INTERVIEW_PANEL_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PANEL_MEMBERS, object_name:IGSFV_INTERVIEW_PANEL_MEMBERS, status:VALID,
-
View: IGSBV_ADM_INTERVIEW_PANELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_ADM_INTERVIEW_PANELS, object_name:IGSBV_ADM_INTERVIEW_PANELS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_ADM_INTERVIEW_PANELS ,
-
Table: IGS_AD_PANEL_MEMBRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PANEL_MEMBRS, object_name:IGS_AD_PANEL_MEMBRS, status:VALID, product: IGS - Student System , description: Table that holds the details about the members in an admission panel , implementation_dba_data: IGS.IGS_AD_PANEL_MEMBRS ,
-
View: IGSFV_ADM_INTERVIEW_PANELS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_ADM_INTERVIEW_PANELS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_APPL_PANEL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_APPL_PANEL_DETAILS, object_name:IGSBV_APPL_PANEL_DETAILS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_APPL_PANEL_DETAILS ,
-
APPS.IGS_CO_PROCESS dependencies on FND_DSQL
12.1.1
-
View: IGSBV_APPL_PANEL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_PANEL_MEMBRS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds the details about the members in an admission panel , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_INTVW_PNLS_PKG dependencies on IGS_AD_INTVW_PNLS
12.1.1
-
TABLE: IGS.IGS_AD_PANEL_MEMBRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PANEL_MEMBRS, object_name:IGS_AD_PANEL_MEMBRS, status:VALID,
-
View: IGS_AD_PANEL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PANEL_DTLS_V, object_name:IGS_AD_PANEL_DTLS_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PANEL_DTLS. Shows the Application instances assigned for a panel along with the Panel Interview location and decision details , implementation_dba_data: APPS.IGS_AD_PANEL_DTLS_V ,
-
VIEW: APPS.IGSFV_INTERVIEW_PANEL_HISTDTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PANEL_HISTDTLS, object_name:IGSFV_INTERVIEW_PANEL_HISTDTLS, status:VALID,
-
View: IGS_AD_SCRN_INT_PANEL_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View to show the Panel Details such as Application Instances, Interview Location details and Final Decision details, along with the Panel Type, for a given panel. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_ADM_INTERVIEW_PANELS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_ADM_INTERVIEW_PANELS, object_name:IGSFV_ADM_INTERVIEW_PANELS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_ADM_INTERVIEW_PANELS ,
-
VIEW: APPS.IGSFV_APPL_PANEL_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_APPL_PANEL_DETAILS, object_name:IGSFV_APPL_PANEL_DETAILS, status:VALID,
-
Table: IGS_AD_INTVW_PNLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INTVW_PNLS, object_name:IGS_AD_INTVW_PNLS, status:VALID, product: IGS - Student System , description: Table that holds information about the screening or interview panels that have been created , implementation_dba_data: IGS.IGS_AD_INTVW_PNLS ,
-
View: IGSBV_INTERVIEW_PANEL_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INTERVIEW_PANEL_MEMBERS, object_name:IGSBV_INTERVIEW_PANEL_MEMBERS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_INTERVIEW_PANEL_MEMBERS ,
-
View: IGSFV_PANEL_MEMBER_NOTES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PANEL_MEMBER_NOTES, object_name:IGSFV_PANEL_MEMBER_NOTES, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_PANEL_MEMBER_NOTES ,
-
View: IGSFV_INTERVIEW_PANEL_HISTDTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PANEL_HISTDTLS, object_name:IGSFV_INTERVIEW_PANEL_HISTDTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_INTERVIEW_PANEL_HISTDTLS ,
-
Table: IGS_AD_INTVW_PNLS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds information about the screening or interview panels that have been created , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_PANEL_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PANEL_DTLS. Shows the Application instances assigned for a panel along with the Panel Interview location and decision details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_SCRN_INT_PANEL_DTLS_V
12.1.1
-
View: IGSFV_INTERVIEW_PANEL_MEMBERS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_INTERVIEW_PANEL_MEMBERS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_INTERVIEW_PANEL_MEMBERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PANEL_MEMBERS, object_name:IGSFV_INTERVIEW_PANEL_MEMBERS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_INTERVIEW_PANEL_MEMBERS ,
-
View: IGSFV_PANEL_MEMBER_NOTES
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_PANEL_DTLS_PKG SQL Statements
12.1.1
-
View: IGSFV_INTERVIEW_PANEL_HISTDTLS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_INTVW_PNLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_INTVW_PNLS_V, object_name:IGS_AD_INTVW_PNLS_V, status:VALID,
-
View: IGSFV_APPL_PANEL_DETAILS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_PANEL_DTLS_V
12.1.1
-
VIEW: APPS.IGS_AD_SCRN_INT_PANEL_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_SCRN_INT_PANEL_DTLS_V, object_name:IGS_AD_SCRN_INT_PANEL_DTLS_V, status:VALID,
-
VIEW: APPS.IGS_AD_PANEL_MEMBRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PANEL_MEMBRS_V, object_name:IGS_AD_PANEL_MEMBRS_V, status:VALID,