[Home] [Help]
[Dependency Information]
Object Name: | PA_GL_PERIODS_IT |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_GL_PERIODS_IT stores information about the GL periods
for Oracle Project Analysis Collection Pack. This table provides
information for the GL period level for the standard hierarchy
on the time dimension.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_GL_PERIODS_IT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
GL_PERIOD | VARCHAR2 | (15) | Yes | The identifier of the GL period for the Time Dimension |
FINANCIAL_QUARTER | VARCHAR2 | (15) | Yes | The identifier of the Financial Quarter for which this GL period belongs |
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) | 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) | Timespan for the period |
Cut, paste (and edit) the following text to query this object:
SELECT GL_PERIOD
, FINANCIAL_QUARTER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, STATUS_CODE
, START_DATE
, END_DATE
, TIMESPAN
FROM PA.PA_GL_PERIODS_IT;
PA.PA_GL_PERIODS_IT does not reference any database object
PA.PA_GL_PERIODS_IT is referenced by following:
|
|
|