DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_FP_OPTIONS_RESLISTS_V

Object Details
Object Name: PA_FP_OPTIONS_RESLISTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_FP_OPTIONS_RESLISTS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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

Query Text

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;

Dependencies

[top of page]

APPS.PA_FP_OPTIONS_RESLISTS_V references the following:

SchemaAPPS
SynonymPA_PROJ_FP_OPTIONS
APPS.PA_FP_OPTIONS_RESLISTS_V is referenced by following:

SchemaAPPS
Package BodyPA_FIN_PLAN_UTILS2 - show dependent code
ViewPA_PMC_RESOURCE_LIST_V