Search Results as_of_date
Overview
The PA_PROG_ACT_BY_PERIOD_V view is a Projects (PA) module database object that exposes incremental actual cost and effort figures for project progress reporting, aggregated by progress period. It is not a standalone reporting table but a computed view layered over PA_PROGRESS_ROLLUP and related assignment structures. Its central role is to answer the question "how much actual cost and actual effort has accrued against a project, task assignment, or resource for a given progress period, as evaluated at a specific point in time?" That point in time is supplied by the as_of_date parameter, which is the term most frequently used when searching for this object.
Unlike static cost tables, this view returns values calculated on demand by calling PA_PROGRESS_UTILS package functions. The results therefore always reflect the state of transactions relative to the supplied as-of date and progress period rather than a pre-stored summary.
Underlying Base Objects
The documented view text references the following base objects:
- PA_PROGRESS_ROLLUP (PPR) — supplies the project, object, structure version, project element, progress period name, currency code, and object version identifiers that drive each row.
- PA_TASK_ASSIGNMENTS_V (PTAV) — supplies the resource assignment and resource list member identifiers associated with the task.
- PA_PROJ_ELEMENT_VERSIONS (ELEM) — supplies the parent structure version identifier linking the element to its hierarchy.
Note that ETRM lists no formally documented base tables for this view, so the relationships above are inferred directly from the view definition. The heavy lifting is performed by the PA_PROGRESS_UTILS functions, which resolve the actual figures at runtime.
Key Columns
- AS_OF_DATE — the evaluation date passed into every incremental calculation; it determines which transactions are included.
- PROJECT_ID, PROJ_ELEMENT_ID, OBJECT_ID, OBJECT_VERSION_ID, STRUCTURE_VERSION_ID — the project and element hierarchy keys identifying the row's subject.
- PARENT_STRUCTURE_VERSION_ID — from PA_PROJ_ELEMENT_VERSIONS, locating the element within its structure.
- RESOURCE_ASSIGNMENT_ID, RESOURCE_LIST_MEMBER_ID — the assigned resource context for costing and effort.
- PROG_PA_PERIOD_NAME — the progress period over which incremental amounts are measured.
- TXN_CURRENCY_CODE — the transaction currency of the returned amounts.
- Incremental actual cost columns — three variants returned by PA_PROGRESS_UTILS.GET_INCREMENTAL_ACTUAL_COST, differing by the total ('T'), project ('P'), and functional ('F') flags.
- Incremental actual raw cost columns — parallel three-variant results from GET_INCREMENTAL_ACTUAL_RAWCOST.
- Incremental actual effort — returned by GET_INCREMENTAL_ACTUAL_EFFORT for effort-based progress methods.
- Task level fallback — a DECODE returning PA_TASK_ASSIGNMENT_UTILS.GET_TASK_LEVEL_RECORD when no resource assignment exists.
Common Use Cases and Queries
Typical usage includes progress and earned-value reporting, period-over-period cost comparison, and reconciliation of incremental actuals for a specific as-of date.
SELECT project_id,
proj_element_id,
prog_pa_period_name,
as_of_date,
txn_currency_code
FROM pa_prog_act_by_period_v
WHERE project_id = :p_project_id
AND as_of_date = :p_as_of_date
AND prog_pa_period_name = :p_period;
Because all monetary and effort columns are computed, filter as narrowly as possible on project, period, and as-of date before selecting the calculated columns to control runtime cost. The view is best suited to reporting and integration scenarios where the caller can supply an explicit as-of date rather than requiring pre-aggregated stored balances.
-
View: PA_PROG_ACT_BY_PERIOD_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROG_ACT_BY_PERIOD_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
APPS.HRI_OLTP_PMV_PER_MGR_LOV SQL Statements
12.1.1
-
PACKAGE BODY: APPS.POA_DBI_CALENDAR_PKG
12.1.1
-
PACKAGE BODY: APPS.OPI_DBI_CALENDAR_PKG
12.1.1
-
VIEW: CE.CE_CE_CP_PD_BALANCES#
12.2.2
-
PACKAGE BODY: APPS.HRI_OLTP_PMV_PER_MGR_LOV
12.1.1
-
VIEW: CE.CE_CP_WORKSHEET_USER_LINES#
12.2.2
-
PACKAGE: APPS.OPI_DBI_CALENDAR_PKG
12.1.1
-
PACKAGE: APPS.POA_DBI_CALENDAR_PKG
12.1.1
-
PACKAGE: APPS.FII_TIME_API
12.1.1
-
VIEW: CE.CE_CP_PRIORDAY_BALANCES#
12.2.2
-
VIEW: CE.CE_CP_TRX_EXCLUDED#
12.2.2
-
APPS.AR_AGING_BUCKETS_PKG SQL Statements
12.2.2
-
APPS.CE_CP_PRIORDAY SQL Statements
12.2.2
-
VIEW: PA.PA_EARNED_VALUES_EFC#
12.2.2
-
APPS.CE_CP_PRIORDAY SQL Statements
12.1.1
-
VIEW: AR.AR_CUSTOMER_BALANCE_ITF#
12.2.2
-
VIEW: PN.PN_REC_ARCL_DTL_ALL#
12.2.2
-
VIEW: PN.PN_REC_CALC_PERIODS_ALL#
12.2.2
-
VIEW: AP.AP_SUPPLIER_BALANCE_ITF#
12.2.2
-
VIEW: PN.PN_REC_EXP_LINE_ALL#
12.2.2
-
VIEW: PA.PA_EARNED_VALUES#
12.2.2
-
PACKAGE BODY: APPS.FII_TIME_API
12.1.1
-
APPS.PA_PROGRESS_UTILS SQL Statements
12.2.2
-
APPS.OPI_DBI_CALENDAR_PKG SQL Statements
12.1.1
-
APPS.PA_PROGRESS_UTILS SQL Statements
12.1.1
-
APPS.PNRX_SP_UTIL_BY_LEASE SQL Statements
12.1.1
-
APPS.PNRX_SP_UTIL_BY_LOC SQL Statements
12.1.1
-
VIEW: AR.AR_TRX_SUMMARY#
12.2.2
-
APPS.HRI_OLTP_PMV_PER_ORGMGR_LOV SQL Statements
12.1.1
-
VIEW: IEX.IEX_DUNNINGS#
12.2.2
-
TABLE: CE.CE_CP_WORKSHEET_USER_LINES
12.2.2
owner:CE, object_type:TABLE, object_name:CE_CP_WORKSHEET_USER_LINES, status:VALID,
-
APPS.PNRX_SP_UTIL_BY_LEASE SQL Statements
12.2.2
-
APPS.POA_DBI_CALENDAR_PKG SQL Statements
12.1.1
-
VIEW: APPS.PA_PROG_AS_OF_DATES
12.1.1
-
APPS.PNRX_SP_UTIL_BY_LOC SQL Statements
12.2.2
-
View: PA_PROG_AS_OF_DATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROG_AS_OF_DATES, object_name:PA_PROG_AS_OF_DATES, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROG_AS_OF_DATES ,
-
View: PA_PROG_AS_OF_DATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROG_AS_OF_DATES, object_name:PA_PROG_AS_OF_DATES, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROG_AS_OF_DATES ,
-
VIEW: PN.PN_REC_PERIOD_LINES_ALL#
12.2.2
-
TABLE: APPS.PJI_CA_ORGO_F_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:PJI.PJI_CA_ORGO_F_MV, object_name:PJI_CA_ORGO_F_MV, status:VALID,
-
VIEW: APPS.PA_PROG_AS_OF_DATES
12.2.2
-
APPS.OKI_DBI_UTIL_PVT SQL Statements
12.1.1
-
TABLE: CE.CE_CP_TRX_EXCLUDED
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CP_TRX_EXCLUDED, object_name:CE_CP_TRX_EXCLUDED, status:VALID,
-
APPS.PNRX_SP_ASSIGN_BY_LOC SQL Statements
12.2.2
-
TABLE: CE.CE_CP_PRIORDAY_BALANCES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CP_PRIORDAY_BALANCES, object_name:CE_CP_PRIORDAY_BALANCES, status:VALID,
-
APPS.BIS_PMV_PORTAL_UTIL_PUB SQL Statements
12.1.1
-
TABLE: CE.CE_CP_PRIORDAY_BALANCES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_CP_PRIORDAY_BALANCES, object_name:CE_CP_PRIORDAY_BALANCES, status:VALID,
-
TABLE: APPS.PJI_AV_ORGO_F_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:PJI.PJI_AV_ORGO_F_MV, object_name:PJI_AV_ORGO_F_MV, status:VALID,
-
View: PA_FCST_PROJECT_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJECT_DTL_V, object_name:PA_FCST_PROJECT_DTL_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJECT_DTL_V is a view that shows project forecasting , implementation_dba_data: APPS.PA_FCST_PROJECT_DTL_V ,