[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_PERIODS_V
|
| 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;
APPS
FND_PROFILE
- show dependent code
GL_DATE_PERIOD_MAP
GL_LOOKUPS
GL_PERIODS
GL_PERIOD_STATUSES
GL_SETS_OF_BOOKS
PA_IMPLEMENTATIONS
PA_LOOKUPS
PA_PERIODS_V
PA_PERIOD_PROCESS_PKG
- show dependent code
PA_REP_QUARTER_GL_V
PA_REP_SEQ_NUMBER
PA_REP_YEAR_CAL_V
APPS
PA_FORECAST_GRC_PVT
- show dependent code
PA_REPORT_UTIL
- show dependent code
PA_REP_RES_SCHHRS_WKD_V
PA_REP_RES_SCHHRS_WK_V
|
|
|
|