Search Results igs_pe_data_element
Overview
The IGS_PE_DATA_ELEMENT table is a core configuration entity within the Oracle E-Business Suite (EBS) Student System (IGS). It functions as a master reference list for data elements that can be mandated or prioritized during data collection for different types of persons, such as prospective students, enrolled students, or alumni. Its primary role is to define the universe of data points—like address lines, contact numbers, or demographic details—that can be administratively controlled. This table enables institutions to enforce data quality and completeness standards by linking specific elements to person types, ensuring critical information is captured according to business rules.
Key Information Stored
The table's central purpose is to store unique identifiers for configurable data elements. While the provided metadata specifies only the primary key column, the structure implies a design focused on reference data. The key column is DATA_ELEMENT, which serves as the unique code or name identifying a specific piece of person-related information (e.g., 'HOME_PHONE', 'PERMANENT_ADDRESS'). This column is the primary key (IGS_PE_DATA_ELEMENT_PK). Although not detailed in the excerpt, typical companion columns would include a descriptive name (e.g., DATA_ELEMENT_DESC) and potentially control flags, forming a lookup table for system configuration.
Common Use Cases and Queries
This table is primarily accessed for setup, reporting, and validation within the Student System's person data management framework. Common operational scenarios include administrators querying the list of all configurable data elements to define mandatory fields for a new person type, or developers validating a DATA_ELEMENT code before using it in a custom script. A frequent reporting use case involves joining this table to its related setup tables to audit which elements are enforced for which person types. A foundational query to retrieve the master list is: SELECT data_element FROM igs.igs_pe_data_element ORDER BY 1;. For a more detailed audit, a join with the related setup table is essential: SELECT de.data_element, sde.person_type FROM igs.igs_pe_data_element de, igs.igs_pe_stup_data_emt_all sde WHERE de.data_element = sde.data_element;.
Related Objects
The IGS_PE_DATA_ELEMENT table has a documented parent-child relationship within the IGS schema. It is referenced as a foreign key by the IGS_PE_STUP_DATA_EMT_ALL table, which is the operational table that applies the configuration defined in this master list. The specific relationship is:
- The table IGS_PE_STUP_DATA_EMT_ALL references IGS_PE_DATA_ELEMENT.
- The foreign key column IGS_PE_STUP_DATA_EMT_ALL.DATA_ELEMENT joins to the primary key column IGS_PE_DATA_ELEMENT.DATA_ELEMENT.
-
Table: IGS_PE_DATA_ELEMENT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_DATA_ELEMENT, object_name:IGS_PE_DATA_ELEMENT, status:VALID, product: IGS - Student System , description: This entity describes the data elements which will be set as Mandatory/Preferred for each person types. , implementation_dba_data: IGS.IGS_PE_DATA_ELEMENT ,
-
Table: IGS_PE_DATA_ELEMENT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the data elements which will be set as Mandatory/Preferred for each person types. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_PERSON_TYPES_PKG dependencies on IGS_PE_DATA_ELEMENT
12.1.1
-
APPS.IGS_PE_TYP_INSTANCES_PKG dependencies on IGS_PE_DATA_ELEMENT
12.1.1
-
APPS.IGS_PE_DATA_ELEMENT_PKG dependencies on IGS_PE_DATA_ELEMENT
12.1.1
-
APPS.IGS_PE_DATA_ELEMENT_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PE_DATA_ELEMENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_DATA_ELEMENT, status:VALID,
-
TABLE: IGS.IGS_PE_DATA_ELEMENT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_DATA_ELEMENT, object_name:IGS_PE_DATA_ELEMENT, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_DATA_ELEMENT_PKG
12.1.1
-
Table: IGS_PE_STUP_DATA_EMT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_STUP_DATA_EMT_ALL, object_name:IGS_PE_STUP_DATA_EMT_ALL, status:VALID, product: IGS - Student System , description: Entity describes the setup data element , implementation_dba_data: IGS.IGS_PE_STUP_DATA_EMT_ALL ,
-
APPS.IGS_PE_PERSON_TYPES_PKG dependencies on IGS_PE_STUP_DATA_EMT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_DATA_ELEMENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_DATA_ELEMENT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_PERSON_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_PERSON_TYPES_PKG, status:VALID,
-
APPS.IGS_PE_PERSON_TYPES_PKG dependencies on IGS_PE_STUP_DATA_EMT
12.1.1
-
Table: IGS_PE_STUP_DATA_EMT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Entity describes the setup data element , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_TYP_INSTANCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_TYP_INSTANCES_PKG, status:VALID,
-
APPS.IGS_PE_PERSON_TYPES_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_PE_TYP_INSTANCES_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERSON_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_TYP_INSTANCES_PKG
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,