Search Results pa_rep_period_dates_v
Overview
The PA_REP_PERIOD_DATES_V view is an Oracle Projects (PA) reporting and integration object that exposes period definitions along with their start and end dates. Its stated purpose is to display information about period types, including the period name and the corresponding start and end dates. Because Oracle Projects reporting and forecasting frequently must reconcile Projects periods against the General Ledger calendar, this view provides a unified, book-aware picture of period boundaries.
The view is a UNION-based construct. It returns rows sourced from three separate period derivations, each distinguished by a literal type indicator in the first column: 'GL' for General Ledger accounting periods, 'PA' for Oracle Projects periods, and 'QR' for GL quarter-level aggregations. This design allows downstream reports and integrations to consume GL, PA, and quarter period dates through a single interface rather than querying each calendar independently.
The user search term gl_date_period_map is directly relevant: the GL branch of the view joins GL_DATE_PERIOD_MAP to map period types and names to the active GL calendar, which is the mechanism by which journal and accounting dates are resolved to a period. In EBS 12.1.1 and 12.2.2 the object is owned by APPS and is reported as VALID.
Underlying Base Objects
ETRM metadata documents the following referenced objects: FND_PROFILE (package), GL_DATE_PERIOD_MAP (synonym), GL_LOOKUPS (view), GL_PERIODS (synonym), GL_PERIOD_STATUSES (synonym), GL_SETS_OF_BOOKS (view), PA_IMPLEMENTATIONS (synonym), PA_PERIODS_V (view), PA_PERIOD_PROCESS_PKG (package), PA_REP_SEQ_NUMBER (synonym), and PA_REP_YEAR_CAL_V (view).
PA_IMPLEMENTATIONSsupplies the set of books, the PA period type, and the application identifier used throughout the joins.GL_SETS_OF_BOOKSandGL_PERIODSanchor the GL period set and accounting period type.GL_PERIOD_STATUSESrestricts and qualifies periods by closing status; the view filtersCLOSING_STATUSthroughGL_LOOKUPS(lookup typeCLOSING_STATUS) to valuesC,F,N,O, andP.GL_DATE_PERIOD_MAPresolves the period type, name, and period set used by the GL branch.PA_PERIODS_VandPA_PERIOD_PROCESS_PKGdrive the PA and quarter branches, withPA_PERIOD_PROCESS_PKG.APPLICATION_IDused as the application filter and275as the GL period-status application identifier.
Key Columns
- Period source indicator — a literal returning
'GL','PA', or'QR', identifying which calendar the row derives from. - PERIOD_YEAR — the accounting period year for the row.
- PERIOD_NAME — the period name; for the quarter branch this is derived from
QUARTER_NUM. - START_DATE / END_DATE — the beginning and ending dates of the period, taken from
GL_PERIODSfor GL and quarter rows and fromPA_START_DATE/PA_END_DATEfor PA rows.
Common Use Cases and Queries
Typical use is to align Projects reporting periods with GL or quarter boundaries, or to drive date-range selection in custom reports.
- Listing all GL periods for the current implementation with their boundaries.
- Deriving quarter start and end dates for aggregation reporting.
- Resolving a period name to its dates for intercompany or cross-charge processing.
SELECT period_name, start_date, end_date FROM apps.pa_rep_period_dates_v WHERE period_year = :p_year AND period_name = :p_period;
-
View: PA_REP_PERIOD_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PERIOD_DATES_V, object_name:PA_REP_PERIOD_DATES_V, status:VALID, product: PA - Projects , description: The PA_REP_PERIOD_DATES_V view displays information about period types such as the name of the period and the start and end dates. , implementation_dba_data: APPS.PA_REP_PERIOD_DATES_V ,
-
View: PA_REP_PERIOD_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PERIOD_DATES_V, object_name:PA_REP_PERIOD_DATES_V, status:VALID, product: PA - Projects , description: The PA_REP_PERIOD_DATES_V view displays information about period types such as the name of the period and the start and end dates. , implementation_dba_data: APPS.PA_REP_PERIOD_DATES_V ,
-
SYNONYM: APPS.PA_REP_SEQ_NUMBER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_REP_SEQ_NUMBER, status:VALID,
-
SYNONYM: APPS.PA_REP_SEQ_NUMBER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_REP_SEQ_NUMBER, status:VALID,
-
PACKAGE: APPS.PA_RATE_PVT_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_RATE_PVT_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_RATE_PVT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RATE_PVT_PKG, status:VALID,
-
PACKAGE: APPS.PA_RATE_PVT_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_RATE_PVT_PKG, status:VALID,
-
VIEW: APPS.PA_REP_YEAR_CAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_YEAR_CAL_V, object_name:PA_REP_YEAR_CAL_V, status:VALID,
-
VIEW: APPS.PA_REP_YEAR_CAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_YEAR_CAL_V, object_name:PA_REP_YEAR_CAL_V, status:VALID,
-
PACKAGE BODY: APPS.PA_RATE_PVT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RATE_PVT_PKG, status:VALID,
-
SYNONYM: APPS.GL_DATE_PERIOD_MAP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DATE_PERIOD_MAP, status:VALID,
-
VIEW: APPS.PA_REP_PERIOD_DATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PERIOD_DATES_V, object_name:PA_REP_PERIOD_DATES_V, status:VALID,
-
VIEW: APPS.PA_REP_PERIOD_DATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_REP_PERIOD_DATES_V, object_name:PA_REP_PERIOD_DATES_V, status:VALID,
-
SYNONYM: APPS.GL_DATE_PERIOD_MAP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DATE_PERIOD_MAP, status:VALID,
-
PACKAGE: APPS.PA_PERIOD_PROCESS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PERIOD_PROCESS_PKG, status:VALID,
-
PACKAGE: APPS.PA_PERIOD_PROCESS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_PERIOD_PROCESS_PKG, status:VALID,
-
VIEW: APPS.PA_PERIODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERIODS_V, object_name:PA_PERIODS_V, status:VALID,
-
VIEW: APPS.PA_PERIODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERIODS_V, object_name:PA_PERIODS_V, status:VALID,
-
VIEW: APPS.GL_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LOOKUPS, object_name:GL_LOOKUPS, status:VALID,
-
VIEW: APPS.GL_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LOOKUPS, object_name:GL_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS, status:VALID,
-
SYNONYM: APPS.PA_IMPLEMENTATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_IMPLEMENTATIONS, status:VALID,
-
SYNONYM: APPS.GL_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_PERIODS, status:VALID,
-
APPS.PA_RATE_PVT_PKG dependencies on PA_REP_PERIOD_DATES_V
12.1.1
-
APPS.PA_RATE_PVT_PKG dependencies on PA_REP_PERIOD_DATES_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.PA_RATE_PVT_PKG dependencies on PA_REP_PERIOD_DATES_V
12.2.2
-
APPS.PA_RATE_PVT_PKG dependencies on PA_REP_PERIOD_DATES_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.GL_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIODS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
SYNONYM: APPS.GL_PERIOD_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_PERIOD_STATUSES, status:VALID,
-
APPS.PA_RATE_PVT_PKG SQL Statements
12.1.1
-
APPS.PA_RATE_PVT_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.PA_RATE_PVT_PKG
12.2.2
-
PACKAGE: APPS.PA_RATE_PVT_PKG
12.1.1
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
PACKAGE BODY: APPS.PA_RATE_PVT_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_RATE_PVT_PKG
12.1.1
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
PACKAGE: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_PROFILE, status:VALID,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,