Search Results detail_pf_date
Overview
IGCBV_CC_DETAIL_PAY_FORECASTS is a read-only database view owned by the APPS schema in Oracle E-Business Suite. It belongs to the IGC (Contract Commitment) product family within the ETRM (Enterprise Traffic and Revenue Management, also referenced as the Contracts/Commitment) module. The view presents detailed payment forecast line information associated with contract commitment account lines, exposing the dated, amount-bearing forecast records that drive encumbrance tracking and financial reporting.
The view is defined with a WITH READ ONLY clause, confirming that it serves purely as a reporting and integration surface. No DML is permissible against it. Its central role is to flatten the payment forecast detail table into a column-named, business-friendly projection that includes descriptive aliases (for example, DETAIL_PF_FUNCTIONAL_AMOUNT rather than the underlying CC_DET_PF_FUNC_AMT). This makes it suitable for use in Oracle Reports, BI Publisher data models, OBIEE/OAC repositories, custom concurrent programs, and third-party integration extracts.
Underlying Base Objects
The view is defined over a single documented base object: the synonym IGC_CC_DET_PF, which resolves in the APPS schema to the Contract Commitment detail payment forecast table. The defining query selects from IGC_CC_DET_PF CCDPF and applies a trivial WHERE 1=1 predicate before the WITH READ ONLY restriction. Because the view is a thin projection with no joins, no aggregation, and no filtering, row cardinality and primary key structure are inherited directly from the base table. Each row in the view corresponds one-to-one with a row in IGC_CC_DET_PF.
The view preserves the base table's identifier linkage through CC_ACCT_LINE_ID, which associates each payment forecast detail line with its parent contract commitment account line. This foreign-key relationship is the primary mechanism by which forecast detail data is joined to commitment headers, account distributions, and encumbrance records elsewhere in the IGC data model.
Key Columns
- DETAIL_PF_LINE_ID — Primary identifier for the payment forecast detail line (source: CC_DET_PF_LINE_ID). Unique per row.
- DETAIL_PF_LINE_NUMBER — The user-visible line number of the forecast detail entry (source: CC_DET_PF_LINE_NUM).
- DETAIL_PF_DATE — The forecast date (source: CC_DET_PF_DATE). This is the column users frequently search for as "detail_pf_date" and represents the period to which the forecasted amounts apply.
- DETAIL_PF_ENTERED_AMOUNT — The amount as entered in the transaction currency (source: CC_DET_PF_ENTERED_AMT).
- DETAIL_PF_FUNCTIONAL_AMOUNT — The amount converted to the ledger functional currency (source: CC_DET_PF_FUNC_AMT).
- DETAIL_PF_BILLED_AMOUNT — Portion of the forecast already billed (source: CC_DET_PF_BILLED_AMT).
- DETAIL_PF_UNBILLED_AMOUNT — Portion of the forecast not yet billed (source: CC_DET_PF_UNBILLED_AMT).
- DETAIL_PF_ENCUMBER_AMOUNT — The encumbered amount associated with the line (source: CC_DET_PF_ENCMBRNC_AMT).
- _LA:DETAIL_PF_ENCUMBR_STATUS — A descriptive flexfield-style attribute exposing the encumbrance status meaning via the FND_LOOKUPS lookup type IGC_CC_ENCUMBRANCE_STATUS. This resolves the status code to its display meaning at runtime.
- DETAIL_PF_LAST_ENCUMBER_DATE — The date of the most recent encumbrance action on the line (source: CC_DET_PF_ENCMBRNC_DATE).
- ACCOUNT_LINE_ID — Foreign key to the parent contract commitment account line (source: CC_ACCT_LINE_ID).
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY provide standard Oracle who/when auditing metadata.
Common Use Cases and Queries
The view supports payment forecast reporting, encumbrance reconciliation, and commitment-to-invoice variance analysis. A typical query retrieves all forecast lines for a given account line:
SELECT detail_pf_line_number, detail_pf_date, detail_pf_functional_amount FROM igcbv_cc_detail_pay_forecasts WHERE account_line_id = :p_account_line_id ORDER BY detail_pf_date;- Period-based forecasting extracts, filtering by
detail_pf_datebetween accounting period boundaries to populate cash-flow or commitment schedules. - Encumbrance analysis comparing DETAIL_PF_ENCUMBER_AMOUNT against DETAIL_PF_BILLED_AMOUNT and DETAIL_PF_UNBILLED_AMOUNT to identify unfunded or partially consumed commitments.
- Integration extracts joining the view to commitment header tables via ACCOUNT_LINE_ID for downstream reporting repositories.
Because the view is read-only and projects the base table without transformation, it is a safe, stable interface for both ad hoc querying and production integration, insulating downstream consumers from underlying table column naming changes.
-
View: IGCBV_CC_DETAIL_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_DETAIL_PAY_FORECASTS, object_name:IGCBV_CC_DETAIL_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS ,
-
VIEW: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS
12.2.2
-
View: IGCFV_CC_DETAIL_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_DETAIL_PAY_FORECASTS, object_name:IGCFV_CC_DETAIL_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS ,
-
VIEW: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_DETAIL_PAY_FORECASTS, object_name:IGCFV_CC_DETAIL_PAY_FORECASTS, status:VALID,
-
View: IGCBV_CC_DETAIL_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_DETAIL_PAY_FORECASTS, object_name:IGCBV_CC_DETAIL_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS ,
-
View: IGCFV_CC_DETAIL_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_DETAIL_PAY_FORECASTS, object_name:IGCFV_CC_DETAIL_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS ,
-
VIEW: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS
12.1.1
-
VIEW: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS
12.2.2
-
VIEW: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_DETAIL_PAY_FORECASTS, object_name:IGCBV_CC_DETAIL_PAY_FORECASTS, status:VALID,
-
VIEW: APPS.IGCFV_CC_DETAIL_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_DETAIL_PAY_FORECASTS, object_name:IGCFV_CC_DETAIL_PAY_FORECASTS, status:VALID,
-
VIEW: APPS.IGCBV_CC_DETAIL_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_DETAIL_PAY_FORECASTS, object_name:IGCBV_CC_DETAIL_PAY_FORECASTS, status:VALID,
-
eTRM - IGC Tables and Views
12.1.1
description: System parameters for contracts ,
-
eTRM - IGC Tables and Views
12.2.2
description: System parameters for contracts ,