Search Results due_amt
Overview
The IGS_FI_BILL_INSTLS table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or related educational modules under the IGS schema. Its primary function is to store detailed billing installment information. This table acts as a child or line-level entity, recording individual payment installments that are part of a larger student financial bill and plan. It is essential for tracking payment schedules, due dates, amounts, and outstanding balances for student fees, enabling comprehensive financial management and automated dunning processes within the institution's ERP system.
Key Information Stored
The table's structure is centered on installment details linked to a student's financial plan and a specific bill. Key columns include the composite primary key (STUDENT_PLAN_ID, BILL_ID, INSTALLMENT_ID) which uniquely identifies each installment record. The INSTALLMENT_DUE_DATE and INSTALLMENT_AMT define the scheduled payment terms. Critically, the DUE_AMT column holds the outstanding, unpaid portion of the installment amount. This field is dynamic, typically decreasing as payments are applied, and is central to calculating current receivables. The table also includes standard Oracle EBS audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and Concurrent Program tracking columns.
Common Use Cases and Queries
A primary use case is generating aging reports and identifying delinquent accounts by querying installments where the DUE_AMT is greater than zero and the INSTALLMENT_DUE_DATE is in the past. This data drives collection activities and financial reporting. Another common scenario is reviewing the complete payment schedule for a student's bill. Sample SQL to find overdue installments for a specific bill would be:
- SELECT * FROM apps.IGS_FI_BILL_INSTLS WHERE bill_id = :p_bill_id AND due_amt > 0 AND installment_due_date < SYSDATE ORDER BY installment_due_date;
For reconciliation, one might compare the original INSTALLMENT_AMT against the remaining DUE_AMT to summarize paid and unpaid totals per plan or student. Integration with payment application logic will frequently update the DUE_AMT column, making it a key field for real-time balance inquiries.
Related Objects
Based on the provided metadata, the IGS_FI_BILL_INSTLS table is referenced by objects within the APPS schema, indicating it is accessed through synonym-based application code. While specific parent table names are not listed in the excerpt, it is logically dependent on master tables storing the header Bill (likely IGS_FI_BILL or similar) and the Student Plan (IGS_FI_STD_PLNS or equivalent). The unique primary key index, IGS_FI_BILL_INSTLS_PK, enforces data integrity for these relationships. Developers and integrators should also investigate related views or public APIs (e.g., IGS_FI_BILL_PUB) that may provide a supported interface for accessing and manipulating this installment data.
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_PP_STD_ATTRS
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
TABLE: IGS.IGS_FI_BILL_INSTLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_BILL_INSTLS, object_name:IGS_FI_BILL_INSTLS, status:VALID,
-
APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_PP_INSTLMNTS_PKG
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG SQL Statements
12.1.1
-
View: IGS_FI_PP_INSTLMNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_INSTLMNTS_V, object_name:IGS_FI_PP_INSTLMNTS_V, status:VALID, product: IGS - Student System , description: This view displays the Student Payment Plan Installment information. , implementation_dba_data: APPS.IGS_FI_PP_INSTLMNTS_V ,
-
VIEW: APPS.IGS_FI_PP_INSTLMNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_INSTLMNTS_V, object_name:IGS_FI_PP_INSTLMNTS_V, status:VALID,
-
TABLE: IGS.IGS_FI_PP_INSTLMNTS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_INSTLMNTS, object_name:IGS_FI_PP_INSTLMNTS, status:VALID,
-
View: IGS_FI_PP_INSTLMNTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the Student Payment Plan Installment information. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_BILL_INSTLS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_PP_INSTLMNTS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_HOLDS SQL Statements
12.1.1
-
APPS.IGS_FI_BILL_INSTLS_PKG dependencies on IGS_FI_BILL_INSTLS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_INSTLS_PKG
12.1.1
-
APPS.IGS_FI_PP_INSTLMNTS_PKG dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PP_INSTLMNTS_PKG
12.1.1
-
APPS.IGS_FI_GEN_008 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_HOLDS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PAYMENT_PLANS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_FIN_LT_CHG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_008
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CRDAPI_UTIL
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'. ,