[Home] [Help]
[Dependency Information]
| Object Name: | PA_BUDGET_RESOURCE_LISTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_BUDGET_RESOURCE_LISTS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | |||
| RESOURCE_LIST_ID | NUMBER | (15) | ||
| NAME | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, RESOURCE_LIST_ID
, NAME
FROM APPS.PA_BUDGET_RESOURCE_LISTS_V;
APPS
FND_PROFILE
- show dependent code
PA_CROSS_BUSINESS_GRP
- show dependent code
PA_RESOURCE_LISTS
PA_RESOURCE_LIST_ASSIGNMENTS
APPS.PA_BUDGET_RESOURCE_LISTS_V is not referenced by any database object
|
|
|
|