[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_PERIOD_DATES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_PERIOD_DATES_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 period; valid values are GL, PA, GE, QR, and YR | |
| PERIOD_YEAR | NUMBER | The year to which the period belongs | ||
| PERIOD_NAME | VARCHAR2 | (40) | The name of the period | |
| START_DATE | DATE | The start date of the period | ||
| END_DATE | DATE | The end date of the period |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_TYPE
, PERIOD_YEAR
, PERIOD_NAME
, START_DATE
, END_DATE
FROM APPS.PA_REP_PERIOD_DATES_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_PERIODS_V
PA_PERIOD_PROCESS_PKG
- show dependent code
PA_REP_SEQ_NUMBER
PA_REP_YEAR_CAL_V
APPS
PA_RATE_PVT_PKG
- show dependent code
PA_RATE_PVT_PKG
- show dependent code
|
|
|
|