DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_REP_PERIODS_V

Object Details
Object Name: PA_REP_PERIODS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_PERIODS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PERIOD_TYPE CHAR (2)
The type of the period i.e. PA,GL,GE,and QR
PERIOD_YEAR NUMBER

The period year associated with the period type
PERIOD_NAME VARCHAR2 (121)
The period name corresponds to the period year and period type
MON_OR_QTR NUMBER

The value for month or quarter
GE_WEEK_DT DATE

The global week date
PERIOD_STATUS VARCHAR2 (80)
Status of the corresponding period
PERIOD_STATUS_CODE VARCHAR2 (30)
Status code of the corresponding period
PERIOD_START_DATE DATE

Start date of the period
EFFECTIVE_PERIOD_NUM NUMBER

Denormalized period number (period_year*10000 + period_num)
PERIOD_END_DATE DATE

End date of the period
ORG_ID NUMBER

Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERIOD_TYPE
,      PERIOD_YEAR
,      PERIOD_NAME
,      MON_OR_QTR
,      GE_WEEK_DT
,      PERIOD_STATUS
,      PERIOD_STATUS_CODE
,      PERIOD_START_DATE
,      EFFECTIVE_PERIOD_NUM
,      PERIOD_END_DATE
,      ORG_ID
FROM APPS.PA_REP_PERIODS_V;

Dependencies

[top of page]

APPS.PA_REP_PERIODS_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymGL_DATE_PERIOD_MAP
ViewGL_LOOKUPS
SynonymGL_PERIODS
SynonymGL_PERIOD_STATUSES
ViewGL_SETS_OF_BOOKS
SynonymPA_IMPLEMENTATIONS
ViewPA_LOOKUPS
ViewPA_PERIODS_V
PL/SQL PackagePA_PERIOD_PROCESS_PKG - show dependent code
ViewPA_REP_QUARTER_GL_V
SynonymPA_REP_SEQ_NUMBER
ViewPA_REP_YEAR_CAL_V
APPS.PA_REP_PERIODS_V is referenced by following:

SchemaAPPS
Package BodyPA_FORECAST_GRC_PVT - show dependent code
Package BodyPA_REPORT_UTIL - show dependent code
ViewPA_REP_RES_SCHHRS_WKD_V
ViewPA_REP_RES_SCHHRS_WK_V