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


VIEW: APPS.PA_PERIODS_COPY_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PERIOD_NAME VARCHAR2 (15) Yes It is the PA Period name
START_DATE DATE
Yes It is the start date of each PA period
END_DATE DATE
Yes It is the end date of each PA period
GL_PERIOD_NAME VARCHAR2 (15) Yes This column is the corresponding GL period
SET_OF_BOOKS_ID NUMBER (15) Yes This column is the ledger identifier in General Ledger.
ORG_ID NUMBER (15) Yes
Query Text

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


SELECT PERIOD_NAME
,      START_DATE
,      END_DATE
,      GL_PERIOD_NAME
,      SET_OF_BOOKS_ID
,      ORG_ID
FROM APPS.PA_PERIODS_COPY_V;

Dependencies

[top of page]

APPS.PA_PERIODS_COPY_V references the following:

SchemaAPPS
SynonymGL_PERIODS
ViewGL_SETS_OF_BOOKS
SynonymPA_IMPLEMENTATIONS
SynonymPA_PERIODS
APPS.PA_PERIODS_COPY_V is referenced by following:

SchemaAPPS
Package BodyPA_PERIODS_PKG - show dependent code