Search Results igs_rc_i_appl_all
Overview
The table IGS_RC_I_APPL_ALL is a core data object within the Oracle E-Business Suite (EBS) Student System (IGS), specifically in the Recruitment module. It serves as the master table for storing records of enquiry applications made to an educational institution. An enquiry application represents a prospective student's formal request for information, which can vary in scope and detail—from general institutional information to specific queries about a faculty, program, or ancillary services like accommodation. As an "_ALL" table, it is designed to support a multi-org architecture, meaning it contains data for multiple operating units and requires a security predicate (typically using ORG_ID) for correct querying in a multi-org environment. Its primary role is to track the initial point of contact in the student recruitment lifecycle, linking a person's interest to subsequent application and admission processes.
Key Information Stored
The table's structure is centered on identifying the enquirer and the nature of their enquiry. The primary key is a composite of PERSON_ID and ENQUIRY_APPL_NUMBER, uniquely identifying each enquiry record for an individual. Key descriptive columns include various foreign key references that categorize the enquiry. These include EDU_GOAL_ID, HOW_KNOWUS_ID, and WHO_INFLUENCED_ID, which link to code lookup tables (IGS_AD_CODE_CLASSES) to standardize data on educational goals, referral sources, and influencers. Critical academic context is stored via INQ_ENTRY_LEVEL_ID (linking to IGS_RC_I_ENTRY_LVLS) and admission/ academic calendar identifiers (ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ACAD_CAL_TYPE, ACAD_CI_SEQUENCE_NUMBER linking to IGS_CA_INST_REL). The table also integrates with the Oracle Trading Community Architecture (TCA) via PARTY_ID and PERSON_ID links to HZ_PARTIES, and with the CRM module via SALES_LEAD_ID linked to AS_SALES_LEADS.
Common Use Cases and Queries
This table is fundamental for recruitment analytics and operational reporting. Common use cases include analyzing enquiry sources to measure marketing campaign effectiveness, tracking conversion rates from enquiry to formal application, and managing prospect communications. A typical query might join to TCA to retrieve prospect details and to code lookup tables to categorize enquiries. For example, to generate a list of enquiries for a specific academic intake, one might query: SELECT appl.person_id, appl.enquiry_appl_number, parties.party_name, levels.entry_level_code FROM igs_rc_i_appl_all appl JOIN hz_parties parties ON appl.person_id = parties.party_id JOIN igs_rc_i_entry_lvls levels ON appl.inq_entry_level_id = levels.entry_level_id WHERE appl.adm_cal_type = '&ADM_CAL_TYPE' AND appl.adm_ci_sequence_number = &CI_SEQ_NUM; Data from this table often feeds reports on enquiry volumes, prospect demographics, and lead quality assessment.
Related Objects
Based on the provided foreign key metadata, IGS_RC_I_APPL_ALL has extensive relationships with other EBS objects:
- Parent Tables (Foreign Key References):
- IGS_AD_CODE_CLASSES: For lookup values (EDU_GOAL_ID, HOW_KNOWUS_ID, WHO_INFLUENCED_ID).
- IGS_RC_I_ENTRY_LVLS: For the enquiry's intended entry level (INQ_ENTRY_LEVEL_ID).
- IGS_CA_INST_REL: For academic calendar instances (ADM_CAL_TYPE, ADM_CI_SEQUENCE_NUMBER, ACAD_CAL_TYPE, ACAD_CI_SEQUENCE_NUMBER).
- HZ_PARTIES: For person/party information (PERSON_ID, REGISTERING_PERSON_ID, PARTY_ID).
- AS_SALES_LEADS: For integrated CRM lead management (SALES_LEAD_ID).
- Child Tables (Referenced by):
- IGS_RC_I_A_CHARTYP: Child table linked via (PERSON_ID, ENQUIRY_APPL_NUMBER).
- IGS_RC_I_A_PKGITM: Child table linked via (PERSON_ID, ENQUIRY_APPL_NUMBER).
These relationships position IGS_RC_I_APPL_ALL as a central hub connecting recruitment activities to foundational EBS modules like TCA, Calendar, and CRM.
-
Table: IGS_RC_I_APPL_ALL
12.1.1
product: IGS - Student System , description: Describes an enquiry application to the institution. The enquiry can be made at varying levels for varying information types, example faculty of education accommodation information. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_APPL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an enquiry application to the institution. The enquiry can be made at varying levels for varying information types, example faculty of education accommodation information. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_RC_I_A_CHARTYP
12.1.1
product: IGS - Student System , description: Stores the type of enquiry made by a person. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
Table: IGS_CA_INST_REL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the relationships among calendar instances , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_ENTRY_LVLS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores inquiry entry levels , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_PKGITM
12.1.1
product: IGS - Student System , description: Stores the details of enquiry package. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_ENTRY_LVLS
12.1.1
product: IGS - Student System , description: Stores inquiry entry levels , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL
12.1.1
product: IGS - Student System , description: This view is based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL
12.2.2
product: IGS - Student System (Obsolete) , description: This view is based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. Attributes only that are needed by OSS are exposed , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_PKGITM_V
12.1.1
product: IGS - Student System , description: Package Items requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_PKGITM_V
12.2.2
product: IGS - Student System (Obsolete) , description: Package Items requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_PKGITM
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the details of enquiry package. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_RC_I_A_CHARTYP
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the type of enquiry made by a person. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_CA_INST_REL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_REL, object_name:IGS_CA_INST_REL, status:VALID, product: IGS - Student System , description: Describes the relationships among calendar instances , implementation_dba_data: IGS.IGS_CA_INST_REL ,
-
Table: AS_SALES_LEADS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_LEADS, object_name:AS_SALES_LEADS, status:VALID, product: AS - Sales Foundation , description: Holds sales leads , implementation_dba_data: OSM.AS_SALES_LEADS ,
-
View: IGS_RC_I_A_ITYPE_V
12.1.1
product: IGS - Student System , description: Information Types requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_A_ITYPE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Information Types requested during Inquiry , implementation_dba_data: Not implemented in this database ,
-
Table: AS_SALES_LEADS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_SALES_LEADS, object_name:AS_SALES_LEADS, status:VALID, product: AS - Sales Foundation , description: Holds sales leads , implementation_dba_data: OSM.AS_SALES_LEADS ,
-
View: IGS_RC_I_APPL_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_APPL_V
12.1.1
product: IGS - Student System , description: This view will be based on OMO public view AS_SALES_LEADS_V and IGS_RC_I_APPL_ALL junction table. , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1