Search Results igs_pr_ou_fnd
Overview
The IGS_PR_OU_FND table is a core data entity within the Oracle E-Business Suite (EBS) Student System (IGS) module. Its primary function is to manage the financial aid exclusions associated with specific outcomes defined in the institution's student progression rules. In the context of academic progression, a rule may define various outcomes (e.g., "Probation," "Suspension") based on a student's performance. This table stores a list of fund codes that are to be excluded from a student's financial aid eligibility when a particular progression rule outcome is applied. This ensures that financial aid disbursement policies are automatically enforced in alignment with academic standing, a critical integration point between academic and financial operations.
Key Information Stored
The table's structure is designed to uniquely link a fund code exclusion to a single progression rule outcome. Its composite primary key defines this relationship precisely. The key columns are PROGRESSION_RULE_CAT, PRA_SEQUENCE_NUMBER, and PRO_SEQUENCE_NUMBER, which together uniquely identify a specific outcome from the parent table IGS_PR_RU_OU_ALL. The fourth primary key column, FUND_CODE, stores the specific financial aid fund code that is prohibited for a student under that outcome. This design allows multiple fund codes to be excluded for a single rule outcome, with each combination of outcome and fund code being a unique record.
Common Use Cases and Queries
The primary use case is the automated enforcement of financial aid restrictions based on academic standing. When a progression rule is evaluated and an outcome is triggered for a student, the Student System references this table to determine which, if any, financial aid funds must be withheld. A common reporting or validation query would involve joining to the parent outcome table to list all excluded funds for a given rule. For example:
- Scenario: Identify all fund codes excluded for the "Academic Suspension" outcome within a specific progression rule category.
- Sample SQL Pattern: SELECT fund_code FROM igs_pr_ou_fnd WHERE progression_rule_cat = '[CATEGORY_CODE]' AND pro_sequence_number = (SELECT pro_sequence_number FROM igs_pr_ru_ou_all WHERE outcome_name = 'Suspension');
Data maintenance tasks involve inserting or deleting fund codes from this table as institutional financial aid policies related to academic performance change.
Related Objects
The IGS_PR_OU_FND table has a critical dependency on the progression rule outcome definition. As documented in the provided metadata, it maintains a foreign key relationship to the IGS_PR_RU_OU_ALL table. This relationship enforces referential integrity, ensuring that every fund code exclusion is tied to a valid, existing progression rule outcome. The join is performed on the three columns that constitute the unique identifier for an outcome:
- IGS_PR_OU_FND.PROGRESSION_RULE_CAT → IGS_PR_RU_OU_ALL
- IGS_PR_OU_FND.PRA_SEQUENCE_NUMBER → IGS_PR_RU_OU_ALL
- IGS_PR_OU_FND.PRO_SEQUENCE_NUMBER → IGS_PR_RU_OU_ALL
This table is likely referenced by programs and APIs within the Student System that process progression rule applications and interface with the financial aid subsystem.
-
Table: IGS_PR_OU_FND
12.2.2
product: IGS - Student System (Obsolete) , description: The entity stores the exclude fund codes related to a particular progression rule outcome , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_OU_FND
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_FND, object_name:IGS_PR_OU_FND, status:VALID, product: IGS - Student System , description: The entity stores the exclude fund codes related to a particular progression rule outcome , implementation_dba_data: IGS.IGS_PR_OU_FND ,
-
APPS.IGS_PR_VAL_PRO dependencies on IGS_PR_OU_FND
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_PR_OU_FND
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_OU_FND
12.1.1
-
APPS.IGS_PR_OU_FND_PKG dependencies on IGS_PR_OU_FND
12.1.1
-
VIEW: APPS.IGS_PR_OU_FND_V
12.1.1
-
SYNONYM: APPS.IGS_PR_OU_FND
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PR_OU_FND, status:VALID,
-
APPS.IGS_PR_OU_FND_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PR_OU_FND
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_OU_FND, object_name:IGS_PR_OU_FND, status:VALID,
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_OU_UNIT
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_VAL_PRO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_VAL_PRO, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_OU_FND_PKG
12.1.1
-
View: IGS_PR_OU_FND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_FND_V, object_name:IGS_PR_OU_FND_V, status:VALID, product: IGS - Student System , description: This entity stores the exclude fund codes relaterd to particular progression rule outcome record , implementation_dba_data: APPS.IGS_PR_OU_FND_V ,
-
APPS.IGS_PR_OU_FND_PKG dependencies on IGS_PR_OU_FND_PKG
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_OU_UNIT_SET
12.1.1
-
View: IGS_PR_OU_FND_V
12.2.2
product: IGS - Student System (Obsolete) , description: This entity stores the exclude fund codes relaterd to particular progression rule outcome record , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PR_OU_FND_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_OU_FND_PKG, status:VALID,
-
Table: IGS_PR_RU_OU_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table describes the outcomes applicable to failure of the related progression rule in the way described by the attributes of the outcome. A given rule may have multiple outcomes for any given failure type if required. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_PR_RU_OU_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PR_RU_OU_ALL, object_name:IGS_PR_RU_OU_ALL, status:VALID, product: IGS - Student System , description: This table describes the outcomes applicable to failure of the related progression rule in the way described by the attributes of the outcome. A given rule may have multiple outcomes for any given failure type if required. , implementation_dba_data: IGS.IGS_PR_RU_OU_ALL ,
-
VIEW: APPS.IGS_PR_OU_FND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PR_OU_FND_V, object_name:IGS_PR_OU_FND_V, status:VALID,
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_RU_OU
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_GEN_006
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_006, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_PR_GEN_004, status:VALID,
-
APPS.IGS_PR_VAL_PRO SQL Statements
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_PR_RU_OU
12.1.1
-
APPS.IGS_PR_GEN_006 dependencies on IGS_PR_RU_APPL
12.1.1
-
APPS.IGS_PR_GEN_004 dependencies on IGS_PR_RU_APPL
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
-
12.1.1 DBA Data
12.1.1
-
APPS.IGS_PR_GEN_004 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_VAL_PRO
12.1.1
-
APPS.IGS_PR_GEN_006 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_GEN_006
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_GEN_004
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,