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


TABLE: PA.PA_PERIODS_ALL

Object Details
Object Name: PA_PERIODS_ALL
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_PERIODS_ALL
Subobject Name:
Status: VALID


PA_PERIODS_ALL stores implementation-defined periods in
Oracle Projects by which project performance
is measured. PA Periods can be different from your
general ledger accounting periods (GL Periods). You
can define PA Periods as weekly periods, while GL
periods are monthly. In Oracle Projects,
costs and revenue can be reported by PA Period as well
as by GL Period.
.
.
You define a PA period or periods in the GL calendar associated with
the set of books used in PA_IMPLEMENTATIONS_ALL. You then copy
the PA periods from the GL calendar to
this table. You maintain the status of the period in this table.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PERIODS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_NAME
ColumnORG_ID
PA_PERIODS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTART_DATE
ColumnEND_DATE
ColumnORG_ID
PA_PERIODS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSTATUS
PA_PERIODS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGL_PERIOD_NAME
PA_PERIODS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCURRENT_PA_PERIOD_FLAG
PA_PERIODS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEND_DATE
ColumnSTART_DATE
ColumnPERIOD_NAME
PA_PERIODS_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
PERIOD_NAME VARCHAR2 (20) Yes The implementation-defined name that uniquely identifies the period
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
START_DATE DATE
Yes The start date of the PA period
END_DATE DATE
Yes The end date of the PA period
STATUS VARCHAR2 (1) Yes The status of the PA period used to determine if the period can be used for processing
GL_PERIOD_NAME VARCHAR2 (15) Yes The GL period that matches the PA period
CURRENT_PA_PERIOD_FLAG VARCHAR2 (1)
Indicates the current period used for reporting and accumulation
ORG_ID NUMBER (15)
Operating unit identifier for multi-organization installations
Query Text

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


SELECT PERIOD_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      START_DATE
,      END_DATE
,      STATUS
,      GL_PERIOD_NAME
,      CURRENT_PA_PERIOD_FLAG
,      ORG_ID
FROM PA.PA_PERIODS_ALL;

Dependencies

[top of page]

PA.PA_PERIODS_ALL does not reference any database object

PA.PA_PERIODS_ALL is referenced by following:

SchemaPA
ViewPA_PERIODS_ALL#