Search Results igs_fi_pp_ins_appls_pk
Overview
The table IGS_FI_PP_INS_APPLS is a data object within the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2. It belongs to the IGS (Student System) product family, which is documented as obsolete. The table's core function is to store credit application information for specific payment plan installments. It acts as a junction table, linking installment details from a payment plan to the actual credit transactions applied against them. This relationship is fundamental for tracking how payments or credits are allocated across the scheduled installments of a student's financial plan. The metadata indicates that for the specific database instance referenced, this table was "Not implemented," suggesting it may exist in the data dictionary but not contain application data in all deployments.
Key Information Stored
The table's primary purpose is to record the association between a credit transaction and an installment. The central unique identifier is the INSTALLMENT_APPLICATION_ID, which serves as the primary key. The table's structure, as defined by its foreign key relationships, hinges on three critical foreign key columns. The INSTALLMENT_ID column links to a specific installment within a payment plan in the IGS_FI_PP_INSTLMNTS table. The CREDIT_ID column links to a master credit record in the IGS_FI_CREDITS_ALL table. Finally, the CREDIT_ACTIVITY_ID column links to the detailed credit activity in the IGS_FI_CR_ACTIVITIES table. This design allows a single credit transaction to be precisely applied to a designated installment.
Common Use Cases and Queries
This table is primarily queried for reporting and reconciliation purposes within the student financials module. Common use cases include generating detailed statements showing how a payment was distributed across a payment plan, reconciling applied credits against scheduled installment due dates, and auditing the allocation of financial aid or other credits. A typical query would join this table to its related master tables to retrieve a comprehensive view of applied credits.
Sample Query Pattern:
SELECT appl.INSTALLMENT_APPLICATION_ID,
inst.INSTALLMENT_NUMBER,
cred.CREDIT_AMOUNT,
act.CREDIT_ACTIVITY_DATE
FROM IGS_FI_PP_INS_APPLS appl
JOIN IGS_FI_PP_INSTLMNTS inst ON appl.INSTALLMENT_ID = inst.INSTALLMENT_ID
JOIN IGS_FI_CREDITS_ALL cred ON appl.CREDIT_ID = cred.CREDIT_ID
JOIN IGS_FI_CR_ACTIVITIES act ON appl.CREDIT_ACTIVITY_ID = act.CREDIT_ACTIVITY_ID
WHERE inst.PERSON_ID = :student_id;
Related Objects
The IGS_FI_PP_INS_APPLS table has defined foreign key relationships with three core tables in the IGS financials schema, as per the provided metadata:
- IGS_FI_PP_INSTLMNTS: Linked via the INSTALLMENT_ID column. This table stores the details of individual installments within a payment plan.
- IGS_FI_CREDITS_ALL: Linked via the CREDIT_ID column. This table is the master table for credit transactions within the system.
- IGS_FI_CR_ACTIVITIES: Linked via the CREDIT_ACTIVITY_ID column. This table holds the detailed activity records for credit transactions.
The primary key constraint IGS_FI_PP_INS_APPLS_PK on INSTALLMENT_APPLICATION_ID ensures the uniqueness of each credit application record.
-
INDEX: IGS.IGS_FI_PP_INS_APPLS_PK
12.1.1
owner:IGS, object_type:INDEX, object_name:IGS_FI_PP_INS_APPLS_PK, status:VALID,
-
Table: IGS_FI_PP_INS_APPLS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores credit information for a particular installment. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_PP_INS_APPLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_INS_APPLS, object_name:IGS_FI_PP_INS_APPLS, status:VALID, product: IGS - Student System , description: This table stores credit information for a particular installment. , implementation_dba_data: IGS.IGS_FI_PP_INS_APPLS ,
-
TABLE: IGS.IGS_FI_PP_INS_APPLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_INS_APPLS, object_name:IGS_FI_PP_INS_APPLS, status:VALID,
-
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'. ,