Search Results igf_ap_inc_pc_al_dt
Overview
The table IGF_AP_INC_PC_AL_DT is a data object within the Oracle E-Business Suite (EBS) Financial Aid module, specifically under the product code IGF. As explicitly stated in the official ETRM documentation, this table is marked as "OBSOLETE" and is "Not implemented in this database" for both the 12.1.1 and 12.2.2 releases. This designation indicates that while the table's definition may exist in the data dictionary, it is not actively used by the application's business logic. Its intended role, prior to obsolescence, was to store detailed data related to income percentage allowances, likely as part of a calculation for financial aid packaging. Its current role is primarily historical, and it should not be referenced in new customizations or integrations.
Key Information Stored
Based on the provided metadata, the table's structure is defined by its primary key and foreign key relationships. The primary key is a composite of two columns: IPA_ID and NUM_STUD_HOUSEHOLD. The IPA_ID column serves as the foreign key linking to a parent record, while NUM_STUD_HOUSEHOLD suggests the table was designed to store allowance details segmented by the number of students in a household. Although specific data column details beyond the keys are not provided in the excerpt, the table's name and relationships imply it held discrete values or thresholds for allowance calculations that varied based on household size.
Common Use Cases and Queries
Given the table's obsolete status, there are no supported application use cases. In a historical context, it would have been queried to retrieve allowance detail records for a specific income percentage allowance header. A typical pattern to retrieve all detail records for a parent record would have been:
SELECT * FROM igf_ap_inc_pc_al_dt WHERE ipa_id = :1 ORDER BY num_stud_household;
For reporting or data migration purposes involving legacy data, one might perform a join to the parent table to understand the full context. However, any such activity must be approached with caution due to the object's unsupported state, and direct dependencies on this table should be avoided in all new development.
Related Objects
The ETRM documentation confirms one explicit foreign key relationship for this table. This relationship is critical for understanding its place in the obsolete data model.
- Parent Table: IGF_AP_INC_PRCT_ALV
- Relationship: The column
IGF_AP_INC_PC_AL_DT.IPA_IDreferences the IGF_AP_INC_PRCT_ALV table. This establishes that IGF_AP_INC_PC_AL_DT is a child detail table to the IGF_AP_INC_PRCT_ALV header.
No other tables referencing IGF_AP_INC_PC_AL_DT are documented in the provided metadata. The parent table, IGF_AP_INC_PRCT_ALV, is also marked as obsolete, consistent with the deprecation of this functional area.
-
Table: IGF_AP_INC_PC_AL_DT
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AP_INC_PC_AL_DT_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_INC_PRCT_ALV
12.2.2
product: IGF - Financial Aid (Obsolete) , description: OBSOLETE , implementation_dba_data: Not implemented in this database ,