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


VIEW: APPS.PA_PA_PERIODS_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_PA_PERIODS_V displays all the implementation-defined PA periods by which project performance is measured.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PA_PERIOD_NAME VARCHAR2 (20) Yes Refer to base table.
CURRENT_PA_PERIOD_FLAG VARCHAR2 (1)
Refer to base table.
START_DATE DATE
Yes Refer to base table.
END_DATE DATE
Yes Refer to base table.
GL_PERIOD_NAME VARCHAR2 (15) Yes Refer to base table.
Query Text

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


SELECT PA_PERIOD_NAME
,      CURRENT_PA_PERIOD_FLAG
,      START_DATE
,      END_DATE
,      GL_PERIOD_NAME
FROM APPS.PA_PA_PERIODS_V;

Dependencies

[top of page]

APPS.PA_PA_PERIODS_V references the following:

SchemaAPPS
SynonymPA_PERIODS

APPS.PA_PA_PERIODS_V is not referenced by any database object