[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCE_LIST_ASSIGNMENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RESOURCE_LIST_ASSIGNMENTS_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 |
|---|---|---|---|---|
| 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;
APPS
PA_FIN_PLAN_UTILS
- show dependent code
PA_PROJ_FP_OPTIONS
PA_RESOURCE_LISTS_ALL_BG
APPS
PA_CREATE_RESOURCE
- show dependent code
|
|
|
|