Search Results student_plan_id
Overview
The IGS_FI_BILL_P_PLANS table is a core data object within the Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) product family under the IGS (iGrants) schema. Its primary function is to store the relationship between a student's payment plan and a specific billing extract record. This table acts as a critical junction, linking the financial planning details for a student to the actual bills generated by the system. It is essential for tracking which payment plans are associated with which billing events, enabling accurate financial reporting, reconciliation, and audit trails for student accounts receivable processes.
Key Information Stored
The table's structure is designed to capture the essential link between a plan and a bill, along with standard audit information. The two primary foreign key columns are STUDENT_PLAN_ID, which uniquely identifies the student's payment plan, and BILL_ID, which identifies the associated billing extract record. The temporal scope of the plan within the context of that specific bill is defined by PLAN_START_DATE and PLAN_END_DATE. The table is secured by a unique primary key index, IGS_FI_BILL_P_PLANS_PK, on the combination of STUDENT_PLAN_ID and BILL_ID. Standard Oracle EBS columns for tracking creation (CREATED_BY, CREATION_DATE) and last update details (LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are present, as are columns (REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID, PROGRAM_UPDATE_DATE) to track the concurrent program that modified the data.
Common Use Cases and Queries
This table is central to queries that analyze the billing history tied to student payment plans. Common operational and reporting scenarios include identifying all bills generated for a specific student payment plan, auditing the billing timeline for a plan, and reconciling financial data between plan schedules and issued invoices. A typical query to retrieve all billing records for a given STUDENT_PLAN_ID would be:
- SELECT bp.BILL_ID, bp.PLAN_START_DATE, bp.PLAN_END_DATE, bp.CREATION_DATE FROM IGS.IGS_FI_BILL_P_PLANS bp WHERE bp.STUDENT_PLAN_ID = :student_plan_id ORDER BY bp.PLAN_START_DATE;
For reporting purposes, this table is often joined to the main billing header table (keyed by BILL_ID) and payment plan header table (keyed by STUDENT_PLAN_ID) to pull in descriptive information such as bill numbers, plan names, student identifiers, and amounts.
Related Objects
Based on the provided metadata, the IGS_FI_BILL_P_PLANS table does not reference other objects but is itself referenced by the APPS synonym of the same name (IGS_FI_BILL_P_PLANS). This synonym allows other schemas and application modules within the EBS environment to access this table seamlessly. In a full implementation, this table would have foreign key relationships to the master payment plan table (which holds the details for STUDENT_PLAN_ID) and the billing extract header table (which holds the details for BILL_ID), though these specific dependencies are not listed in the excerpt. Its data is fundamental to any downstream processes or custom reports that analyze the intersection of student payment plans and billing.
-
TABLE: IGS.IGS_FI_BILL_P_PLANS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_BILL_P_PLANS, object_name:IGS_FI_BILL_P_PLANS, status:VALID,
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
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,
-
Table: IGS_FI_PP_INSTLMNTS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores Student Payment Plan Installment information. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_BILL_EXTRACT 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,
-
Table: 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, product: IGS - Student System , description: This table stores Student Payment Plan Installment information. , implementation_dba_data: IGS.IGS_FI_PP_INSTLMNTS ,
-
APPS.IGS_FI_PP_INSTLMNTS_PKG dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_BILL_P_PLANS_PKG dependencies on IGS_FI_BILL_P_PLANS
12.1.1
-
APPS.IGS_FI_BILL_INSTLS_PKG dependencies on IGS_FI_BILL_INSTLS
12.1.1
-
APPS.IGS_FI_BILL_P_PLANS_PKG SQL Statements
12.1.1
-
Table: IGS_FI_BILL_P_PLANS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_BILL_P_PLANS, object_name:IGS_FI_BILL_P_PLANS, status:VALID, product: IGS - Student System , description: This table stores student payment plan information included in a billing extract record , implementation_dba_data: IGS.IGS_FI_BILL_P_PLANS ,
-
APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_FI_FEE_TYPE
12.1.1
-
Table: IGS_FI_BILL_P_PLANS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores student payment plan information included in a billing extract record , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_PP_STD_ATTRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_STD_ATTRS, object_name:IGS_FI_PP_STD_ATTRS, status:VALID,
-
APPS.IGS_FI_PP_INSTLMNTS_PKG SQL Statements
12.1.1
-
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,
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_PP_STD_ATTRS
12.1.1
-
Table: 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, product: IGS - Student System , description: This table stores Billing Installment information. , implementation_dba_data: IGS.IGS_FI_BILL_INSTLS ,
-
Table: IGS_FI_BILL_INSTLS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores Billing Installment information. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_PP_STD_ATTRS
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores attributes of Student Payment Plans , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_PAYMENT_PLANS SQL Statements
12.1.1
-
Table: IGS_FI_PP_STD_ATTRS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_STD_ATTRS, object_name:IGS_FI_PP_STD_ATTRS, status:VALID, product: IGS - Student System , description: This table stores attributes of Student Payment Plans , implementation_dba_data: IGS.IGS_FI_PP_STD_ATTRS ,
-
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: 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_STD_ATTRS_PKG dependencies on IGS_FI_PP_STD_ATTRS
12.1.1
-
VIEW: APPS.IGS_FI_PP_STD_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_STD_ATTRS_V, object_name:IGS_FI_PP_STD_ATTRS_V, status:VALID,
-
TABLE: IGS.IGS_FI_PERSON_HOLDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PERSON_HOLDS, object_name:IGS_FI_PERSON_HOLDS, status:VALID,
-
View: IGS_FI_PP_STD_ATTRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_STD_ATTRS_V, object_name:IGS_FI_PP_STD_ATTRS_V, status:VALID, product: IGS - Student System , description: This view displays the attributes of Student Payment Plans , implementation_dba_data: APPS.IGS_FI_PP_STD_ATTRS_V ,
-
View: IGS_FI_PP_STD_ATTRS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the attributes of Student Payment Plans , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_PP_STD_ATTRS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PP_INSTLMNTS_PKG
12.1.1
-
APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_FI_PP_INSTLMNTS
12.1.1
-
APPS.IGS_FI_PERSON_HOLDS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_008 SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_FIN_LT_CHG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_P_PLANS_PKG
12.1.1
-
APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_FI_PP_STD_ATTRS
12.1.1
-
APPS.IGS_FI_PERSON_HOLDS_PKG dependencies on IGS_FI_PERSON_HOLDS
12.1.1
-
APPS.IGS_FI_PRC_HOLDS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_INSTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PERSON_HOLDS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PP_STD_ATTRS_PKG
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_PE_PERS_ENCUMB
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_HOLD_PLAN
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_PERSON_HOLDS
12.1.1