Search Results disb_rel_flag
Overview
IGF_SL_DB_COD_REP_V is an Oracle E-Business Suite database view owned by the APPS schema, residing in the IGF (Grants) product family. It exposes disbursement-related detail for awards processed through the grants disbursement cycle, specifically the cash-on-delivery (COD) reporting data set. In the context of Oracle EBS 12.1.1 and 12.2.2, the view functions as a reporting and integration layer that presents a flattened, presentation-ready projection of disbursement transaction records. Because it is a view rather than a table, it does not store data; it retrieves and formats rows from its single underlying base table at query time, applying string trimming and date-to-character conversion so that downstream consumers receive consistent, canonical output.
The view is particularly relevant when a user searches for the DISB_REL_FLAG column, since that column is among the exposed fields. The DISB_REL_FLAG indicates the release status or release indicator for an individual disbursement, allowing reports to distinguish disbursements that have been released from those that remain pending release.
Underlying Base Objects
According to the documented ETRM metadata, the view is defined over a single referenced base object: the table IGF_AW_DB_COD_DTLS. All columns selected by the view originate from that table, with no joins, unions, or external references. The documented view text is:
- Source table:
IGF_AW_DB_COD_DTLS - Owner: APPS
- No additional referenced base objects are documented.
Because the view performs no joins, its row cardinality matches the underlying disbursement detail table filtered only by the standard view definition. The projection applies TRIM to the three descriptive identifier text columns and converts two date columns to the 'YYYY-MM-DD' character format, which normalizes output for reporting tools that prefer character strings over native DATE data types.
Key Columns
DOCUMENT_ID_TXT— document identifier, trimmed of whitespace.REP_ENTITY_ID_TXT— reporting entity identifier, trimmed.ATD_ENTITY_ID_TXT— award-to-disbursement entity identifier, trimmed.AWARD_ID— the award associated with the disbursement.DISB_NUM— disbursement number within the award.DISB_ACCEPTED_AMT— accepted disbursement amount.DISB_DATE— disbursement date, formattedYYYY-MM-DD.DISB_REL_FLAG— disbursement release flag; the focal search term.DISB_SEQ_NUM— disbursement sequence number.NOTE_MESSAGE— free-text note associated with the disbursement.FIRST_DISB_FLAG— indicates whether this is the first disbursement.DISB_NET_AMT— net disbursement amount.ORIG_FEE_AMT— original fee amount.INTEREST_REBATE_AMT— interest rebate amount.DISB_CONF_FLAG— disbursement confirmation flag.PYMNT_PER_START_DATE— payment period start date, formattedYYYY-MM-DD.
Common Use Cases and Queries
Typical scenarios include award disbursement reconciliation, release-status monitoring, and extract generation for downstream grants reporting. A representative query filtering on the searched column follows:
SELECT AWARD_ID, DISB_NUM, DISB_DATE, DISB_ACCEPTED_AMT, DISB_REL_FLAG, DISB_NET_AMT
FROM APPS.IGF_SL_DB_COD_REP_V
WHERE DISB_REL_FLAG = 'Y';
To review all disbursements for a specific award ordered by sequence:
SELECT DISB_NUM, DISB_SEQ_NUM, DISB_DATE, DISB_NET_AMT
FROM APPS.IGF_SL_DB_COD_REP_V
WHERE AWARD_ID = :award_id
ORDER BY DISB_SEQ_NUM;
Because the view already trims identifier text and formats dates as strings, it is well suited for flat-file extracts and interface programs where fixed formatting is required. Users should note that the release flag semantics and valid values should be confirmed against the underlying IGF_AW_DB_COD_DTLS column definition before relying on it for business logic.
-
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_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
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_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 ,
-
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,
-
TABLE: IGF.IGF_GR_DB_RESP_DTLS
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_GR_DB_RESP_DTLS, object_name:IGF_GR_DB_RESP_DTLS, 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,
-
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,
-
TABLE: IGF.IGF_SL_DLDB_RSP_DTL
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_DLDB_RSP_DTL, object_name:IGF_SL_DLDB_RSP_DTL, status:VALID,
-
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,
-
APPS.IGF_AW_DB_COD_DTLS_PKG SQL Statements
12.1.1
-
APPS.IGF_AW_DB_CHG_DTLS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_DB_COD_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_DB_CHG_DTLS_PKG
12.1.1
-
APPS.IGF_SL_UPLOAD_XML SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_UPLOAD_XML
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,