[Home] [Help]
[Dependency Information]
Object Name: | PA_PERIODS_ALL |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
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.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_PERIODS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PA_PERIODS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PA_PERIODS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PA_PERIODS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PA_PERIODS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
PA_PERIODS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
PA_PERIODS_N5 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
PA.PA_PERIODS_ALL does not reference any database object
PA.PA_PERIODS_ALL is referenced by following:
|
|
|