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


TABLE: PA.PA_PERIODS_IT

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


PA_PERIODS_IT stores information about PA periods
for Oracle Project Analysis Collection Pack. This table provides
information for the PA periods level for the standard hierarchy
on the time dimension.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PERIODS_IT_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnPA_PERIOD_KEY
Columns
Name Datatype Length Mandatory Comments
PA_PERIOD_KEY VARCHAR2 (40) Yes The Identifier of the PA period row, which uniquely identifies this row. This column is created by concatenating the PA period name and the set of book id with hyphen
PA_PERIOD VARCHAR2 (20) Yes The Name of the PA period
GL_PERIOD VARCHAR2 (15) Yes The identifier of the GL period this row belongs
FINANCIAL_QUARTER VARCHAR2 (15) Yes The identifier of the financial quarter this row belongs
FINANCIAL_YEAR NUMBER (15) Yes The identifier of the financial year this row belongs
ALL_FINANCIAL_YEARS VARCHAR2 (30) Yes The top level dimension value for Time dimension
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
USER_COL1 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL2 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL3 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL4 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL5 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL6 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL7 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL8 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL9 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL10 VARCHAR2 (30)
Column that can be used to store user customizations
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
REQUEST_ID NUMBER (15)
Standard Who Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER (15)
Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard Who Column
STATUS_CODE VARCHAR2 (1)
The flag that indicates whether this row has any updates or not.
START_DATE DATE

Start date for the period
END_DATE DATE

End date for the period
TIMESPAN NUMBER (15)
Time span for the period
Query Text

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


SELECT PA_PERIOD_KEY
,      PA_PERIOD
,      GL_PERIOD
,      FINANCIAL_QUARTER
,      FINANCIAL_YEAR
,      ALL_FINANCIAL_YEARS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      USER_COL1
,      USER_COL2
,      USER_COL3
,      USER_COL4
,      USER_COL5
,      USER_COL6
,      USER_COL7
,      USER_COL8
,      USER_COL9
,      USER_COL10
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      STATUS_CODE
,      START_DATE
,      END_DATE
,      TIMESPAN
FROM PA.PA_PERIODS_IT;

Dependencies

[top of page]

PA.PA_PERIODS_IT does not reference any database object

PA.PA_PERIODS_IT is referenced by following:

SchemaPA
ViewPA_PERIODS_IT#