[Home] [Help]
[Dependency Information]
Object Name: | PA_RESOURCE_LIST_ASSIGNMENTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
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 |
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;
|
|
|