Search Results igs_pe_fund_excl
Overview
The IGS_PE_FUND_EXCL table is a core data object within the Oracle E-Business Suite Student System (IGS). It is designed to manage detailed exclusions related to financial aid funds for a student when a specific administrative hold or encumbrance is applied. The table's role is to record which particular funds (e.g., specific grants, loans, or scholarships) are excluded from disbursement due to an active encumbrance effect on a person. This enables precise control over financial aid processing, ensuring that holds block only the appropriate funding sources as defined by institutional policy, while allowing other permissible funds to be processed.
Key Information Stored
The table stores the linkage between a person's encumbrance effect and the specific fund codes that are to be excluded. Its primary key is FUND_EXCL_ID, a unique system-generated identifier for each exclusion record. The table's critical foreign key columns collectively define the exact encumbrance effect instance to which the fund exclusion applies. These columns are PERSON_ID, ENCUMBRANCE_TYPE, PEN_START_DT, S_ENCMB_EFFECT_TYPE, PEE_START_DT, and PEE_SEQUENCE_NUMBER. While the specific column for the excluded fund code is not detailed in the provided metadata, it is a fundamental attribute of this table. Additional columns likely track creation and modification dates, and the creator of the record.
Common Use Cases and Queries
A primary use case is during the financial aid packaging or disbursement process, where the system must determine if a student's hold prevents the release of a specific type of aid. Administrators may also use this data to generate reports listing all active fund exclusions by encumbrance type or student. Common SQL queries involve joining this table to the person and encumbrance effect tables to list exclusions. For example, to find all fund exclusions for a specific student and encumbrance, a query would join IGS_PE_FUND_EXCL to IGS_PE_PERSENC_EFFCT on the documented foreign key columns. Another typical pattern is to check if a particular fund is excluded for a given student by querying this table based on the student's active encumbrance effects.
Related Objects
The table has a direct and critical relationship with the IGS_PE_PERSENC_EFFCT (Person Encumbrance Effect) table, which is its sole documented parent table. The foreign key relationship is composite, meaning a record in IGS_PE_FUND_EXCL is uniquely tied to a single record in IGS_PE_PERSENC_EFFCT using the combination of the following columns:
- IGS_PE_FUND_EXCL.PERSON_ID
- IGS_PE_FUND_EXCL.ENCUMBRANCE_TYPE
- IGS_PE_FUND_EXCL.PEN_START_DT
- IGS_PE_FUND_EXCL.S_ENCMB_EFFECT_TYPE
- IGS_PE_FUND_EXCL.PEE_START_DT
- IGS_PE_FUND_EXCL.PEE_SEQUENCE_NUMBER
-
Table: IGS_PE_FUND_EXCL
12.2.2
product: IGS - Student System (Obsolete) , description: Person Hold Effect Fund Exclusion Details. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PE_FUND_EXCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_FUND_EXCL, object_name:IGS_PE_FUND_EXCL, status:VALID, product: IGS - Student System , description: Person Hold Effect Fund Exclusion Details. , implementation_dba_data: IGS.IGS_PE_FUND_EXCL ,
-
APPS.IGS_EN_GEN_011 dependencies on IGS_PE_FUND_EXCL
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PE_FUND_EXCL
12.1.1
-
APPS.IGS_PE_FUND_EXCL_PKG dependencies on IGS_PE_FUND_EXCL
12.1.1
-
APPS.IGF_AW_GEN_005 dependencies on IGS_PE_FUND_EXCL
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_PE_FUND_EXCL
12.1.1
-
VIEW: APPS.IGS_PE_FUND_EXCL_V
12.1.1
-
VIEW: APPS.IGSBV_PERSON_FUND_EXCL
12.1.1
-
APPS.IGS_PE_FUND_EXCL_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IGS_PE_FUND_EXCL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_FUND_EXCL, status:VALID,
-
VIEW: APPS.IGSFV_PERSON_FUND_EXCL
12.1.1
-
TABLE: IGS.IGS_PE_FUND_EXCL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_FUND_EXCL, object_name:IGS_PE_FUND_EXCL, status:VALID,
-
APPS.IGS_EN_GEN_011 dependencies on IGS_PE_PERS_ENCUMB_PKG
12.1.1
-
APPS.IGF_AW_GEN_005 dependencies on DUAL
12.1.1
-
APPS.IGS_PE_FUND_EXCL_PKG dependencies on IGS_PE_FUND_EXCL_PKG
12.1.1
-
View: IGS_PE_FUND_EXCL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FUND_EXCL_V, object_name:IGS_PE_FUND_EXCL_V, status:VALID, product: IGS - Student System , description: Person Hold Effect Fund Exclusion Details. , implementation_dba_data: APPS.IGS_PE_FUND_EXCL_V ,
-
View: IGSBV_PERSON_FUND_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_FUND_EXCL, object_name:IGSBV_PERSON_FUND_EXCL, status:VALID, product: IGS - Student System , description: Person Hold Effect Fund Exclusion Details Base Business View , implementation_dba_data: APPS.IGSBV_PERSON_FUND_EXCL ,
-
PACKAGE BODY: APPS.IGS_PE_FUND_EXCL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PE_FUND_EXCL_PKG, status:VALID,
-
View: IGSFV_PERSON_FUND_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_FUND_EXCL, object_name:IGSFV_PERSON_FUND_EXCL, status:VALID, product: IGS - Student System , description: Person Hold Effect Fund Exclusion Details Full Business View , implementation_dba_data: APPS.IGSFV_PERSON_FUND_EXCL ,
-
APPS.IGS_EN_GEN_012 dependencies on IGS_PE_FUND_EXCL_PKG
12.1.1
-
View: IGS_PE_FUND_EXCL_V
12.2.2
product: IGS - Student System (Obsolete) , description: Person Hold Effect Fund Exclusion Details. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_EN_GEN_011 dependencies on IGS_PE_PERS_ENCUMB
12.1.1
-
View: IGSFV_PERSON_FUND_EXCL
12.2.2
product: IGS - Student System (Obsolete) , description: Person Hold Effect Fund Exclusion Details Full Business View , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PE_FUND_EXCL_PKG
12.1.1
-
View: IGSBV_PERSON_FUND_EXCL
12.2.2
product: IGS - Student System (Obsolete) , description: Person Hold Effect Fund Exclusion Details Base Business View , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AW_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_GEN_005, status:VALID,
-
Table: IGS_PE_PERSENC_EFFCT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_PERSENC_EFFCT, object_name:IGS_PE_PERSENC_EFFCT, status:VALID, product: IGS - Student System , description: This entity describes the effects which are imposed on a person (or one or their courses) as part on an encumbrance. eg. course exclusion, suppression of transcript. , implementation_dba_data: IGS.IGS_PE_PERSENC_EFFCT ,
-
Table: IGS_PE_PERSENC_EFFCT
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the effects which are imposed on a person (or one or their courses) as part on an encumbrance. eg. course exclusion, suppression of transcript. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_OU_FND
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_012
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_012, status:VALID,
-
VIEW: APPS.IGSFV_PERSON_FUND_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_FUND_EXCL, object_name:IGSFV_PERSON_FUND_EXCL, status:VALID,
-
VIEW: APPS.IGSBV_PERSON_FUND_EXCL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_FUND_EXCL, object_name:IGSBV_PERSON_FUND_EXCL, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_006, status:VALID,
-
VIEW: APPS.IGS_PE_FUND_EXCL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_FUND_EXCL_V, object_name:IGS_PE_FUND_EXCL_V, status:VALID,
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PE_PERSENC_EFFCT
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_011
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_EN_GEN_011, status:VALID,
-
APPS.IGS_EN_GEN_012 dependencies on IGS_PE_PERSENC_EFFCT
12.1.1
-
APPS.IGS_EN_GEN_012 dependencies on IGS_PE_PERS_ENCUMB
12.1.1
-
APPS.IGF_AW_GEN_005 SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_006 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_GEN_011 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_GEN_005
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_EN_GEN_011 dependencies on IGS_EN_SU_ATTEMPT
12.1.1
-
PACKAGE BODY: APPS.IGS_EN_GEN_012
12.1.1