Search Results fund_source_id
Overview
The IGS_PE_FUND_SOURCE table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle's legacy Higher Education product) module. It functions as the master table for storing detailed funding source information associated with a person, typically a student. Its primary role is to maintain a comprehensive record of financial sponsorships, scholarships, or other external funding that supports an individual within the academic institution. This data is critical for financial aid management, student billing, compliance reporting, and understanding a student's financial profile.
Key Information Stored
The table's structure captures essential attributes of a funding source. The primary key, FUND_SOURCE_ID, provides a unique identifier for each record. The PERSON_ID column links the funding source to a specific individual within the system. Key descriptive columns include FUND_SOURCE_CODE, which classifies the type of funding (e.g., scholarship, grant, employer), and NAME, which holds the source's name. The AMOUNT column stores the monetary value, and RELATIONSHIP_CODE defines the association between the person and the funding entity. A critical column for compliance and verification is DOCUMENT_IND, a flag (Y/N) indicating whether supporting documentation for the funding has been received. The NOTES column allows for additional comments, and standard WHO columns (CREATED_BY, CREATION_DATE, etc.) track audit information.
Common Use Cases and Queries
This table is central to operations involving student financial support. Common use cases include generating reports on students with external funding, verifying documentation completion for audit purposes, and calculating net tuition liabilities after accounting for external sponsorships. A frequent query involves identifying students with undocumented funding sources, leveraging the DOCUMENT_IND column. For example:
- Document Verification Report:
SELECT person_id, name, fund_source_code, amount FROM igs.igs_pe_fund_source WHERE document_ind = 'N'; - Funding Summary by Person:
SELECT person_id, SUM(amount) total_funding FROM igs.igs_pe_fund_source GROUP BY person_id; - Retrieving All Data for a Specific Person: The standard query provided in the ETRM metadata serves as the foundational SELECT statement for most integrations or data extracts related to a person's funding.
Related Objects
Based on the provided dependency information, the IGS_PE_FUND_SOURCE table is referenced by an object named IGS_PE_FUND_SOURCE within the APPS schema. This is most likely a public synonym or a view that provides a non-owner access point to the underlying IGS table, a standard EBS architecture practice. The table itself does not reference other objects. The presence of a unique index (IGS_PE_FUND_SOURCE_U1) on FUND_SOURCE_ID and a non-unique index (IGS_PE_FUND_SOURCE_N1) on PERSON_ID indicates the primary key structure and a common access path for queries filtering by person, respectively. The PERSON_ID column typically serves as a foreign key to a core person or party table, though this specific relationship is not detailed in the provided excerpt.
-
TABLE: IGS.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,
-
VIEW: AMS.AMS_EVENT_HEADERS_ALL_B#
12.2.2
-
VIEW: AMS.AMS_DELIVERABLES_ALL_B#
12.2.2
-
APPS.IGS_PE_FUND_SOURCE_PKG dependencies on IGS_PE_FUND_SOURCE
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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 ,
-
VIEW: AMS.AMS_EVENT_OFFERS_ALL_B#
12.2.2
-
VIEW: AMS.AMS_CAMPAIGNS_ALL_B#
12.2.2
-
VIEW: APPS.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,
-
Table: IGS_PE_FUND_SOURCE
12.2.2
product: IGS - Student System (Obsolete) , description: Holds details of a person's funding source information , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: IGSFV_FUND_SOURCES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's international or residency funding sources. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PE_FUND_SOURCE_PKG SQL Statements
12.1.1
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID,
-
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: IGSBV_FUND_SOURCES
12.2.2
product: IGS - Student System (Obsolete) , description: This entity contains information about a person's international or residency funding sources. , implementation_dba_data: Not implemented in this database ,
-
View: ASO_I_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID, product: ASO - Order Capture , description: View based on Campaigns , implementation_dba_data: APPS.ASO_I_CAMPAIGNS_V ,
-
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: ASO_I_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID, product: ASO - Order Capture , description: View based on Campaigns , implementation_dba_data: APPS.ASO_I_CAMPAIGNS_V ,
-
VIEW: APPS.AMS_DELIVERABLES_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_INFO_V, object_name:AMS_DELIVERABLES_INFO_V, status:VALID,
-
VIEW: AMS.AMS_DELIVERABLES_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DELIVERABLES_ALL_B#, status:VALID,
-
APPS.AMS_WFCMPAPR_PVT dependencies on AMS_DELIVERABLES_VL
12.2.2
-
APPS.AMS_WFCMPAPR_PVT dependencies on AMS_DELIVERABLES_VL
12.1.1
-
VIEW: AMS.AMS_EVENT_HEADERS_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_EVENT_HEADERS_ALL_B#, status:VALID,
-
VIEW: APPS.AMS_DELIVERABLES_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_INFO_V, object_name:AMS_DELIVERABLES_INFO_V, status:VALID,
-
VIEW: APPS.ASO_I_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID,
-
View: IGS_PE_FUND_SOURCE_V
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Person's Fund Source details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_VL, object_name:AMS_DELIVERABLES_VL, status:VALID,
-
VIEW: APPS.AST_LS_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LS_CAMPAIGNS_V, object_name:AST_LS_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_VL, object_name:AMS_DELIVERABLES_VL, status:VALID,
-
VIEW: APPS.AST_CAMP_DELV_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CAMP_DELV_ASSOCIATIONS_V, object_name:AST_CAMP_DELV_ASSOCIATIONS_V, status:VALID,
-
VIEW: AMS.AMS_CAMPAIGNS_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CAMPAIGNS_ALL_B#, status:VALID,
-
VIEW: APPS.ASO_I_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_CAMPAIGNS_V, object_name:ASO_I_CAMPAIGNS_V, status:VALID,
-
APPS.AMS_WFCMPAPR_PVT dependencies on AMS_EVENT_OFFERS_VL
12.1.1
-
View: AST_CAMP_DELV_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CAMP_DELV_ASSOCIATIONS_V, object_name:AST_CAMP_DELV_ASSOCIATIONS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CAMP_DELV_ASSOCIATIONS_V ,
-
APPS.AMS_WFCMPAPR_PVT dependencies on AMS_EVENT_OFFERS_VL
12.2.2
-
View: AST_CAMP_DELV_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CAMP_DELV_ASSOCIATIONS_V, object_name:AST_CAMP_DELV_ASSOCIATIONS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_CAMP_DELV_ASSOCIATIONS_V ,
-
VIEW: APPS.AST_CAMP_DELV_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_CAMP_DELV_ASSOCIATIONS_V, object_name:AST_CAMP_DELV_ASSOCIATIONS_V, status:VALID,
-
View: AMS_EVENT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_V, object_name:AMS_EVENT_HEADERS_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing events (headers). , implementation_dba_data: APPS.AMS_EVENT_HEADERS_V ,
-
View: AMS_P_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID, product: AMS - Marketing , description: This public view returns all marketing campaigns and related information. , implementation_dba_data: APPS.AMS_P_CAMPAIGNS_V ,
-
View: AMS_P_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID, product: AMS - Marketing , description: This public view returns all marketing campaigns and related information. , implementation_dba_data: APPS.AMS_P_CAMPAIGNS_V ,
-
View: AMS_DELIVERABLES_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_INFO_V, object_name:AMS_DELIVERABLES_INFO_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_DELIVERABLES_INFO_V ,
-
VIEW: APPS.AMS_P_CAMPAIGNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID,
-
VIEW: APPS.AMS_P_CAMPAIGNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_CAMPAIGNS_V, object_name:AMS_P_CAMPAIGNS_V, status:VALID,
-
VIEW: AMS.AMS_EVENT_OFFERS_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_EVENT_OFFERS_ALL_B#, status:VALID,
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT SQL Statements
12.1.1
-
APPS.AMS_EVENT_OBJECTS_COPY_PVT SQL Statements
12.2.2
-
View: AMS_EVENT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_EVENT_HEADERS_V, object_name:AMS_EVENT_HEADERS_V, status:VALID, product: AMS - Marketing , description: This view returns the general information about marketing events (headers). , implementation_dba_data: APPS.AMS_EVENT_HEADERS_V ,
-
View: AMS_DELIVERABLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_VL, object_name:AMS_DELIVERABLES_VL, status:VALID, product: AMS - Marketing , description: This view returns the marketing deliverable information. , implementation_dba_data: APPS.AMS_DELIVERABLES_VL ,