Search Results crsp_id
Overview
The IGF_AW_CORRESP_ALL table is a temporary staging entity within the Oracle E-Business Suite (EBS) Financial Aid (IGF) module, specifically for versions 12.1.1 and 12.2.2. Its primary role is to serve as a transient data repository for printing message information and the award matrix. The correspondence engine utilizes this table as a source, pulling parameterized values from it to populate letter-specific tables for subsequent generation of financial aid correspondence. As a staging table, it is designed for short-term data persistence during the execution of specific processes, which is reflected in its storage on the APPS_TS_NOLOGGING tablespace. The inclusion of the ALL suffix and the ORG_ID column indicates it is a multi-org table, storing data for all operating units.
Key Information Stored
The table's structure is optimized for organizing print-ready data in a specific sequence. The primary key and unique identifier is the CRSP_ID, a system-generated sequence number. The BASE_ID is a critical foreign key linking each row to a specific student financial aid record in the IGF_AP_FA_BASE_REC_ALL table. The FLAG column categorizes the type of data stored in a row, which is essential for the correspondence engine's logic. The LINE_NUMBER dictates the precise order in which data is retrieved and printed, ensuring proper formatting where headings, data details, and totals appear in sequence. The actual content to be printed is stored in the LINE_DATA column. Standard EBS WHO columns track creation and modification metadata, while PROGRAM columns link data to specific concurrent program executions.
- CRSP_ID: Primary key, uniquely identifies each correspondence staging record.
- BASE_ID: Foreign key to the student's base financial aid record.
- FLAG: Indicates the data type (e.g., header, detail, total).
- LINE_NUMBER: Controls the output order for printing.
- LINE_DATA: Contains the parameterized text or value for the correspondence.
- ORG_ID: Multi-org identifier for the operating unit.
Common Use Cases and Queries
The primary use case is the generation of financial aid award letters and related correspondence. During the award packaging process, data is populated into this table. A subsequent correspondence process (e.g., a concurrent program) reads from IGF_AW_CORRESP_ALL, ordered by BASE_ID, FLAG, and LINE_NUMBER, to construct the final output. Common queries involve extracting staging data for a specific student or troubleshooting correspondence generation. For example, to review all staged data for a specific financial aid record, one would query using the BASE_ID. To understand the sequence of data for a print job, ordering by LINE_NUMBER is essential.
Sample Query:
SELECT crsp_id, flag, line_number, line_data
FROM igf.igf_aw_corresp_all
WHERE base_id = :p_base_id
AND org_id = :p_org_id
ORDER BY line_number;
Reporting typically focuses on the data within the LINE_DATA column, transformed from its parameterized state into human-readable text within the final correspondence document.
Related Objects
The table has a defined relationship with the core student financial aid record table. Its primary key is enforced by the index IGF_AW_CORRESP_ALL_U1. The most significant documented foreign key relationship is a reference from this table to another EBS object.
- Primary Key Constraint: IGF_AW_CORRESP_ALL_PK on column CRSP_ID.
- Foreign Key Relationship: The BASE_ID column in IGF_AW_CORRESP_ALL references the IGF_AP_FA_BASE_REC_ALL table. This establishes the critical link between the staging correspondence data and the master financial aid application record for a student.
As a source for the correspondence engine, this table is closely related to various letter-specific tables and the underlying correspondence engine APIs within the IGF module, though these are not explicitly listed in the provided dependency metadata.
-
APPS.IGF_AW_CORRESP_PKG dependencies on IGF_AW_CORRESP_ALL
12.1.1
-
TABLE: IGF.IGF_AW_CORRESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_CORRESP_ALL, object_name:IGF_AW_CORRESP_ALL, status:VALID,
-
VIEW: APPS.IGF_AW_CORRESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_CORRESP, object_name:IGF_AW_CORRESP, status:VALID,
-
Table: IGF_AW_CORRESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_CORRESP_ALL, object_name:IGF_AW_CORRESP_ALL, status:VALID, product: IGF - Financial Aid , description: Temporary staging entity that is commonly used for Printing message information and the award matrix . The correspondence engine then pulls values from this table and stores it in letter specific tables , implementation_dba_data: IGF.IGF_AW_CORRESP_ALL ,
-
Table: IGF_AW_CORRESP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Temporary staging entity that is commonly used for Printing message information and the award matrix . The correspondence engine then pulls values from this table and stores it in letter specific tables , implementation_dba_data: Not implemented in this database ,
-
View: IGF_AW_CORRESP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AW_CORRESP_PKG SQL Statements
12.1.1
-
View: IGF_AW_CORRESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_CORRESP, object_name:IGF_AW_CORRESP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_CORRESP ,
-
PACKAGE BODY: APPS.IGF_AW_CORRESP_PKG
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,