Search Results igs_rc_i_ent_stats
Overview
The IGS_RC_I_ENT_STATS table is a data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically belonging to the now-obsolete Student System (IGS) module. Its primary function is to serve as a master table for storing distinct inquiry entry statuses. In the context of student lifecycle management, an inquiry represents a prospective student's initial contact or expression of interest. This table would have been central to categorizing and tracking the various stages or states an inquiry record could occupy during its processing within the recruitment and admissions cycle. Its designation as "Not implemented in this database" in the provided metadata suggests it may represent a legacy or template structure not deployed in all instances, a common occurrence with the retired IGS module.
Key Information Stored
The core data stored in IGS_RC_I_ENT_STATS revolves around defining unique statuses for inquiries. The primary identifier is the INQ_ENTRY_STAT_ID column, which serves as the primary key. The table's structure, as indicated by its foreign keys, is designed to integrate with other system components. It links to institutional types (INSTITUTION_TYPE referencing IGS_OR_ORG_INST_TYPE_ALL), import source types (IMP_SOURCE_TYPE_ID referencing IGS_PE_SRC_TYPES_ALL), and marketing interest types (INTEREST_TYPE_ID referencing AS_INTEREST_TYPES_B). This design implies that an inquiry entry status could be contextualized or filtered based on the institution, the source of the inquiry data, and the prospective student's area of interest.
Common Use Cases and Queries
This table would have been queried to support operational reporting and process management in student recruitment. Common use cases include generating lists of inquiries filtered by their current status, configuring valid status transitions in the application UI, and analyzing inquiry pipeline metrics. A typical reporting query might join this table to related inquiry transaction tables to count inquiries per status.
SELECT stat.INQ_ENTRY_STAT_ID, stat.INSTITUTION_TYPE, COUNT(inq.inquiry_id)
FROM IGS_RC_I_ENT_STATS stat
LEFT JOIN IGS_RC_I_E_ORGUNITS inq ON stat.INQ_ENTRY_STAT_ID = inq.INQ_ENTRY_STAT_ID
GROUP BY stat.INQ_ENTRY_STAT_ID, stat.INSTITUTION_TYPE;
Another common pattern would involve retrieving the valid statuses for a given institution or interest type to populate application list of values (LOVs).
Related Objects
The IGS_RC_I_ENT_STATS table has defined relationships with several other tables in the obsolete IGS module, forming a part of the inquiry data model. It is referenced as a foreign key by the following tables:
- IGS_RC_I_E_ORGUNITS: Likely stores organizational unit-specific details for an inquiry.
- IGS_RC_I_E_TESTTYPS: Likely associates inquiry records with specific test types.
- IGS_RC_I_PKG_REDUCT: Likely manages package or fee reductions related to an inquiry status.
-
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: 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_OR_ORG_INST_TYPE_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_OR_ORG_INST_TYPE_ALL, object_name:IGS_OR_ORG_INST_TYPE_ALL, status:VALID, product: IGS - Student System , description: This entity holds different institution type and its description. , implementation_dba_data: IGS.IGS_OR_ORG_INST_TYPE_ALL ,
-
Table: IGS_RC_I_E_TESTTYPS
12.1.1
product: IGS - Student System , description: Stores test types corresponding to inquiry entry status , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_E_ORGUNITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores organization units corresponding to inquiry entry status , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_E_TESTTYPS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores test types corresponding to inquiry entry status , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_PKG_REDUCT
12.2.2
product: IGS - Student System (Obsolete) , description: Sroring the reduction relationship between Package item and Inquiry Entry Status, Program and Unit Set. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_OR_ORG_INST_TYPE_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity holds different institution type and its description. , 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 ,
-
View: IGS_RC_I_E_PROGS_V
12.1.1
product: IGS - Student System , description: This view will be based on OSO public view AS_INTEREST_CODES_VL. We will only expose attributes in that VL that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_P_UNITSETS_V
12.1.1
product: IGS - Student System , description: This view will be based on OSO public view AS_INTEREST_CODES_VL. We will expose only attributes in that VL that OSS needs , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_E_ORGUNITS
12.1.1
product: IGS - Student System , description: Stores organization units corresponding to inquiry entry status , implementation_dba_data: Not implemented in this database ,
-
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_RC_I_PKG_REDUCT
12.1.1
product: IGS - Student System , description: Sroring the reduction relationship between Package item and Inquiry Entry Status, Program and Unit Set. , implementation_dba_data: Not implemented in this database ,
-
Table: AS_INTEREST_TYPES_B
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
View: IGS_RC_I_PRG_PKGS_V
12.1.1
product: IGS - Student System , description: Reduction of Package Items by Inquiry Program , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENT_PKGS_V
12.1.1
product: IGS - Student System , description: Reduction of Package Items by Entry Status , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_P_UNITSETS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OSO public view AS_INTEREST_CODES_VL. We will expose only attributes in that VL that OSS needs , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_E_PROGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OSO public view AS_INTEREST_CODES_VL. We will only expose attributes in that VL that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
Table: AS_INTEREST_TYPES_B
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_INTEREST_TYPES_B, object_name:AS_INTEREST_TYPES_B, status:VALID, product: AS - Sales Foundation , description: Define Interest types - base table , implementation_dba_data: OSM.AS_INTEREST_TYPES_B ,
-
View: IGS_RC_I_UST_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Inquiry Unit Set , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENTRY_STATS_V
12.1.1
product: IGS - Student System , description: Base View for Inquiry Entry Status. The following attributes in the old views are made obsolete HIERARCHY_CD, HIERARCHY_MEANING, ENQUIRY_SOURCE_TYPE, ACTIVITY_SOURCE_CD, TEST_SOURCE_ID, PROG_CODE_REDUC_CD, UNIT_SET_REDUC_CD. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_PRG_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Inquiry Program , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENT_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Reduction of Package Items by Entry Status , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENTRY_STATS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Base View for Inquiry Entry Status. The following attributes in the old views are made obsolete HIERARCHY_CD, HIERARCHY_MEANING, ENQUIRY_SOURCE_TYPE, ACTIVITY_SOURCE_CD, TEST_SOURCE_ID, PROG_CODE_REDUC_CD, UNIT_SET_REDUC_CD. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENTRY_STATS_CV
12.2.2
product: IGS - Student System (Obsolete) , description: Foreign Key resolved View for Inquiry Entry Status. The following attributes in the old view are made obsolete: ENQUIRY_SOURCE_TYPE ,ENQ_SOURCE_DESCRIPTION ,ACTIVITY_SOURCE_CD ,ACTIVITY_SOURCE_MEANING ,TEST_SOURCE_ID , HIERARCHY_CD , HIERAR , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_LINES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEAD_LINES_V (From OMO Lead team, in discussion) and IGS_IN_INQUIRY_APPL_LINES junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_LINES_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEAD_LINES_V (From OMO Lead team, in discussion) and IGS_IN_INQUIRY_APPL_LINES junction table. We will only expose attributes in that table that OSS needs. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_UST_PKGS_V
12.1.1
product: IGS - Student System , description: Reduction of Package Items by Inquiry Unit Set , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ENTRY_STATS_CV
12.1.1
product: IGS - Student System , description: Foreign Key resolved View for Inquiry Entry Status. The following attributes in the old view are made obsolete: ENQUIRY_SOURCE_TYPE ,ENQ_SOURCE_DESCRIPTION ,ACTIVITY_SOURCE_CD ,ACTIVITY_SOURCE_MEANING ,TEST_SOURCE_ID , HIERARCHY_CD , HIERAR , implementation_dba_data: Not implemented in this database ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2