[Home] [Help]
[Dependency Information]
| Object Name: | PA_FP_OPTIONS_RESLISTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_FP_OPTIONS_RESLISTS_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 |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | ||
| FIN_PLAN_TYPE_ID | NUMBER | (15) | ||
| FP_RESOURCE_LIST_ID | NUMBER | (15) | ||
| FP_RESOURCE_LIST_TYPE | VARCHAR2 | (30) | ||
| FIN_PLAN_START_DATE | DATE | |||
| FIN_PLAN_END_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, FIN_PLAN_TYPE_ID
, FP_RESOURCE_LIST_ID
, FP_RESOURCE_LIST_TYPE
, FIN_PLAN_START_DATE
, FIN_PLAN_END_DATE
FROM APPS.PA_FP_OPTIONS_RESLISTS_V;
APPS
PA_PROJ_FP_OPTIONS
APPS
PA_FIN_PLAN_UTILS2
- show dependent code
PA_PMC_RESOURCE_LIST_V
|
|
|
|