Search Results igf_ap_appl_status_all
Overview
The table IGF_AP_APPL_STATUS_ALL is a core data repository within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). It is specifically designed to manage the institutional application status for a student's financial aid request. This table operates in a multi-org context, as indicated by the "_ALL" suffix, meaning it stores data across multiple operating units and requires a security predicate (e.g., ORG_ID) for correct querying. Its primary role is to track and maintain the current and historical statuses of a student's financial aid application as it progresses through the institution's internal review and approval workflow, distinct from any federal or external application statuses.
Key Information Stored
The table's structure centers on a composite primary key that uniquely identifies a status record for a specific student and application. The most critical columns are APPLICATION_CODE and BASE_ID, which together form the primary key (IGF_AP_APPL_STATUS_ALL_PK). The BASE_ID is a foreign key that links the status directly to the core financial aid base record for the student in the IGF_AP_FA_BASE_REC_ALL table. While the provided metadata does not list all columns, typical columns in such a status table would include a status code or description, effective dates, creation and last update information, and the ORG_ID. The APPLICATION_CODE likely defines the specific institutional aid program or application type.
Common Use Cases and Queries
This table is central to reporting and process automation within the Financial Aid office. Common use cases include generating dashboards showing counts of applications in various stages (e.g., "Submitted," "Under Review," "Approved"), triggering notifications when a status changes, and enforcing business rules that prevent certain actions unless a specific status is active. A typical query would join this table to the base student record to list statuses.
SELECT base.base_id, status.application_code, status.status
FROM igf_ap_fa_base_rec_all base,
igf_ap_appl_status_all status
WHERE base.base_id = status.base_id
AND base.person_id = :student_id
AND status.org_id = :org_id;
Another frequent pattern is to find all students with a particular application status for a specific aid program, which is crucial for batch processing and communications.
Related Objects
As documented in the provided relationship data, IGF_AP_APPL_STATUS_ALL has a direct and fundamental foreign key relationship with the primary student financial aid record table.
- IGF_AP_FA_BASE_REC_ALL: This is the primary parent table. The relationship is enforced through the foreign key where
IGF_AP_APPL_STATUS_ALL.BASE_IDreferences a record inIGF_AP_FA_BASE_REC_ALL. The BASE_ID column is the join condition, linking the application status to a specific student's financial aid record.
This table is also likely referenced by various Financial Aid forms, concurrent programs, and institutional workflow APIs that manage the application lifecycle.
-
Table: IGF_AP_APPL_STATUS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_APPL_STATUS_ALL, object_name:IGF_AP_APPL_STATUS_ALL, status:VALID, product: IGF - Financial Aid , description: Institutional Application Status , implementation_dba_data: IGF.IGF_AP_APPL_STATUS_ALL ,
-
Table: IGF_AP_APPL_STATUS_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Institutional Application Status , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_APPL_STATUS_PKG dependencies on IGF_AP_APPL_STATUS_ALL
12.1.1
-
APPS.IGF_AP_INST_APP dependencies on IGF_AP_APPL_STATUS_ALL
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG dependencies on IGF_AP_APPL_STATUS_ALL
12.1.1
-
APPS.IGF_AP_INST_APP dependencies on IGF_AP_APPL_STATUS_ALL
12.1.1
-
SYNONYM: APPS.IGF_AP_APPL_STATUS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_APPL_STATUS_ALL, status:VALID,
-
APPS.IGF_AP_APPL_STATUS_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_AP_APPL_STATUS_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_APPL_STATUS_ALL, object_name:IGF_AP_APPL_STATUS_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_APPL_STATUS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TD_ITEM_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_TD_ITEM_INST_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AP_INST_APP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_INST_APP, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_INST_APP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_INST_APP, status:VALID,
-
PACKAGE BODY: APPS.IGF_AP_APPL_STATUS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_APPL_STATUS_PKG, status:VALID,
-
APPS.IGF_AP_APPL_STATUS_PKG dependencies on IGF_AP_APPL_STATUS_PKG
12.1.1
-
Table: IGF_AP_FA_BASE_REC_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_FA_BASE_REC_ALL, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the summarized information of all the financial aid processes for a student for an academic year , implementation_dba_data: IGF.IGF_AP_FA_BASE_REC_ALL ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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.IGF_AP_INST_APP SQL Statements
12.1.1
-
APPS.IGF_AP_INST_APP dependencies on IGF_AP_FA_BASE_REC_ALL
12.1.1
-
APPS.IGF_AP_TD_ITEM_INST_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_INST_APP
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_TD_ITEM_INST_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,