Search Results disb_accepted_amt
Overview
APPS.IGF_AW_DB_COD_DTLS_V is a reporting view in the Oracle E-Business Suite Grants Accounting and disbursement module (IGF). The name decodes as "IGF Award Disbursement Coded Details View." It exposes disbursement detail records that have been coded and validated against an award, making them available for downstream reporting, reconciliation, and integration. Within the Oracle EBS 12.1.1 and 12.2.2 environments, the view serves as a simplified, read-oriented projection of disbursement line data that supports federal grant processing workflows, particularly where disbursement authorization, acceptance, and confirmation tracking are required.
The view does not add joins or business transformations to its source; it is a straight column-level projection. This makes it a stable interface for custom reports, extracts, and interfaces that need to query disbursement detail without embedding knowledge of the physical table's full column set.
Underlying Base Objects
The view is defined exclusively over the base table IGF_AW_DB_COD_DTLS. The ETRM metadata does not document any additional referenced base objects, and the view text confirms a single-table SELECT with no joins, unions, or subqueries. Every column in the view maps one-to-one with a column of the same name in the base table, with the addition of the pseudo-column ROWID, which is included to preserve row-level addressing for update or row identification purposes.
Because the projection is one-to-one, the view inherits the base table's partitioning, indexing, and security characteristics. Access is governed by the APPS schema and dependent on the base table's grants. No distinct object owner is documented beyond the APPS schema under which the view is exposed.
Key Columns
- DISB_DATE — The disbursement date associated with the coded disbursement detail. This is the column returned when searching for "disb_date" and is the primary date driver for period-based reporting, aging, and cash-timing analysis.
- AWARD_ID — Foreign reference to the award to which the disbursement detail belongs. This is the primary grouping key for award-level aggregation.
- DOCUMENT_ID_TXT — Textual identifier of the related disbursement document.
- DISB_NUM, DISB_SEQ_NUM — Disbursement number and sequence number, used to uniquely order payment events within an award.
- DISB_ACCEPTED_AMT, ORIG_FEE_AMT, DISB_NET_AMT, INTEREST_REBATE_AMT — Monetary amounts covering the accepted disbursement, original fee, net disbursement, and interest rebate.
- DISB_REL_FLAG, FIRST_DISB_FLAG, DISB_CONF_FLAG — Indicator flags denoting release status, whether the record is the first disbursement, and confirmation status.
- PYMNT_PER_START_DATE — Start date of the payment period relevant to the disbursement.
- REP_ENTITY_ID_TXT, ATD_ENTITY_ID_TXT — Textual reporting and award-to-date entity identifiers.
- NOTE_MESSAGE — Free-form notes attached to the disbursement detail.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, REQUEST_ID.
Common Use Cases and Queries
The view is most commonly queried for award disbursement reporting filtered by disbursement date. A typical query:
SELECT award_id, disb_num, disb_date, disb_net_amt FROM apps.igf_aw_db_cod_dtls_v WHERE disb_date BETWEEN :p_from AND :p_to ORDER BY disb_date;- Award-level aggregation:
SELECT award_id, SUM(disb_net_amt) net_total FROM apps.igf_aw_db_cod_dtls_v WHERE disb_date >= :p_start GROUP BY award_id; - Confirmation and release monitoring:
SELECT document_id_txt, disb_date, disb_conf_flag, disb_rel_flag FROM apps.igf_aw_db_cod_dtls_v WHERE disb_conf_flag = 'N';
Because the view retains ROWID, it can also be used where row-level identification against the base table is required. All queries should respect the view's dependency on base table privileges and any grants-based security applying to IGF_AW_DB_COD_DTLS.
-
VIEW: APPS.IGF_AW_DB_COD_DTLS_V
12.1.1
-
View: IGF_SL_DB_COD_REP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DB_COD_REP_V, object_name:IGF_SL_DB_COD_REP_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the disbursement tags in the outbound XML file. , implementation_dba_data: APPS.IGF_SL_DB_COD_REP_V ,
-
View: IGF_AW_DB_COD_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View for disbursement COD details. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_SL_DB_COD_REP_V
12.1.1
-
View: IGF_AW_DB_COD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DB_COD_DTLS_V, object_name:IGF_AW_DB_COD_DTLS_V, status:VALID, product: IGF - Financial Aid , description: View for disbursement COD details. , implementation_dba_data: APPS.IGF_AW_DB_COD_DTLS_V ,
-
View: IGF_SL_DB_COD_REP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the disbursement tags in the outbound XML file. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_REP_SMRY_V
12.1.1
-
VIEW: APPS.IGF_SL_REP_SMRY_V
12.1.1
-
VIEW: APPS.IGF_SL_DB_COD_REP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_DB_COD_REP_V, object_name:IGF_SL_DB_COD_REP_V, status:VALID,
-
View: IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_AW_AWD_DISB ,
-
View: IGF_AW_AWD_DISB
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_GR_MRR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_MRR, object_name:IGF_GR_MRR, status:VALID,
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
-
View: IGF_GR_REP_SMRY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reporting the financial summary tag in the outbound XML for Pell , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_DB_COD_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DB_COD_DTLS_V, object_name:IGF_AW_DB_COD_DTLS_V, status:VALID,
-
VIEW: APPS.IGF_SE_AWD_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AWD_DISB_V, object_name:IGF_SE_AWD_DISB_V, status:VALID,
-
VIEW: APPS.IGF_AW_DB_CHG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS_V, object_name:IGF_AW_DB_CHG_DTLS_V, status:VALID,
-
View: IGF_GR_REP_SMRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_REP_SMRY_V, object_name:IGF_GR_REP_SMRY_V, status:VALID, product: IGF - Financial Aid , description: View used for reporting the financial summary tag in the outbound XML for Pell , implementation_dba_data: APPS.IGF_GR_REP_SMRY_V ,
-
View: IGF_AW_DB_CHG_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS_V, object_name:IGF_AW_DB_CHG_DTLS_V, status:VALID, product: IGF - Financial Aid , description: View for disbursement change details. , implementation_dba_data: APPS.IGF_AW_DB_CHG_DTLS_V ,
-
View: IGF_AW_DB_CHG_DTLS_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View for disbursement change details. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGF.IGF_AW_DB_COD_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_DB_COD_DTLS, object_name:IGF_AW_DB_COD_DTLS, status:VALID,
-
View: IGF_SL_REP_SMRY_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View used for reproting the financial summary tag in the outbound XML for Direct Loan , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_REP_SMRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_REP_SMRY_V, object_name:IGF_SL_REP_SMRY_V, status:VALID, product: IGF - Financial Aid , description: View used for reproting the financial summary tag in the outbound XML for Direct Loan , implementation_dba_data: APPS.IGF_SL_REP_SMRY_V ,
-
TABLE: IGF.IGF_AW_DB_CHG_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_DB_CHG_DTLS, object_name:IGF_AW_DB_CHG_DTLS, status:VALID,
-
View: IGF_GR_MRR
12.2.2
product: IGF - Financial Aid (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGF_GR_MRR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_GR_MRR, object_name:IGF_GR_MRR, status:VALID, product: IGF - Financial Aid , implementation_dba_data: APPS.IGF_GR_MRR ,
-
View: IGF_SE_AWD_DISB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SE_AWD_DISB_V, object_name:IGF_SE_AWD_DISB_V, status:VALID, product: IGF - Financial Aid , description: Retrives all the award disbursement details for the student employment awards , implementation_dba_data: APPS.IGF_SE_AWD_DISB_V ,
-
View: IGF_SE_AWD_DISB_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Retrives all the award disbursement details for the student employment awards , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGF_AW_AWD_DISB
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AW_AWD_DISB, object_name:IGF_AW_AWD_DISB, status:VALID,
-
APPS.IGF_AW_DB_CHG_DTLS_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_GR_MRR_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_MRR_ALL, object_name:IGF_GR_MRR_ALL, status:VALID,
-
APPS.IGF_AW_DB_COD_DTLS_PKG SQL Statements
12.1.1
-
TABLE: IGF.IGF_AW_AWD_DISB_ALL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_AW_AWD_DISB_ALL, object_name:IGF_AW_AWD_DISB_ALL, status:VALID,
-
APPS.IGF_GR_MRR_PKG SQL Statements
12.1.1
-
APPS.IGF_GR_GEN_XML SQL Statements
12.1.1
-
APPS.IGF_SL_DL_PNOTE_ACK SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_DB_COD_DTLS_PKG
12.1.1
-
APPS.IGF_SL_CL_ORIG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_DB_CHG_DTLS_PKG
12.1.1
-
APPS.IGF_AW_GEN SQL Statements
12.1.1
-
APPS.IGF_SL_CL_CHG_FILE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_GR_MRR_PKG
12.1.1
-
APPS.IGF_SL_CL_VALIDATION SQL Statements
12.1.1
-
APPS.IGF_AW_AWD_DISB_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_DL_PNOTE_ACK
12.1.1
-
APPS.IGF_AW_SS_GEN_PKG SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG_ACK SQL Statements
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_AW_AWD_DISB
12.1.1
-
APPS.IGF_SL_DL_PNOTE_ACK dependencies on IGF_AW_AWD_DISB
12.1.1