[Home] [Help]
[Dependency Information]
| Object Name: | PA_FCST_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_FCST_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) | Period Type | |
| PERIOD_YEAR | NUMBER | (15) | Period Year | |
| PERIOD_NAME | VARCHAR2 | (20) | Customer Name | |
| START_DATE | DATE | Period Start Date | ||
| END_DATE | DATE | Period End Date |
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_FCST_PERIODS_V;
APPS
FND_PROFILE
- show dependent code
PA_FCST_PERIODS_TMP_V
PA_PERIOD_PROCESS_PKG
- show dependent code
APPS.PA_FCST_PERIODS_V is not referenced by any database object
|
|
|
|