[Home] [Help]
[Dependency Information]
| Object Name: | PA_PMC_RESOURCE_LIST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PMC_RESOURCE_LIST_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) | The identifier of the resource list | |
| RESOURCE_LIST_NAME | VARCHAR2 | (240) | The name of the resource list | |
| FIN_PLAN_TYPE_ID | NUMBER | The identifier of the financial plan type | ||
| FP_TYPE_CODE | VARCHAR2 | (11) | The financial plan type code | |
| PROJECT_ID | NUMBER | The identifier of the project |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_LIST_ID
, RESOURCE_LIST_NAME
, FIN_PLAN_TYPE_ID
, FP_TYPE_CODE
, PROJECT_ID
FROM APPS.PA_PMC_RESOURCE_LIST_V;
APPS
FND_PROFILE
- show dependent code
PA_CROSS_BUSINESS_GRP
- show dependent code
PA_FP_OPTIONS_RESLISTS_V
PA_PMC_RESOURCE_LISTS_V
PA_RESOURCE_LISTS_ALL_BG
APPS.PA_PMC_RESOURCE_LIST_V is not referenced by any database object
|
|
|
|