Search Results igs_pe_src_types_all
Overview
The IGS_PE_SRC_TYPES_ALL table is a core reference table within the Oracle E-Business Suite's Student System (IGS), which is noted as obsolete in the provided ETRM documentation. Its primary role is to serve as a master repository for all configured data source types within the student information system. A data source type is a classification that defines the origin or category of data entering the system, such as an online application, a manual data entry process, or an external system feed. This table provides a standardized list of valid source types, ensuring data integrity and consistency across various student-related transactional and interface processes. The '_ALL' suffix indicates it is a multi-organization enabled table, designed to store data specific to different operating units within a single installation.
Key Information Stored
Based on the provided metadata, the table's structure is defined by its primary keys and foreign key relationships. The two documented primary keys indicate the critical columns for uniquely identifying a record. The SOURCE_TYPE_ID column serves as the primary surrogate key (IGS_PE_SRC_TYPES_PK), a unique numeric identifier for each source type. The SOURCE_TYPE column is also defined as a unique key (IGS_PE_SRC_TYPES_UK and SRC_TYP), representing the actual code or short name for the source type. A third column, ADMISSION_CAT, is identified as a foreign key column referencing the IGS_AD_CAT_ALL table, linking source types to specific admission categories for further process control and validation.
Common Use Cases and Queries
This table is primarily used in setup, validation, and reporting scenarios. Administrators would query this table to view or maintain the list of valid source types available for configuration in other parts of the Student System. A common technical use case is to validate incoming interface data or to enrich transactional reports with source type descriptions. For instance, when processing application interface records, a validation routine would verify that the source type code on the incoming record exists in IGS_PE_SRC_TYPES_ALL. A typical reporting query might join this table to interface control or statistics tables to analyze data volume by source.
- Sample Query to List All Source Types: SELECT source_type_id, source_type FROM igs_pe_src_types_all WHERE NVL(end_date_active, SYSDATE) >= SYSDATE ORDER BY source_type;
- Validation in an Interface Program: The existence of a provided source type code would be checked via a SELECT statement against SOURCE_TYPE before processing interface records.
Related Objects
The ETRM metadata clearly outlines this table's central role in the data model through its foreign key relationships. It is referenced by several key interface and control tables in the Admissions (IGS_AD) and Recruiting (IGS_RC, IGR) modules.
- Referenced by this table (Outgoing FK): IGS_AD_CAT_ALL via the ADMISSION_CAT column.
- Referencing this table (Incoming FKs):
- IGS_AD_SOURCE_CAT_ALL.SOURCE_TYPE_ID
- IGS_AD_INTERFACE_CTL.SOURCE_TYPE_ID
- IGS_AD_I_ENTRY_STATS.IMP_SOURCE_TYPE_ID
- IGR_I_INQUIRY_TYPES.IMP_SOURCE_TYPE_ID
- IGS_RC_I_ENT_STATS.IMP_SOURCE_TYPE_ID
These relationships demonstrate that IGS_PE_SRC_TYPES_ALL acts as a parent table for controlling and categorizing data within admissions source categories, interface control settings, and imported entry statistics for both admissions and recruiting.
-
Table: IGS_PE_SRC_TYPES_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table holds the data source types configured in the system. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_SRC_TYPES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_SRC_TYPES_ALL, object_name:IGS_PE_SRC_TYPES_ALL, status:VALID, product: IGS - Student System , description: This table holds the data source types configured in the system. , implementation_dba_data: IGS.IGS_PE_SRC_TYPES_ALL ,
-
APPS.IGS_AD_IMP_015 dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_HE_IMPORT_DATA dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_AD_IMP_001 dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_AD_IMP_002 dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_AD_IMP_007 dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_TO_OSS dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_UC_EXP_APPLICANT_DTLS dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_PE_SRC_TYPES_ALL
12.1.1
-
APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_PE_SRC_TYPES_PKG
12.1.1
-
TABLE: IGS.IGS_PE_SRC_TYPES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_SRC_TYPES_ALL, object_name:IGS_PE_SRC_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PE_SRC_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_SRC_TYPES_ALL, status:VALID,
-
VIEW: APPS.IGS_PE_SRC_TYPES
12.1.1
-
APPS.IGS_PE_SRC_TYPES_PKG SQL Statements
12.1.1
-
Table: IGR_I_INQUIRY_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Inquiry Type setup information , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_ENT_STATS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores inquiry entry statuses , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_I_INQUIRY_TYPES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES, object_name:IGR_I_INQUIRY_TYPES, status:VALID, product: IGS - Student System , description: Stores the Inquiry Type setup information , implementation_dba_data: IGS.IGR_I_INQUIRY_TYPES ,
-
Table: IGS_AD_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_CAT_ALL, object_name:IGS_AD_CAT_ALL, status:VALID, product: IGS - Student System , description: Describes user-defined categories of applicant that identify different processing requirements of applicants to institution , implementation_dba_data: IGS.IGS_AD_CAT_ALL ,
-
Table: IGS_AD_INTERFACE_CTL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SOURCE_CAT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SOURCE_CAT_ALL, object_name:IGS_AD_SOURCE_CAT_ALL, status:VALID, product: IGS - Student System , description: Holds details for user source categories , implementation_dba_data: IGS.IGS_AD_SOURCE_CAT_ALL ,
-
Table: IGS_AD_SOURCE_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details for user source categories , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_ENT_STATS
12.1.1
product: IGS - Student System , description: Stores inquiry entry statuses , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_INTERFACE_CTL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_INTERFACE_CTL, object_name:IGS_AD_INTERFACE_CTL, status:VALID, product: IGS - Student System , description: Holds import interface run details when admissions data is imported into system , implementation_dba_data: IGS.IGS_AD_INTERFACE_CTL ,
-
Table: IGS_AD_I_ENTRY_STATS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores inquiry entry statuses - Obsolete , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_IMP_001 dependencies on IGS_AD_IMP_BATCH_DET
12.1.1
-
Table: IGS_AD_CAT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes user-defined categories of applicant that identify different processing requirements of applicants to institution , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_I_ENTRY_STATS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_I_ENTRY_STATS, object_name:IGS_AD_I_ENTRY_STATS, status:VALID, product: IGS - Student System , description: Stores inquiry entry statuses - Obsolete , implementation_dba_data: IGS.IGS_AD_I_ENTRY_STATS ,
-
View: IGS_PE_SRC_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: Person source types , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_SRC_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_SRC_TYPES_PKG, status:VALID,
-
View: IGS_PE_SRC_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES, object_name:IGS_PE_SRC_TYPES, status:VALID, product: IGS - Student System , description: Person source types , implementation_dba_data: APPS.IGS_PE_SRC_TYPES ,
-
APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_HESA_TO_OSS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_007, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_015
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_015, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXP_APPLICANT_DTLS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXP_APPLICANT_DTLS, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_IMPORT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_HE_IMPORT_DATA, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_IMP_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_EXPORT_TO_OSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_EXPORT_TO_OSS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_SRC_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_IMP_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_IMP_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_UC_PROC_APPLICATION_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_UC_PROC_APPLICATION_DATA, status:VALID,
-
VIEW: APPS.IGS_PE_SRC_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SRC_TYPES, object_name:IGS_PE_SRC_TYPES, status:VALID,
-
APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_001 SQL Statements
12.1.1
-
APPS.IGS_AD_IMP_015 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2