Search Results igs_ad_pnmembr_dtls
Overview
The IGS_AD_PNMEMBR_DTLS table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically supporting the admissions functionality. It serves as the master repository for storing information about individual members assigned to a panel instance. In the context of admissions processes, panels are often convened to review applications, conduct interviews, or make decisions. This table is essential for managing the composition, roles, and associated details of each person serving as a member on such a panel, thereby enabling structured and auditable committee workflows within the institution's student lifecycle management.
Key Information Stored
The table's primary key is a composite of PANEL_DTLS_ID and MEMBER_PERSON_ID, uniquely identifying a specific member's assignment to a specific panel instance. Key columns include PANEL_DTLS_ID, which links to the parent panel details in the IGS_AD_PANEL_DTLS table, and MEMBER_PERSON_ID, which identifies the individual. Other significant columns manage the member's role and decisions within the panel, such as MEMBER_DECISION_CODE and MEMBER_DECISION_TYPE, which are validated against the IGS_AD_CODE_CLASSES table. The table also stores logistical information via LOCATION_CD and ROOM_ID, linking to the IGS_AD_LOCATION_ALL and IGS_AD_ROOM_ALL tables respectively, to record where the member is scheduled to participate.
Common Use Cases and Queries
This table is central to operations involving admission panel management. Common use cases include generating panel rosters for scheduling, tracking member attendance and participation, and aggregating individual member decisions to reach a final panel outcome. A typical reporting query might join IGS_AD_PNMEMBR_DTLS with IGS_AD_PANEL_DTLS and person tables to list all members for panels reviewing a specific program. For auditing purposes, queries often retrieve a member's decision history. Sample SQL to find all members for a given panel would be:
- SELECT member_person_id, member_decision_code FROM igs_ad_pnmembr_dtls WHERE panel_dtls_id = <panel_id>;
Another common pattern involves left joins to IGS_AD_LOCATION_ALL and IGS_AD_ROOM_ALL to build a complete schedule of panel sessions with physical or virtual locations.
Related Objects
IGS_AD_PNMEMBR_DTLS has integral relationships with several other EBS tables, forming a key part of the admissions data model. Its primary parent table is IGS_AD_PANEL_DTLS. It is also a parent table itself, as it is referenced by the IGS_AD_PNMEMBR_NOTS table, which likely stores notes or notifications related to specific panel members. As indicated by its foreign keys, it draws validated code values from IGS_AD_CODE_CLASSES for decision tracking and references IGS_AD_LOCATION_ALL and IGS_AD_ROOM_ALL for logistical details. Any custom reports or integrations concerning panel membership must typically join through this table.
-
Table: IGS_AD_PNMEMBR_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS, object_name:IGS_AD_PNMEMBR_DTLS, status:VALID, product: IGS - Student System , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: IGS.IGS_AD_PNMEMBR_DTLS ,
-
Table: IGS_AD_PNMEMBR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: The table that holds the information about the members assigned to a panel instance , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_CO_PROCESS dependencies on IGS_AD_PNMEMBR_DTLS
12.1.1
-
APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_AD_PNMEMBR_DTLS
12.1.1
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_PNMEMBR_DTLS
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_PNMEMBR_DTLS
12.1.1
-
SYNONYM: APPS.IGS_AD_PNMEMBR_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_PNMEMBR_DTLS, status:VALID,
-
VIEW: APPS.IGSBV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGS_CO_PROCESS dependencies on IGS_AD_PANEL_DTLS
12.1.1
-
VIEW: APPS.IGSFV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
-
Table: IGS_AD_PNMEMBR_NOTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PNMEMBR_NOTS, object_name:IGS_AD_PNMEMBR_NOTS, status:VALID, product: IGS - Student System , description: Table that holds the details about the notes created by the members assigned to an application instance panel , implementation_dba_data: IGS.IGS_AD_PNMEMBR_NOTS ,
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_SC_GEN_001
12.1.1
-
View: IGS_AD_PNMEMBR_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View of IGS_AD_PNMEMBR_DTLS. Shows the Application instances assigned for a panel member along with the Panel member Interview location and decision details. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_ROOM_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ROOM_ALL, object_name:IGS_AD_ROOM_ALL, status:VALID, product: IGS - Student System , description: Contains room records , implementation_dba_data: IGS.IGS_AD_ROOM_ALL ,
-
Table: IGS_AD_PNMEMBR_NOTS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds the details about the notes created by the members assigned to an application instance panel , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_ROOM_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Contains room records , implementation_dba_data: Not implemented in this database ,
-
Table: 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, product: IGS - Student System , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: IGS.IGS_AD_PANEL_DTLS ,
-
View: IGS_AD_PNMEMBR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS_V, object_name:IGS_AD_PNMEMBR_DTLS_V, status:VALID, product: IGS - Student System , description: View of IGS_AD_PNMEMBR_DTLS. Shows the Application instances assigned for a panel member along with the Panel member Interview location and decision details. , implementation_dba_data: APPS.IGS_AD_PNMEMBR_DTLS_V ,
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_PNMEMBR_DTLS_PKG
12.1.1
-
Table: IGS_AD_PANEL_DTLS
12.2.2
product: IGS - Student System (Obsolete) , description: Table that holds the details about the application instances assigned to a panel , implementation_dba_data: Not implemented in this database ,
-
View: IGSBV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INTERVIEW_PNL_MEMBR_DTLS, object_name:IGSBV_INTERVIEW_PNL_MEMBR_DTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSBV_INTERVIEW_PNL_MEMBR_DTLS ,
-
PACKAGE BODY: APPS.IGS_AD_PNMEMBR_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PNMEMBR_DTLS_PKG, status:VALID,
-
View: IGSBV_INTERVIEW_PNL_MEMBR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PNL_MEMBR_DTLS, object_name:IGSFV_INTERVIEW_PNL_MEMBR_DTLS, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGSFV_INTERVIEW_PNL_MEMBR_DTLS ,
-
VIEW: APPS.IGS_AD_PNMEMBR_DTLS_V
12.1.1
-
View: IGSFV_INTERVIEW_PNL_MEMBR_DTLS
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_AD_PNMEMBR_DTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS, object_name:IGS_AD_PNMEMBR_DTLS, status:VALID,
-
Table: IGS_AD_LOCATION_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_PANEL_DTLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_PANEL_DTLS_PKG, status:VALID,
-
Table: IGS_AD_LOCATION_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_LOCATION_ALL, object_name:IGS_AD_LOCATION_ALL, status:VALID, product: IGS - Student System , description: Describes available geographic locations at which programs and units may be offered or taught , implementation_dba_data: IGS.IGS_AD_LOCATION_ALL ,
-
PACKAGE BODY: APPS.IGS_CO_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_CO_PROCESS, status:VALID,
-
VIEW: APPS.IGSBV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_INTERVIEW_PNL_MEMBR_DTLS, object_name:IGSBV_INTERVIEW_PNL_MEMBR_DTLS, status:VALID,
-
VIEW: APPS.IGSFV_INTERVIEW_PNL_MEMBR_DTLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_INTERVIEW_PNL_MEMBR_DTLS, object_name:IGSFV_INTERVIEW_PNL_MEMBR_DTLS, status:VALID,
-
Table: IGS_AD_CODE_CLASSES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CODE_CLASSES, object_name:IGS_AD_CODE_CLASSES, status:VALID, product: IGS - Student System , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: IGS.IGS_AD_CODE_CLASSES ,
-
PACKAGE BODY: APPS.IGS_AD_PNMEMBR_DTLS_PKG
12.1.1
-
Table: IGS_AD_CODE_CLASSES
12.2.2
product: IGS - Student System (Obsolete) , description: Holds information about different codes, class to which code belongs, and description , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_INT_RECONSIDER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_INT_RECONSIDER, status:VALID,
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_PANEL_DTLS
12.1.1
-
VIEW: APPS.IGS_AD_PNMEMBR_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_PNMEMBR_DTLS_V, object_name:IGS_AD_PNMEMBR_DTLS_V, status:VALID,
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_CODE_CLASSES
12.1.1
-
APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_PANEL_DTLS
12.1.1
-
APPS.IGS_AD_PANEL_DTLS_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on FND_MESSAGE
12.1.1
-
APPS.IGS_CO_PROCESS SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1