Search Results igr_is_per_all
Overview
The IGR_IS_PER_ALL table is a core data object within the now-obsolete Oracle E-Business Suite Student System (IGS). Its primary function was to serve as a staging table for person-related data captured through the Self Service Inquiry functionality. This table acted as a temporary repository, holding prospective student or inquirer information submitted via web-based forms before that data was validated and potentially migrated into the main transactional person tables of the application. Given its designation as "Obsolete," this table and its related objects are part of a legacy module no longer under active development or enhancement by Oracle. The metadata explicitly states it is "Not implemented in this database," indicating it may not be present in all deployment instances or its use has been formally discontinued.
Key Information Stored
While the provided ETRM excerpt does not list specific column details beyond the primary key, the table's description and relationships define its core data structure. The central column is INQ_PERSON_ID, which serves as the unique identifier (primary key) for each staged person record. This ID is the critical link to all related staging data. Based on its role as a person staging table, it would typically hold foundational demographic information for an inquirer, such as name, date of birth, contact details, and possibly a system-generated identifier. The "_ALL" suffix in the table name is a common Oracle EBS convention indicating the table can store data for multiple business groups, with a corresponding ORG_ID column likely present to partition the data.
Common Use Cases and Queries
The primary historical use case involved processes supporting the prospective student inquiry lifecycle. Data would flow from self-service entry forms into this staging table, where it could be reviewed, cleansed, or processed by batch programs before formal creation of a person record in the live system. Common operational queries would involve joining this table to its related staging tables to get a complete view of an inquirer's submitted information. A typical reporting query pattern would be:
- Retrieving a list of all staged inquirers along with their submitted inquiry details and test scores for review.
- Identifying incomplete person records by checking for missing related data in child tables.
- Extracting all staged data for a specific business group (
ORG_ID) for data validation purposes.
Given the module's obsolete status, current use is almost exclusively limited to historical data reference, custom data extraction for archival, or support for legacy interfaces that were never migrated.
Related Objects
The IGR_IS_PER_ALL table sits at the center of a set of related staging tables, as defined by its foreign key relationships. The INQ_PERSON_ID column is referenced by four key child tables, each holding a specific category of supplemental inquirer data:
- IGR_IS_ADDRESS: Links via
IGR_IS_ADDRESS.INQ_PERSON_IDto store staged address information for the person. - IGR_IS_INQUIRY: Links via
IGR_IS_INQUIRY.INQ_PERSON_IDto store the core details of the academic or program inquiry itself. - IGR_IS_RACE: Links via
IGR_IS_RACE.PERSON_IDto store staged ethnic or race information for the person. - IGR_IS_TEST: Links via
IGR_IS_TEST.INQ_PERSON_IDto store staged standardized test scores (e.g., SAT, ACT) for the person.
These relationships form a classic master-detail structure, where IGR_IS_PER_ALL is the master record for the person, and the other tables contain the detailed, associated information. Any complete data retrieval from this obsolete subsystem requires joining these tables on the INQ_PERSON_ID key.
-
Table: IGR_IS_PER_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry person , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_IS_PER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_PER_ALL, object_name:IGR_IS_PER_ALL, status:VALID, product: IGS - Student System , description: Holds Self Service Staging Inquiry person , implementation_dba_data: IGS.IGR_IS_PER_ALL ,
-
SYNONYM: APPS.IGR_IS_PER_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGR_IS_PER_ALL, status:VALID,
-
Table: IGR_IS_TEST
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_TEST, object_name:IGR_IS_TEST, status:VALID, product: IGS - Student System , description: Holds Self Service Staging Inquiry Test records , implementation_dba_data: IGS.IGR_IS_TEST ,
-
VIEW: APPS.IGR_IS_PERSON
12.1.1
-
Table: 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, product: IGS - Student System , description: Holds Self Service Staging Inquiry records , implementation_dba_data: IGS.IGR_IS_INQUIRY ,
-
Table: IGR_IS_RACE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_RACE, object_name:IGR_IS_RACE, status:VALID, product: IGS - Student System , description: Stores the Race information of an inquirer , implementation_dba_data: IGS.IGR_IS_RACE ,
-
Table: IGR_IS_TEST
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry Test records , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_IS_ADDRESS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_ADDRESS, object_name:IGR_IS_ADDRESS, status:VALID, product: IGS - Student System , description: Holds Self Service Staging Inquiry Address , implementation_dba_data: IGS.IGR_IS_ADDRESS ,
-
Table: IGR_IS_INQUIRY
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry records , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_IS_ADDRESS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Self Service Staging Inquiry Address , implementation_dba_data: Not implemented in this database ,
-
Table: IGR_IS_RACE
12.2.2
product: IGS - Student System (Obsolete) , description: Stores the Race information of an inquirer , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGR_IS_PER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGR_IS_PER_ALL, object_name:IGR_IS_PER_ALL, status:VALID,
-
View: IGR_IS_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_IS_PERSON, object_name:IGR_IS_PERSON, status:VALID, product: IGS - Student System , description: Entry Status Organization units view , implementation_dba_data: APPS.IGR_IS_PERSON ,
-
View: IGR_IS_PERSON
12.2.2
product: IGS - Student System (Obsolete) , description: Entry Status Organization units view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGR_IS_PERSON
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_IS_PERSON, object_name:IGR_IS_PERSON, status:VALID,
-
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
-
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'. ,