Search Results igs_fi_fund_src_all
Overview
The table IGS_FI_FUND_SRC_ALL is a core data entity within the Oracle E-Business Suite Student System (IGS), specifically in the Financials module. It serves as the master repository for defining and managing all institutional funding sources. A funding source represents the origin of financial resources, such as government grants, private scholarships, institutional funds, or student loans, which are used to support student fees, charges, and other financial transactions. As an "ALL" table, it is designed to support multi-organization architecture (MOAC), storing data partitioned by the operating unit. Notably, the provided ETRM metadata indicates the Student System product is marked as "Obsolete," and the specific implementation note states "Not implemented in this database," suggesting this table may be part of a legacy or discontinued installation path.
Key Information Stored
While the provided metadata does not list specific columns beyond key fields, the table's primary purpose is to define the valid set of funding sources for a university. The primary key column is FUNDING_SOURCE, which uniquely identifies each source code. Based on standard EBS design patterns for "ALL" tables and the foreign key relationships, it is highly probable the table contains standard descriptive columns such as a name (e.g., FUNDING_SOURCE_NAME), an effective start and end date for validity, and attributes to control active status and usage. A critical foreign key column present is GOVT_FUNDING_SOURCE, which links to the IGS_FI_GOVT_FUND_SRC table, allowing for the classification of a funding source with specific government funding details and regulations.
Common Use Cases and Queries
The primary use case for this table is as a validation and reference source for financial transactions and student enrollment records. It ensures that any funding source applied to a student's application, program attempt, or fee assessment is defined and authorized within the system. Common reporting and operational queries would involve listing all active funding sources or tracing the usage of a specific source across student records. A typical query to retrieve active funding sources for a specific operating unit would follow this pattern:
- SELECT funding_source, funding_source_name
- FROM igs_fi_fund_src_all
- WHERE sysdate BETWEEN start_date_active AND NVL(end_date_active, sysdate+1)
- AND org_id = :p_org_id;
Another critical query would join to related transactional tables, such as IGS_EN_STDNT_PS_ATT_ALL, to analyze student enrollment by their primary funding source.
Related Objects
The IGS_FI_FUND_SRC_ALL table is a central reference point, as evidenced by its numerous foreign key relationships. Key related objects include:
- IGS_FI_GOVT_FUND_SRC: Provides detailed government-specific attributes for a funding source (via GOVT_FUNDING_SOURCE).
- IGS_EN_STDNT_PS_ATT_ALL: Links a student's program attempt to a primary funding source (via FUNDING_SOURCE).
- IGS_AD_PS_APPL_INST_ALL: Stores the proposed funding source for a student's program application.
- IGS_FI_FD_SRC_RSTN_H_ALL & IGS_FI_FND_SRC_RSTN: Track history and rules for restrictions placed on funding sources.
- IGS_HE_POOUS_ALL: Relates funding sources to specific programs and organizational units.
- Admissions Sub-Module Tables (IGS_AD_SBMAO_FN_AMTT, IGS_AD_SBMAO_FN_CTTT, etc.): Multiple tables in the admissions framework reference this table to manage funding amounts, country ties, unit of study links, and target figures.
-
Table: IGS_FI_FUND_SRC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the university set of funding sources. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FUND_SRC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FUND_SRC_ALL, object_name:IGS_FI_FUND_SRC_ALL, status:VALID, product: IGS - Student System , description: This entity describes the university set of funding sources. , implementation_dba_data: IGS.IGS_FI_FUND_SRC_ALL ,
-
APPS.IGS_FI_FUND_SRC_PKG dependencies on IGS_FI_FUND_SRC_ALL
12.1.1
-
APPS.IGS_FI_FUND_SRC_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_FUND_SRC_PKG dependencies on IGS_FI_FUND_SRC_PKG
12.1.1
-
TABLE: IGS.IGS_FI_FUND_SRC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FUND_SRC_ALL, object_name:IGS_FI_FUND_SRC_ALL, status:VALID,
-
SYNONYM: APPS.IGS_FI_FUND_SRC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FUND_SRC_ALL, status:VALID,
-
VIEW: APPS.IGS_FI_FUND_SRC
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_FUND_SRC_PKG
12.1.1
-
Table: IGS_AD_SBM_AOU_FNDTT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds submission period targets , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_POOUS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_HE_POOUS_ALL, object_name:IGS_HE_POOUS_ALL, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: IGS.IGS_HE_POOUS_ALL ,
-
Table: IGS_FI_GOVT_FUND_SRC
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_GOVT_FUND_SRC, object_name:IGS_FI_GOVT_FUND_SRC, status:VALID, product: IGS - Student System , description: This entity describes the government set of funding sources. , implementation_dba_data: IGS.IGS_FI_GOVT_FUND_SRC ,
-
Table: IGS_AD_SBMAO_FN_AMTT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_AMTT, object_name:IGS_AD_SBMAO_FN_AMTT, status:VALID, product: IGS - Student System , description: Describes submission period academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_AMTT ,
-
Table: IGS_FI_FND_SRC_RSTN
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FND_SRC_RSTN, object_name:IGS_FI_FND_SRC_RSTN, status:VALID, product: IGS - Student System , description: This entity describes the funding sources which are available for a course. A default can be specified in this entity. , implementation_dba_data: IGS.IGS_FI_FND_SRC_RSTN ,
-
Table: IGS_AD_SBMAO_FN_UITT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_FD_SRC_RSTN_H_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the history of funding source restriction changes for a course version. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_HE_POOUS_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBMAO_FN_AMTT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes submission period academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBMAO_FN_CTTT
12.2.2
product: IGS - Student System (Obsolete) , description: Describes submission period academic organizational unit targets , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBMAO_FN_UITT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_UITT, object_name:IGS_AD_SBMAO_FN_UITT, status:VALID, product: IGS - Student System , description: Describes academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_UITT ,
-
View: IGS_FI_FUND_SRC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FUND_SRC, object_name:IGS_FI_FUND_SRC, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_FUND_SRC ,
-
Table: IGS_FI_GOVT_FUND_SRC
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the government set of funding sources. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBM_AOU_FNDTT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_AOU_FNDTT, object_name:IGS_AD_SBM_AOU_FNDTT, status:VALID, product: IGS - Student System , description: Holds submission period targets , implementation_dba_data: IGS.IGS_AD_SBM_AOU_FNDTT ,
-
Table: IGS_FI_FD_SRC_RSTN_H_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_FD_SRC_RSTN_H_ALL, object_name:IGS_FI_FD_SRC_RSTN_H_ALL, status:VALID, product: IGS - Student System , description: This entity describes the history of funding source restriction changes for a course version. , implementation_dba_data: IGS.IGS_FI_FD_SRC_RSTN_H_ALL ,
-
Table: IGS_AD_SBMAO_FN_CTTT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBMAO_FN_CTTT, object_name:IGS_AD_SBMAO_FN_CTTT, status:VALID, product: IGS - Student System , description: Describes submission period academic organizational unit targets , implementation_dba_data: IGS.IGS_AD_SBMAO_FN_CTTT ,
-
Table: IGS_FI_FND_SRC_RSTN
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the funding sources which are available for a course. A default can be specified in this entity. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBM_PS_FNTRGT
12.2.2
product: IGS - Student System (Obsolete) , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_FUND_SRC
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_AD_SBM_PS_FNTRGT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_SBM_PS_FNTRGT, object_name:IGS_AD_SBM_PS_FNTRGT, status:VALID, product: IGS - Student System , description: Holds program version funding source and optional components that have one or more targets for a submission period , implementation_dba_data: IGS.IGS_AD_SBM_PS_FNTRGT ,
-
VIEW: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_FUND_SRC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FUND_SRC_PKG, status:VALID,
-
APPS.IGS_FI_FUND_SRC_PKG dependencies on IGS_GE_GEN_003
12.1.1
-
VIEW: APPS.IGS_FI_FUND_SRC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_FUND_SRC, object_name:IGS_FI_FUND_SRC, status:VALID,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_EN_STDNT_PS_ATT_ALL, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: IGS.IGS_EN_STDNT_PS_ATT_ALL ,
-
Table: IGS_AD_PS_APPL_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Holds the request for program entry for an admission period , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_HE_POOUS_DTLS_V
12.1.1
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
-
Table: IGS_AD_PS_APPL_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_AD_PS_APPL_INST_ALL, object_name:IGS_AD_PS_APPL_INST_ALL, status:VALID, product: IGS - Student System , description: Holds the request for program entry for an admission period , implementation_dba_data: IGS.IGS_AD_PS_APPL_INST_ALL ,
-
Table: IGS_EN_STDNT_PS_ATT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_STUDENT_PROGRAM_ATTEMPTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_STUDENT_PROGRAM_ATTEMPTS, object_name:IGSFV_STUDENT_PROGRAM_ATTEMPTS, status:VALID, product: IGS - Student System , description: This entity describes a student's attempt at studying a particular course offered by the university. , implementation_dba_data: APPS.IGSFV_STUDENT_PROGRAM_ATTEMPTS ,
-
View: IGS_HE_POOUS_DTLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_AD_ADM_PS_APPL_INST
12.1.1
-
View: IGS_HE_POOUS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_DTLS_V, object_name:IGS_HE_POOUS_DTLS_V, status:VALID, product: IGS - Student System , description: Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGS_HE_POOUS_DTLS_V ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.2.2
product: IGS - Student System (Obsolete) , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID, product: IGS - Student System , description: Full View for Program Offering Option Unit Set HESA Details , implementation_dba_data: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS ,
-
VIEW: APPS.IGS_HE_POOUS_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_HE_POOUS_DTLS_V, object_name:IGS_HE_POOUS_DTLS_V, status:VALID,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_AD_ADM_PS_APPL_INST, object_name:IGSFV_AD_ADM_PS_APPL_INST, status:VALID, product: IGS - Student System , description: Describes the request for program Entry for an Admission period , implementation_dba_data: APPS.IGSFV_AD_ADM_PS_APPL_INST ,
-
View: IGSFV_AD_ADM_PS_APPL_INST
12.2.2
product: IGS - Student System (Obsolete) , description: Describes the request for program Entry for an Admission period , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, object_name:IGSFV_UK_PRG_OFR_OPT_UNIT_SETS, status:VALID,