Search Results igf_db_dl_disb_resp_all
Overview
The table IGF_DB_DL_DISB_RESP_ALL resides in the IGF schema and belongs to the Oracle E-Business Suite Financial Aid (IGF) product family. It stores records originating from the Direct Loan disbursements acknowledgment file or booking notification file received from the Common Origination and Disbursement (COD) system. In the context of Oracle EBS 12.1.1 and 12.2.2, this table functions as the landing and reconciliation store for disbursement responses tied to a Direct Loan batch, enabling institutions to confirm, adjust, or flag disbursement activity against what was originally transmitted.
The documented primary key is IGF_DB_DL_DISB_RESP_ALL_PK, defined on the surrogate column DDRP_ID, which is the identifier most commonly referenced by users searching for "ddrp_id". Under a heuristic Data Vault classification mined from the foreign key structure, this object is satellite-leaning: it captures descriptive, mutable attributes and status flags attached to a parent batch entity rather than acting as a standalone hub or a pure associative link.
Key Information Stored
The physical schema for the 12.1.1 release documents 39 columns. The most operationally significant are summarized below.
DDRP_ID— Surrogate primary key and the unique business-key candidate defined byIGF_DB_DL_DISB_RESP_ALL_PK; it uniquely identifies each response row.DBTH_ID— Foreign key toIGF_SL_DL_BATCH_ALL, tying the response to its originating Direct Loan batch.LOAN_NUMBER,DISB_NUM,DISB_SEQ_NUM— Identify the specific loan and disbursement within the response file.DISB_ACTIVITY— The activity code reported by COD for the disbursement.TRANSACTION_DATEandACK_DATE— The transaction and acknowledgment dates associated with the response.DISB_GROSS_AMT,FEE_1,DISB_NET_AMT,INT_REBATE_AMT— Reported monetary values for gross, fee, net, and interest rebate amounts.LOC_*columns (LOC_DISB_GROSS_AMT,LOC_FEE_1,LOC_DISB_NET_AMT,LOC_INT_REBATE_AMT,LOC_NET_BOOKED_LOAN) — Locally held or reconciled amounts for comparison against the reported figures.SCHOOL_ID— Foreign key toPER_JP_SCHOOL_LOOKUPS, and the various*_STATUScolumns, which flag validation state for codes, amounts, and dates.STATUS,AFFIRM_FLAG,ORG_ID— Overall processing status, affirmation indicator, and the multi-org operating unit identifier.- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE, andREQUEST_ID.
Common Use Cases and Queries
Typical use cases center on reconciliation of COD responses, disbursement reporting, and exception handling for failed or mismatched acknowledgments.
- Retrieving all responses for a batch:
SELECT * FROM IGF.IGF_DB_DL_DISB_RESP_ALL WHERE DBTH_ID = :p_batch_id; - Locating a single response by its surrogate key:
SELECT * FROM IGF.IGF_DB_DL_DISB_RESP_ALL WHERE DDRP_ID = :p_ddrp_id; - Identifying exceptions: filtering on
STATUSor the*_STATUSvalidation columns to surface mismatches between reported and local amounts. - Reconciliation reporting that compares
DISB_GROSS_AMT,FEE_1, andDISB_NET_AMTagainst the correspondingLOC_*values.
Related Objects
IGF_SL_DL_BATCH_ALL— Parent batch table, joined viaDBTH_ID; the primary dependency for this satellite object.PER_JP_SCHOOL_LOOKUPS— Referenced throughSCHOOL_IDfor school-level validation and lookup values.- Related Direct Loan processing tables and concurrent programs within the IGF module that populate and consume these response records.
Because the documented metadata is heavily FK-driven, the two foreign keys above represent the most authoritative join paths available for this object.
-
Table: IGF_DB_DL_DISB_RESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_DL_DISB_RESP_ALL, object_name:IGF_DB_DL_DISB_RESP_ALL, status:VALID, product: IGF - Financial Aid , description: Holds the records from the Direct Loan disbursements acknowledgment file or booking notification file , implementation_dba_data: IGF.IGF_DB_DL_DISB_RESP_ALL ,
-
Table: IGF_DB_DL_DISB_RESP_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Holds the records from the Direct Loan disbursements acknowledgment file or booking notification file , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGF_DB_DL_DISB_RESP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_DB_DL_DISB_RESP_ALL, status:VALID,
-
APPS.IGF_DB_DL_DISB_RESP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_DB_DL_DISB_RESP
12.1.1
-
Table: IGF_SL_DL_BATCH_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DL_BATCH_ALL, object_name:IGF_SL_DL_BATCH_ALL, status:VALID, product: IGF - Financial Aid , description: Maintains the Direct Loan batch information sent or received , implementation_dba_data: IGF.IGF_SL_DL_BATCH_ALL ,
-
Table: IGF_SL_DL_BATCH_ALL
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Maintains the Direct Loan batch information sent or received , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_DB_DL_DISB_RESP_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_DB_DL_DISB_RESP_ALL, object_name:IGF_DB_DL_DISB_RESP_ALL, status:VALID,
-
View: IGF_DB_DL_DISB_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_DL_DISB_RESP, object_name:IGF_DB_DL_DISB_RESP, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_DB_DL_DISB_RESP ,
-
PACKAGE BODY: APPS.IGF_DB_DL_DISB_RESP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_DL_DISB_RESP_PKG, status:VALID,
-
View: IGF_DB_DL_DISB_RESP
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGF_DB_DL_DISB_RESP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LI_IMP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_DL_LI_IMP_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.IGF_DB_DL_DISB_RESP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_DB_DL_DISB_RESP, object_name:IGF_DB_DL_DISB_RESP, status:VALID,
-
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_DB_DL_DISB_RESP_PKG dependencies on IGF_DB_DL_DISB_RESP_ALL
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_DB_DL_DISB_RESP_ALL
12.1.1
-
APPS.IGF_SL_DL_LI_IMP_PKG SQL Statements
12.1.1
-
APPS.IGF_DB_DL_DISB_RESP_PKG dependencies on IGF_DB_DL_DISB_RESP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_LI_IMP_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 ,