Search Results igf_ap_li_css_ints
Overview
The IGF_AP_LI_CSS_INTS table is a core interface table within the Oracle E-Business Suite (EBS) Financial Aid module (IGF). Its primary role is to serve as a staging area for Profile data during batch import processes. In the context of financial aid administration, a Profile typically refers to a standardized financial aid application form, such as the CSS Profile, used to assess a student's eligibility for institutional aid. This table facilitates the loading of external or legacy Profile data into the EBS system, enabling the automated population of student financial information for subsequent processing, verification, and packaging of financial aid awards.
Key Information Stored
The table's structure is designed to hold raw or semi-processed Profile data before it is validated and transferred to base application tables. While the full column list is not detailed in the provided metadata, the documented keys reveal critical fields. The primary key column, CSSINT_ID, uniquely identifies each interface record. A significant foreign key relationship exists via the BATCH_NUM column, which links each Profile interface record to a parent batch control record in the IGF_AP_LI_BAT_INTS table. This linkage is essential for tracking, managing, and processing all data imported as part of a specific batch job, allowing for grouped validation and error handling.
Common Use Cases and Queries
The primary use case involves the batch import of student Profile data. A typical operational flow would involve loading data into this interface table, running a concurrent program to validate the data, and then executing a process to transfer clean records into the application's core tables. Common queries against this table are often diagnostic or monitoring in nature. For instance, administrators may run reports to identify records with errors or to reconcile batch totals.
- Identifying records from a specific batch:
SELECT * FROM igf_ap_li_css_ints WHERE batch_num = <batch_id>; - Counting records per batch for reconciliation:
SELECT batch_num, COUNT(cssint_id) FROM igf_ap_li_css_ints GROUP BY batch_num; - Reviewing interface data before submission:
SELECT cssint_id, <data_columns> FROM igf_ap_li_css_ints WHERE batch_num = <batch_id> AND process_status IS NULL;
Related Objects
The most directly related object, as defined by its foreign key constraint, is the IGF_AP_LI_BAT_INTS table. This is the master batch interface table that controls and provides context for all data import activities within the Financial Aid module. The relationship ensures data integrity and batch-level processing. While not listed in the metadata, this interface table would logically feed into core Financial Aid base tables, such as those storing student demographic and financial information (e.g., IGF_AP_FA_BASE_DATA). Furthermore, standard interface processing would involve concurrent programs or PL/SQL APIs responsible for validating and transferring data from this interface table into the application's transactional tables.
-
Table: IGF_AP_LI_CSS_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_LI_CSS_INTS, object_name:IGF_AP_LI_CSS_INTS, status:VALID, product: IGF - Financial Aid , description: Interface table for Profile , implementation_dba_data: IGF.IGF_AP_LI_CSS_INTS ,
-
Table: IGF_AP_LI_CSS_INTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Interface table for Profile , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AP_LI_CSS_INTS
12.1.1
-
SYNONYM: APPS.IGF_AP_LI_CSS_INTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_LI_CSS_INTS, status:VALID,
-
Table: IGF_AP_LI_BAT_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_LI_BAT_INTS, object_name:IGF_AP_LI_BAT_INTS, status:VALID, product: IGF - Financial Aid , description: Legacy Interface Batch table , implementation_dba_data: IGF.IGF_AP_LI_BAT_INTS ,
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on IGF_AP_CSS_INTERFACE
12.1.1
-
Table: IGF_AP_LI_BAT_INTS
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Legacy Interface Batch table , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_AP_LI_PROF_IMP_PROC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AP_LI_PROF_IMP_PROC, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IGF_AP_LI_PROF_IMP_PROC SQL Statements
12.1.1
-
TABLE: IGF.IGF_AP_LI_CSS_INTS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AP_LI_CSS_INTS, object_name:IGF_AP_LI_CSS_INTS, status:VALID,
-
APPS.IGF_AP_LI_PROF_IMP_PROC dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.IGF_AP_LI_PROF_IMP_PROC
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 ,