[Home] [Help]
[Dependency Information]
Object Name: | PA_REP_PERIODS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_TYPE | CHAR | (2) | The type of the period i.e. PA,GL,GE,and QR | |
PERIOD_YEAR | NUMBER | The period year associated with the period type | ||
PERIOD_NAME | VARCHAR2 | (121) | The period name corresponds to the period year and period type | |
MON_OR_QTR | NUMBER | The value for month or quarter | ||
GE_WEEK_DT | DATE | The global week date | ||
PERIOD_STATUS | VARCHAR2 | (80) | Status of the corresponding period | |
PERIOD_STATUS_CODE | VARCHAR2 | (30) | Status code of the corresponding period | |
PERIOD_START_DATE | DATE | Start date of the period | ||
EFFECTIVE_PERIOD_NUM | NUMBER | Denormalized period number (period_year*10000 + period_num) | ||
PERIOD_END_DATE | DATE | End date of the period | ||
ORG_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_TYPE
, PERIOD_YEAR
, PERIOD_NAME
, MON_OR_QTR
, GE_WEEK_DT
, PERIOD_STATUS
, PERIOD_STATUS_CODE
, PERIOD_START_DATE
, EFFECTIVE_PERIOD_NUM
, PERIOD_END_DATE
, ORG_ID
FROM APPS.PA_REP_PERIODS_V;
|
|
|