Search Results igr_i_inquiry_types
Overview
The IGR_I_INQUIRY_TYPES table is a core setup table within the now-obsolete IGS (Student System) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. Its primary function is to store the master definition of inquiry types, which are classifications used to categorize and manage prospective student inquiries or leads within the student lifecycle management system. This table acts as a reference entity, providing a controlled list of valid inquiry types that can be associated with individual prospect records to streamline communication, reporting, and processing workflows. The ETRM metadata explicitly notes this table as "Not implemented in this database," indicating it may have been part of a localized or phased implementation not present in the standard vanilla instance.
Key Information Stored
While the specific column list is not detailed in the provided excerpt, the table's structure is defined by its primary and foreign keys. The central column is INQUIRY_TYPE_ID, which serves as the unique primary key identifier for each inquiry type record. The table also contains foreign key columns that link to other setup entities, ensuring data integrity. The column IMP_SOURCE_TYPE_ID links to the source type (IGS_PE_SRC_TYPES_ALL), likely defining the origin or channel of the inquiry. The column INFO_TYPE_ID links to a package item (IGR_I_PKG_ITEM), which may associate the inquiry type with specific informational materials or follow-up processes. Additional columns, typical for such setup tables, would store the inquiry type code, name, description, and active status indicators.
Common Use Cases and Queries
The primary use case is to maintain a consistent list of inquiry types for application setup and data validation. Common operational and reporting activities would involve querying this table to generate lookup lists for user interfaces or to analyze prospect data by inquiry category. A typical query would join this table to prospect transaction tables (not listed in the provided metadata) to report on inquiry volumes.
- Basic Lookup:
SELECT inquiry_type_id, inquiry_type_code, meaning FROM igr_i_inquiry_types WHERE sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate); - Join to Source Type:
SELECT i.inquiry_type_code, s.source_type FROM igr_i_inquiry_types i, igs_pe_src_types_all s WHERE i.imp_source_type_id = s.source_type_id;
Related Objects
Based on the documented foreign key relationships, IGR_I_INQUIRY_TYPES has direct dependencies on two other setup tables. These relationships are critical for understanding its place in the data model.
- IGS_PE_SRC_TYPES_ALL: Linked via the
IMP_SOURCE_TYPE_IDcolumn. This table defines valid source types, allowing an inquiry type to be associated with a specific recruitment or marketing source. - IGR_I_PKG_ITEM: Linked via the
INFO_TYPE_IDcolumn. This table likely stores package items, suggesting an inquiry type can be configured to trigger the sending of specific information packages to prospects.
As a setup table with a primary key, it is expected that other transactional tables in the IGS module (e.g., tables storing individual prospect records) would contain a foreign key column referencing IGR_I_INQUIRY_TYPES.INQUIRY_TYPE_ID, though these are not specified in the provided metadata.
-
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: 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 ,
-
APPS.IGR_IMP_004 dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
APPS.IGR_IMP_003 dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
APPS.IGR_I_INQUIRY_TYPES_PKG dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
APPS.IGR_IMP_004 dependencies on AMS_P_DELIV_KIT_ITEMS_V
12.1.1
-
VIEW: APPS.IGR_I_INQUIRY_TYPES_V
12.1.1
-
APPS.IGR_I_INQUIRY_TYPES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGR_I_INQUIRY_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGR_I_INQUIRY_TYPES, status:VALID,
-
TABLE: IGS.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,
-
Table: IGR_I_PKG_ITEM
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_I_PKG_ITEM, object_name:IGR_I_PKG_ITEM, status:VALID, product: IGS - Student System , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , implementation_dba_data: IGS.IGR_I_PKG_ITEM ,
-
Table: IGR_I_PKG_ITEM
12.2.2
product: IGS - Student System (Obsolete) , description: Junction table to OMO deliverables table, used to store both Package Item and information Type. , 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 ,
-
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 ,
-
View: IGR_I_INQUIRY_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES_V, object_name:IGR_I_INQUIRY_TYPES_V, status:VALID, product: IGS - Student System , description: Form View for IGS_I_INQUIRY_TYPE table , implementation_dba_data: APPS.IGR_I_INQUIRY_TYPES_V ,
-
PACKAGE BODY: APPS.IGR_I_INQUIRY_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_I_INQUIRY_TYPES_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGR_I_INQUIRY_TYPES_PKG
12.1.1
-
APPS.IGR_I_INQUIRY_TYPES_PKG dependencies on IGR_I_INQUIRY_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_IMP_004, status:VALID,
-
PACKAGE BODY: APPS.IGR_IMP_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_IMP_003, status:VALID,
-
View: IGR_I_INQUIRY_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form View for IGS_I_INQUIRY_TYPE table , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_I_INQUIRY_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_INQUIRY_TYPES_V, object_name:IGR_I_INQUIRY_TYPES_V, status:VALID,
-
TABLE: IGS.IGR_IS_INQUIRY
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_INQUIRY, object_name:IGR_IS_INQUIRY, status:VALID,
-
APPS.IGR_IMP_004 SQL Statements
12.1.1
-
APPS.IGS_PE_SRC_TYPES_PKG SQL Statements
12.1.1
-
APPS.IGR_IMP_003 SQL Statements
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.IGR_IMP_003 dependencies on IGR_I_APPL_INT
12.1.1
-
APPS.IGR_IMP_003 dependencies on IGR_I_APPL
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_SRC_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_004
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_003
12.1.1
-
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'. ,
-
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'. ,