Search Results igs_ad_adv_placement
Overview
The IGS_AD_ADV_PLACEMENT table is a core data object within the Oracle E-Business Suite Student System (IGS) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary repository for recording and managing a person's placement test exemption details. In the context of student admissions and academic placement, this table is critical for tracking exemptions granted to prospective or current students, allowing institutions to bypass standard placement testing requirements based on prior qualifications, advanced standing, or other approved criteria. Its role is integral to the automated and accurate processing of student academic pathways.
Key Information Stored
The table's structure is designed to uniquely identify an exemption and link it to the relevant person and exemption type. The primary identifier is the TEST_EXEMPTION_ID column, which is the table's primary key. Two other columns form the core of its data model: the PERSON_ID, which links to the party (student) in the Trading Community Architecture (TCA) model, and the EXEMPTION_ID, which references a specific, pre-defined exemption code or class. While the full column list is not detailed in the provided metadata, the existence of a unique key on PERSON_ID and EXEMPTION_ID (IGS_AD_ADV_PLACEMENT_U2) strongly implies the table is designed to prevent duplicate exemption records for the same person and exemption type.
Common Use Cases and Queries
This table is central to operations involving student placement and exemptions. Common use cases include determining a student's eligibility to waive mandatory placement tests (e.g., for mathematics or language), generating reports on exemption trends for institutional analysis, and validating a student's academic record during enrollment. A typical query would join this table to the person (HZ_PARTIES) and exemption code (IGS_AD_CODE_CLASSES) tables to retrieve a comprehensible list.
Sample SQL Pattern:
SELECT hzp.party_name, iacc.code, iaap.*
FROM igs.igs_ad_adv_placement iaap,
hz_parties hzp,
igs_ad_code_classes iacc
WHERE iaap.person_id = hzp.party_id
AND iaap.exemption_id = iacc.code_id
AND hzp.party_number = 'STUDENT123';
Related Objects
The IGS_AD_ADV_PLACEMENT table maintains defined foreign key relationships with two other critical EBS tables, ensuring referential integrity and enabling data joins for reporting and processing.
- HZ_PARTIES: The relationship is established via the PERSON_ID column in IGS_AD_ADV_PLACEMENT, which references the PARTY_ID in HZ_PARTIES. This links each exemption record to a specific individual in the universal TCA registry.
- IGS_AD_CODE_CLASSES: The relationship is established via the EXEMPTION_ID column in IGS_AD_ADV_PLACEMENT, which references a record in IGS_AD_CODE_CLASSES. This links the exemption to its formal definition, such as "AP Credit" or "Transfer Course Equivalent."
-
Table: IGS_AD_ADV_PLACEMENT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADV_PLACEMENT, object_name:IGS_AD_ADV_PLACEMENT, status:VALID, product: IGS - Student System , description: Holds details of person's placement test exemption details , implementation_dba_data: IGS.IGS_AD_ADV_PLACEMENT ,
-
Table: IGS_AD_ADV_PLACEMENT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details of person's placement test exemption details , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_AD_ADV_PLACEMENT_PKG dependencies on IGS_AD_ADV_PLACEMENT
12.1.1
-
SYNONYM: APPS.IGS_AD_ADV_PLACEMENT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AD_ADV_PLACEMENT, status:VALID,
-
APPS.IGS_AD_ADV_PLACEMENT_PKG SQL Statements
12.1.1
-
APPS.IGS_AD_ADV_PLACEMENT_PKG dependencies on IGS_AD_ADV_PLACEMENT_PKG
12.1.1
-
VIEW: APPS.IGS_AD_ADV_PLACEMENT_V
12.1.1
-
APPS.IGS_AD_ADV_PLACEMENT_PKG dependencies on IGS_AD_ADV_PLACEMENT_S
12.1.1
-
TABLE: IGS.IGS_AD_ADV_PLACEMENT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_ADV_PLACEMENT, object_name:IGS_AD_ADV_PLACEMENT, status:VALID,
-
PACKAGE BODY: APPS.IGS_AD_ADV_PLACEMENT_PKG
12.1.1
-
View: IGS_AD_ADV_PLACEMENT_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_AD_ADV_PLACEMENT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_AD_ADV_PLACEMENT_PKG, status:VALID,
-
View: IGS_AD_ADV_PLACEMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADV_PLACEMENT_V, object_name:IGS_AD_ADV_PLACEMENT_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_AD_ADV_PLACEMENT_V ,
-
VIEW: APPS.IGS_AD_ADV_PLACEMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_ADV_PLACEMENT_V, object_name:IGS_AD_ADV_PLACEMENT_V, status:VALID,
-
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_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 ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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 ,
-
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 ,
-
12.1.1 DBA 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'. ,
-
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'. ,