[Home] [Help]
[Dependency Information]
| Object Name: | PA_PA_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PA_PERIODS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PA_PA_PERIODS_V displays all the implementation-defined PA periods by which project performance is measured.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PA_PERIOD_NAME | VARCHAR2 | (20) | Yes | Refer to base table. |
| CURRENT_PA_PERIOD_FLAG | VARCHAR2 | (1) | Refer to base table. | |
| START_DATE | DATE | Yes | Refer to base table. | |
| END_DATE | DATE | Yes | Refer to base table. | |
| GL_PERIOD_NAME | VARCHAR2 | (15) | Yes | Refer to base table. |
Cut, paste (and edit) the following text to query this object:
SELECT PA_PERIOD_NAME
, CURRENT_PA_PERIOD_FLAG
, START_DATE
, END_DATE
, GL_PERIOD_NAME
FROM APPS.PA_PA_PERIODS_V;
APPS
PA_PERIODS
APPS.PA_PA_PERIODS_V is not referenced by any database object
|
|
|
|