Search Results igs_pe_fund_source
Overview
The IGS_PE_FUND_SOURCE table is a data object within the Oracle E-Business Suite (EBS) Student System (IGS). Its primary role is to store detailed funding source information associated with a person, such as a student. This data is critical for tracking financial sponsorships, scholarships, grants, or other forms of monetary support linked to an individual's academic or institutional activities. It is important to note that the ETRM metadata explicitly categorizes the IGS - Student System as "Obsolete," indicating this table is part of a legacy module that may no longer be actively developed or implemented in newer deployments. Furthermore, the provided documentation states "Not implemented in this database," which suggests the table may exist in the data dictionary but is not populated or utilized in a standard installation, or its functionality has been superseded by other objects.
Key Information Stored
Based on the provided metadata, the table's structure is designed to link a funding source record to a specific person and uniquely identify each record. The documented columns include:
- FUND_SOURCE_ID: Serves as the primary key column for the table, uniquely identifying each funding source record.
- PERSON_ID: A foreign key column that links the funding source to a specific person (party) record within the Oracle Trading Community Architecture (TCA) model. This establishes the relationship between the financial data and the individual.
While other descriptive columns (e.g., source type, amount, effective dates, status) are typical for such an entity, they are not detailed in the provided excerpt. The core documented structure focuses on the unique identifier and the essential link to the person.
Common Use Cases and Queries
In a functional context, this table would support processes related to financial aid management, sponsor billing, and compliance reporting. Common use cases would include generating reports on all students with a specific funding type, calculating total sponsored amounts per person, or validating funding eligibility. A fundamental query to retrieve all funding sources for a person would leverage the foreign key relationship:
- Sample Query:
SELECT fs.fund_source_id, fs.person_id FROM igs_pe_fund_source fs WHERE fs.person_id = :person_id;
Given the "Obsolete" and "Not implemented" statuses, direct operational use or customization involving this table in active EBS environments is highly unlikely. Any reporting or integration needs would typically be addressed through current, supported APIs or data models.
Related Objects
The documented foreign key relationship explicitly defines this table's dependency on the core TCA registry.
- HZ_PARTIES: This is the master table for all parties (people, organizations) in Oracle EBS. The IGS_PE_FUND_SOURCE.PERSON_ID column is a foreign key referencing HZ_PARTIES. This relationship ensures that every funding source record is associated with a valid, registered person entity within the system.
The primary key constraint, IGS_PE_FUND_SOURCE_PK on FUND_SOURCE_ID, would be referenced by any other objects (not listed in the excerpt) that require a foreign key link to a specific funding source record.
-
Table: IGS_PE_FUND_SOURCE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_FUND_SOURCE, object_name:IGS_PE_FUND_SOURCE, status:VALID, product: IGS - Student System , description: Holds details of a person's funding source information , implementation_dba_data: IGS.IGS_PE_FUND_SOURCE ,
-
Table: IGS_PE_FUND_SRC_INT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_FUND_SRC_INT, object_name:IGS_PE_FUND_SRC_INT, status:VALID, product: IGS - Student System , description: contains the person's funding source records to be imported to IGS_PE_FUND_SOURCE. , implementation_dba_data: IGS.IGS_PE_FUND_SRC_INT ,
-
View: IGSBV_FUND_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_FUND_SOURCES, object_name:IGSBV_FUND_SOURCES, status:VALID, product: IGS - Student System , description: This entity contains information about a person's international or residency funding sources. , implementation_dba_data: APPS.IGSBV_FUND_SOURCES ,
-
View: IGS_PE_FUND_SOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FUND_SOURCE_V, object_name:IGS_PE_FUND_SOURCE_V, status:VALID, product: IGS - Student System , description: Holds Person's Fund Source details , implementation_dba_data: APPS.IGS_PE_FUND_SOURCE_V ,
-
View: IGSFV_FUND_SOURCES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_FUND_SOURCES, object_name:IGSFV_FUND_SOURCES, status:VALID, product: IGS - Student System , description: This entity contains information about a person's international or residency funding sources. , implementation_dba_data: APPS.IGSFV_FUND_SOURCES ,