Search Results pa_fi_amount_details
Overview
The PA_FI_AMOUNT_DETAILS table is a core data structure within the Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. It functions as the detailed transactional repository for financial amounts associated with forecast items. Forecast items are a fundamental component of the project forecasting and budgeting capabilities in Oracle Projects, representing planned revenue, cost, or labor for a project task. This table's primary role is to store the granular, line-level amount details that roll up to create a complete financial forecast, enabling detailed analysis, reporting, and variance tracking against actual project performance.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the table's description and foreign key relationship define its critical purpose and structure. The central column is FORECAST_ITEM_ID, which is a foreign key linking each amount detail record to its parent header record in the PA_FORECAST_ITEMS table. Typical data stored in this table would include detailed line amounts, potentially broken down by financial period, currency code, quantity, raw and burdened cost amounts, revenue amounts, and transaction dates. It may also hold attributes for the amount type (e.g., planned, committed) and classification, serving as the detailed ledger for a forecast item's financial composition.
Common Use Cases and Queries
This table is essential for generating detailed forecast reports, conducting variance analysis between forecasted and actual amounts, and supporting audit trails. Common operational and reporting queries involve joining to the parent forecast item and project task tables. A typical SQL pattern retrieves all amount details for a specific forecast item or project to analyze cost breakdowns:
SELECT * FROM pa_fi_amount_details fad, pa_forecast_items fi WHERE fad.forecast_item_id = fi.forecast_item_id AND fi.project_id = :p_project_id;
Another critical use case is aggregating forecast amounts by period or task for comparison with actual costs from PA_COST_DISTRIBUTION_LINES_ALL or revenue from PA_REVENUE_DISTRIBUTION_LINES_ALL, enabling project managers to track financial performance against the plan.
Related Objects
The PA_FI_AMOUNT_DETAILS table has a direct and documented dependency on the PA_FORECAST_ITEMS table, as confirmed by the ETRM foreign key metadata. This is a one-to-many relationship where a single forecast item header can have multiple associated amount detail lines. The join is performed on the column PA_FI_AMOUNT_DETAILS.FORECAST_ITEM_ID referencing PA_FORECAST_ITEMS.FORECAST_ITEM_ID. Consequently, this table is also intrinsically linked to higher-level project entities like PA_PROJECTS and PA_TASKS through its parent table. For transactional integration, it may be populated or referenced by private APIs within the PA forecasting suite, though these are not explicitly listed in the provided documentation.
-
Table: PA_FI_AMOUNT_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS, object_name:PA_FI_AMOUNT_DETAILS, status:VALID, product: PA - Projects , description: This table stores the amount details information for a forecast item. , implementation_dba_data: PA.PA_FI_AMOUNT_DETAILS ,
-
Table: PA_FI_AMOUNT_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS, object_name:PA_FI_AMOUNT_DETAILS, status:VALID, product: PA - Projects , description: This table stores the amount details information for a forecast item. , implementation_dba_data: PA.PA_FI_AMOUNT_DETAILS ,
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FI_AMOUNT_DETAILS
12.2.2
-
APPS.PA_PURGE_PJR_TXNS dependencies on PA_FI_AMOUNT_DETAILS
12.1.1
-
APPS.PA_PURGE_PUB dependencies on PA_FI_AMOUNT_DETAILS
12.2.2
-
APPS.PA_PURGE_PUB dependencies on PA_FI_AMOUNT_DETAILS
12.1.1
-
APPS.PA_FI_AMT_CALC_PKG dependencies on PA_FI_AMOUNT_DETAILS
12.1.1
-
APPS.PA_PURGE_PJR_TXNS dependencies on PA_FI_AMOUNT_DETAILS
12.2.2
-
APPS.PA_FI_AMT_CALC_PKG dependencies on PA_FI_AMOUNT_DETAILS
12.2.2
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FI_AMOUNT_DETAILS
12.1.1
-
SYNONYM: APPS.PA_FI_AMOUNT_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_FI_AMOUNT_DETAILS, status:VALID,
-
SYNONYM: APPS.PA_FI_AMOUNT_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_FI_AMOUNT_DETAILS, status:VALID,
-
VIEW: PA.PA_FI_AMOUNT_DETAILS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_FI_AMOUNT_DETAILS#, status:VALID,
-
APPS.PA_PURGE_PUB dependencies on PA_FORECAST_ITEMS
12.2.2
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FORECAST_ITEMS
12.1.1
-
VIEW: PA.PA_FI_AMOUNT_DETAILS#
12.2.2
-
APPS.PA_PURGE_PUB dependencies on PA_FORECAST_ITEMS
12.1.1
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FORECAST_ITEMS
12.2.2
-
Table: PA_FORECAST_ITEMS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FORECAST_ITEMS, object_name:PA_FORECAST_ITEMS, status:VALID, product: PA - Projects , description: This table stores the detail information by day for each requirement and assignment in Oracle Project Resource Management. It also stores similar information for each unassigned day for all resources that can be scheduled , implementation_dba_data: PA.PA_FORECAST_ITEMS ,
-
Table: PA_FORECAST_ITEMS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FORECAST_ITEMS, object_name:PA_FORECAST_ITEMS, status:VALID, product: PA - Projects , description: This table stores the detail information by day for each requirement and assignment in Oracle Project Resource Management. It also stores similar information for each unassigned day for all resources that can be scheduled , implementation_dba_data: PA.PA_FORECAST_ITEMS ,
-
APPS.PA_PURGE_PUB dependencies on PA_FORECAST_ITEM_DETAILS
12.2.2
-
PACKAGE BODY: APPS.PA_PURGE_UNASGN_FI
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_UNASGN_FI, status:VALID,
-
APPS.PA_PURGE_PUB dependencies on PA_FORECAST_ITEM_DETAILS
12.1.1
-
PACKAGE BODY: APPS.PA_PURGE_PJR_TXNS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_PJR_TXNS, status:VALID,
-
PACKAGE BODY: APPS.PA_PURGE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_PUB, status:VALID,
-
PACKAGE BODY: APPS.PA_PURGE_UNASGN_FI
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_UNASGN_FI, status:VALID,
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FORECAST_ITEM_DETAILS
12.2.2
-
PACKAGE BODY: APPS.PA_PURGE_PJR_TXNS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_PJR_TXNS, status:VALID,
-
PACKAGE BODY: APPS.PA_FI_AMT_CALC_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FI_AMT_CALC_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_PURGE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PURGE_PUB, status:VALID,
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_FORECAST_ITEM_DETAILS
12.1.1
-
PACKAGE BODY: APPS.PA_FI_AMT_CALC_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FI_AMT_CALC_PKG, status:VALID,
-
APPS.PA_PURGE_PUB SQL Statements
12.1.1
-
APPS.PA_PURGE_PJR_TXNS dependencies on PA_FORECAST_ITEM_DETAILS
12.2.2
-
APPS.PA_PURGE_PJR_TXNS dependencies on PA_FORECAST_ITEM_DETAILS
12.1.1
-
APPS.PA_PURGE_PUB SQL Statements
12.2.2
-
APPS.PA_PURGE_UNASGN_FI SQL Statements
12.2.2
-
TABLE: PA.PA_FI_AMOUNT_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS, object_name:PA_FI_AMOUNT_DETAILS, status:VALID,
-
PACKAGE: APPS.PA_PURGE_UNASGN_FI
12.1.1
-
PACKAGE BODY: APPS.PA_PURGE_UNASGN_FI
12.1.1
-
APPS.PA_PURGE_UNASGN_FI SQL Statements
12.1.1
-
TABLE: PA.PA_FI_AMOUNT_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS, object_name:PA_FI_AMOUNT_DETAILS, status:VALID,
-
PACKAGE: APPS.PA_PURGE_UNASGN_FI
12.2.2
-
PACKAGE BODY: APPS.PA_PURGE_UNASGN_FI
12.2.2
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_PURGE
12.1.1
-
APPS.PA_PURGE_UNASGN_FI dependencies on PA_PURGE
12.2.2
-
APPS.PA_PURGE dependencies on PA_PURGE_BATCHES
12.2.2
-
APPS.PA_PURGE_PUB dependencies on PA_DEBUG
12.2.2
-
APPS.PA_PURGE_PUB dependencies on PA_DEBUG
12.1.1
-
APPS.PA_PURGE dependencies on PA_PURGE_BATCHES
12.1.1