Search Results projfunc_cost_rate_date
Overview
PA_FI_AMOUNT_DETAILS_AR is a Projects (PA) module table in Oracle EBS 12.1.1 and 12.2.2 that stores the amount details information for a forecast item. It is a child detail table within the Project Forecasting / Forecast Items framework, holding the exchange-rate-adjusted monetary and quantity breakdowns that support forecasted cost, revenue, and transfer price calculations across multiple currency perspectives. The "_AR" suffix indicates an archival/audit companion structure, which explains the presence of purge-related and audit columns such as PURGE_BATCH_ID, PURGE_RELEASE, and PURGE_PROJECT_ID. In the documented 12.2.2 physical schema the table contains 62 columns.
From a Data Vault modeling perspective (heuristic, mined from the foreign key structure), this object is classified as standalone. The absence of any table with a foreign key pointing into PA_FI_AMOUNT_DETAILS_AR confirms it functions as a leaf-level detail/audit table rather than a hub or link, so it should be treated as a satellite-style detail store rather than a relationship hub.
Key Information Stored
The most significant columns fall into three groups: identifying keys, quantity/line attributes, and the multi-currency amount stack.
- FORECAST_ITEM_ID — foreign key to PA_FORECAST_ITEMS; the business parent of each amount detail row.
- PURGE_BATCH_ID — foreign key to PA_PURGE_BATCHES_ALL, tying the row to an archival/purge run.
- PURGE_RELEASE, PURGE_PROJECT_ID — archival identifiers that scope the archived forecast data.
- LINE_NUM, LINE_NUM_REVERSED — the forecast line reference and its reversal counterpart.
- ITEM_DATE, ITEM_UOM, ITEM_QUANTITY — the dated quantity basis for the amount detail.
- REVERSED_FLAG, NET_ZERO_FLAG — status flags marking reversal and net-zero outcomes.
- TXN_RAW_COST, TXN_BURDENED_COST, TXN_REVENUE, TXN_TRANSFER_PRICE — transaction-currency amounts under COST_TXN_CURRENCY_CODE, REVENUE_TXN_CURRENCY_CODE, and TP_TXN_CURRENCY_CODE.
- PROJECT_RAW_COST, PROJECT_BURDENED_COST, PROJECT_REVENUE, PROJECT_TRANSFER_PRICE — project-currency equivalents with their rate dates, rate types, and exchange rates.
- PROJFUNC_* and EXPFUNC_* columns — project functional and expenditure functional currency views of the same cost, revenue, and transfer price amounts, each carrying its own rate date, rate type, and exchange rate.
- Standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) and concurrent program columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE).
The documented metadata does not expose a single-column surrogate primary key or a declared unique index, so no surrogate/business-key distinction can be asserted from the provided facts; FORECAST_ITEM_ID with LINE_NUM is the most likely composite business identifier.
Common Use Cases and Queries
Typical usage centers on reconciling forecasted versus actual amounts, auditing purge history, and producing multi-currency forecast reports. A representative query joins the detail to its parent forecast item:
- Forecast amount reconciliation:
SELECT d.FORECAST_ITEM_ID, d.LINE_NUM, d.ITEM_DATE, d.PROJFUNC_RAW_COST, d.PROJFUNC_REVENUE FROM PA_FI_AMOUNT_DETAILS_AR d WHERE d.FORECAST_ITEM_ID = :item_id ORDER BY d.LINE_NUM; - Currency conversion drill-down: compare TXN_* to PROJECT_* and PROJFUNC_* amounts to validate applied PROJECT_COST_EXCHANGE_RATE and PROJECT_REVENUE_EXCHANGE_RATE.
- Purge audit:
SELECT PURGE_BATCH_ID, COUNT(*) FROM PA_FI_AMOUNT_DETAILS_AR GROUP BY PURGE_BATCH_ID;to trace archived forecast volume per purge run. - Reversal/net-zero analysis: filter on REVERSED_FLAG = 'Y' or NET_ZERO_FLAG = 'Y' to isolate corrected or zeroed forecast lines.
Related Objects
- PA_FORECAST_ITEMS — parent table via FORECAST_ITEM_ID; the primary join for forecast context.
- PA_PURGE_BATCHES_ALL — referenced via PURGE_BATCH_ID; anchors archival batch processing.
- PA_FORECAST_ITEM_DETAILS — the operational counterpart of this archival detail structure.
- PA_FI_AMOUNT_DETAILS — the non-archival "_AR"-less sibling holding the same amount detail semantics.
- PA_PROJECTS_ALL / PA_PROJECTS — project master referenced through PURGE_PROJECT_ID and the project currency columns.
- Forecasting APIs and concurrent programs that populate REQUEST_ID, PROGRAM_ID, and PROGRAM_UPDATE_DATE.
-
Table: PA_FI_AMOUNT_DETAILS_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS_AR, object_name:PA_FI_AMOUNT_DETAILS_AR, 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_AR ,
-
Table: PA_COST_DISTRIBUTION_LINES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DISTRIBUTION_LINES_ALL, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item cost distribution , implementation_dba_data: PA.PA_COST_DISTRIBUTION_LINES_ALL ,
-
Table: PA_TXN_INTERFACE_AUDIT_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_INTERFACE_AUDIT_AR, object_name:PA_TXN_INTERFACE_AUDIT_AR, status:VALID, product: PA - Projects , description: Pa_Txn_Interface_Audit_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_TXN_INTERFACE_AUDIT_AR ,
-
Table: PA_FIN_PLAN_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_PROGRESS_ROLLUP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROGRESS_ROLLUP, object_name:PA_PROGRESS_ROLLUP, status:VALID, product: PA - Projects , description: PA_PROGRESS_ROLLUP stores rolled up progress information for tasks and structures. , implementation_dba_data: PA.PA_PROGRESS_ROLLUP ,
-
Table: PA_FP_WEBADI_XFACE_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_XFACE_TMP, object_name:PA_FP_WEBADI_XFACE_TMP, status:VALID, product: PA - Projects , description: This global temporary table is used in Budgeting and Forecasting Microsoft Excel Integration during download of budgets and forecasts in periodic layouts. , implementation_dba_data: PA.PA_FP_WEBADI_XFACE_TMP ,
-
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_EI_CDL_CM_GTEMP2
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EI_CDL_CM_GTEMP2, object_name:PA_EI_CDL_CM_GTEMP2, status:VALID, product: PA - Projects , implementation_dba_data: PA.PA_EI_CDL_CM_GTEMP2 ,
-
Table: PA_FIN_PLAN_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_EI_CDL_CM_GTEMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:FND.PA_EI_CDL_CM_GTEMP PA.PA_EI_CDL_CM_GTEMP, object_name:PA_EI_CDL_CM_GTEMP, status:VALID, product: PA - Projects , description: This global temporary table is created for storing the valid CDL details to be picked up by create and distribute burden trasactions process for creating burden transactions , implementation_dba_data: PA.PA_EI_CDL_CM_GTEMP ,
-
Table: PA_BUDGET_LINES_M_UPG_DTRANGE
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES_M_UPG_DTRANGE, object_name:PA_BUDGET_LINES_M_UPG_DTRANGE, status:VALID, product: PA - Projects , description: INTERNAL , implementation_dba_data: PA.PA_BUDGET_LINES_M_UPG_DTRANGE ,
-
Table: PA_COST_DIST_LINES_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_LINES_AR, object_name:PA_COST_DIST_LINES_AR, status:VALID, product: PA - Projects , description: Pa_Cost_Distribution_Lines_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_COST_DIST_LINES_AR ,
-
Table: PA_BUDGET_LINES_M_UPG_DTRANGE
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES_M_UPG_DTRANGE, object_name:PA_BUDGET_LINES_M_UPG_DTRANGE, status:VALID, product: PA - Projects , description: INTERNAL , implementation_dba_data: PA.PA_BUDGET_LINES_M_UPG_DTRANGE ,
-
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 ,
-
Table: PA_FI_AMOUNT_DETAILS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FI_AMOUNT_DETAILS_AR, object_name:PA_FI_AMOUNT_DETAILS_AR, 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_AR ,
-
Table: PA_TXN_INTERFACE_AUDIT_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_INTERFACE_AUDIT_ALL, object_name:PA_TXN_INTERFACE_AUDIT_ALL, status:VALID, product: PA - Projects , description: Auditing information about updates on PA_TRANSACTION_INTERFACE_ALL , implementation_dba_data: PA.PA_TXN_INTERFACE_AUDIT_ALL ,
-
Table: PA_COST_DISTRIBUTION_LINES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DISTRIBUTION_LINES_ALL, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID, product: PA - Projects , description: Information about expenditure item cost distribution , implementation_dba_data: PA.PA_COST_DISTRIBUTION_LINES_ALL ,
-
Table: PA_BUDGET_LINES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES, object_name:PA_BUDGET_LINES, status:VALID, product: PA - Projects , description: Detail lines of project and task budgets , implementation_dba_data: PA.PA_BUDGET_LINES ,
-
Table: PA_TXN_INTERFACE_AUDIT_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_INTERFACE_AUDIT_AR, object_name:PA_TXN_INTERFACE_AUDIT_AR, status:VALID, product: PA - Projects , description: Pa_Txn_Interface_Audit_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_TXN_INTERFACE_AUDIT_AR ,
-
Table: PA_TXN_INTERFACE_AUDIT_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TXN_INTERFACE_AUDIT_ALL, object_name:PA_TXN_INTERFACE_AUDIT_ALL, status:VALID, product: PA - Projects , description: Auditing information about updates on PA_TRANSACTION_INTERFACE_ALL , implementation_dba_data: PA.PA_TXN_INTERFACE_AUDIT_ALL ,
-
Table: PA_COST_DIST_LINES_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_COST_DIST_LINES_AR, object_name:PA_COST_DIST_LINES_AR, status:VALID, product: PA - Projects , description: Pa_Cost_Distribution_Lines_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_COST_DIST_LINES_AR ,
-
Table: PA_FP_SPREAD_CALC_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_SPREAD_CALC_TMP, object_name:PA_FP_SPREAD_CALC_TMP, status:VALID, product: PA - Projects , description: This is an internal table that is used to store temporary data required for calculate and spread api internal processing. This is a global temporary table. , implementation_dba_data: PA.PA_FP_SPREAD_CALC_TMP ,
-
Table: PA_BUDGET_LINES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_LINES, object_name:PA_BUDGET_LINES, status:VALID, product: PA - Projects , description: Detail lines of project and task budgets , implementation_dba_data: PA.PA_BUDGET_LINES ,
-
Table: PA_PROJ_FP_OPTIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_FP_WEBADI_XFACE_TMP1
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_XFACE_TMP1, object_name:PA_FP_WEBADI_XFACE_TMP1, status:VALID, product: PA - Projects , implementation_dba_data: PA.PA_FP_WEBADI_XFACE_TMP1 ,
-
Table: PA_PROJECTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_AR, object_name:PA_EXPENDITURE_ITEMS_AR, status:VALID, product: PA - Projects , description: Pa_Expenditure_items_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_AR ,
-
Table: PA_TRANSACTION_INTERFACE_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_ALL, object_name:PA_TRANSACTION_INTERFACE_ALL, status:VALID, product: PA - Projects , description: Interface table to import transactions from external sources into Oracle Projects , implementation_dba_data: PA.PA_TRANSACTION_INTERFACE_ALL ,
-
Table: PA_PROJ_FP_OPTIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_TRANSACTION_INTERFACE_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TRANSACTION_INTERFACE_ALL, object_name:PA_TRANSACTION_INTERFACE_ALL, status:VALID, product: PA - Projects , description: Interface table to import transactions from external sources into Oracle Projects , implementation_dba_data: PA.PA_TRANSACTION_INTERFACE_ALL ,
-
Table: PA_EXPENDITURE_ITEMS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_AR, object_name:PA_EXPENDITURE_ITEMS_AR, status:VALID, product: PA - Projects , description: Pa_Expenditure_items_ar is a table for Archive/Purge. Refer to comments on the columns in the main table , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_AR ,
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,
-
Table: PA_FP_SPREAD_CALC_TMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_SPREAD_CALC_TMP, object_name:PA_FP_SPREAD_CALC_TMP, status:VALID, product: PA - Projects , description: This is an internal table that is used to store temporary data required for calculate and spread api internal processing. This is a global temporary table. , implementation_dba_data: PA.PA_FP_SPREAD_CALC_TMP ,
-
Table: PA_FP_WEBADI_UPLOAD_INF
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_UPLOAD_INF, object_name:PA_FP_WEBADI_UPLOAD_INF, status:VALID, product: PA - Projects , description: This is table that is used to store temporary data from web ADI Layout to upload to Oracle Projects. , implementation_dba_data: PA.PA_FP_WEBADI_UPLOAD_INF ,
-
Table: PA_PROGRESS_ROLLUP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROGRESS_ROLLUP, object_name:PA_PROGRESS_ROLLUP, status:VALID, product: PA - Projects , description: PA_PROGRESS_ROLLUP stores rolled up progress information for tasks and structures. , implementation_dba_data: PA.PA_PROGRESS_ROLLUP ,
-
Table: PA_FP_WEBADI_UPLOAD_INF
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_UPLOAD_INF, object_name:PA_FP_WEBADI_UPLOAD_INF, status:VALID, product: PA - Projects , description: This is table that is used to store temporary data from web ADI Layout to upload to Oracle Projects. , implementation_dba_data: PA.PA_FP_WEBADI_UPLOAD_INF ,
-
Table: PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ALL, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID, product: PA - Projects , description: The smallest units of expenditure charged to projects and tasks , implementation_dba_data: PA.PA_EXPENDITURE_ITEMS_ALL ,
-
View: PA_PO_PROJECTS_EXPEND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PO_PROJECTS_EXPEND_V, object_name:PA_PO_PROJECTS_EXPEND_V, status:VALID, product: PA - Projects , description: PA_PO_PROJECTS_EXPEND_V shows the projects included in the list of values for expenditure entry from PO. , implementation_dba_data: APPS.PA_PO_PROJECTS_EXPEND_V ,
-
View: PA_CDL_BURDEN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IPA.PA_CDL_BURDEN_DETAIL_V PA.PA_CDL_BURDEN_DETAIL_V, object_name:PA_CDL_BURDEN_DETAIL_V, status:VALID, product: PA - Projects , description: Summarization criteria for burden summarization of expenditure items.This view is based on PA_CDL_BURDEN_DETAIL_V. It is a User customizable view defined over the PA_CDL_BURDEN_DETAIL_V. User can change the columns to be included in summary , implementation_dba_data: APPS.PA_CDL_BURDEN_DETAIL_V ,
-
View: PA_FP_WEBADI_NP_CUSTOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the non-periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NP_CUSTOM_V ,
-
View: PA_COST_DISTRIBUTION_LINES
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_COST_DISTRIBUTION_LINES
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FP_WEBADI_NP_CUSTOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the non-periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NP_CUSTOM_V ,
-
View: PA_TRANSACTION_INTERFACE
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_AUDIT
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_AUDIT
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TRANSACTION_INTERFACE
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_TXN_INTERFACE_ALL_MRC_V
12.1.1
product: PA - Projects , description: Multi-org, single currency view , implementation_dba_data: Not implemented in this database ,