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


VIEW: APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V

Object Details
Object Name: PA_RESOURCE_LIST_ASSIGNMENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_RESOURCE_LIST_ASSIGNMENTS_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
RESOURCE_LIST_ID NUMBER (15) Yes The identifier of the project to which the resource list is being assigned to
PROJECT_ID NUMBER (15) Yes The identifier of the resource list that is assigned to the project
USE_FOR_WP_FLAG VARCHAR2 (4000)
Indicates usage in work plan
USE_FOR_FP_FLAG VARCHAR2 (4000)
Indicates usage in self service budgets and forecasts
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_LIST_ID
,      PROJECT_ID
,      USE_FOR_WP_FLAG
,      USE_FOR_FP_FLAG
FROM APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V;

Dependencies

[top of page]

APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V references the following:

SchemaAPPS
PL/SQL PackagePA_FIN_PLAN_UTILS - show dependent code
SynonymPA_PROJ_FP_OPTIONS
SynonymPA_RESOURCE_LISTS_ALL_BG
APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V is referenced by following:

SchemaAPPS
Package BodyPA_CREATE_RESOURCE - show dependent code