[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCE_LIST_USE_CODES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RESOURCE_LIST_USE_CODES_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 |
|---|---|---|---|---|
| LIST_USE_CODE | VARCHAR2 | (40) | Holds the Use_code from PA_RESOURCE_LIST_USES | |
| LIST_USE_NAME | VARCHAR2 | (150) | ||
| BUDGET_TYPE_YN | CHAR | (1) | Indicates whether the Use_code is a Budget_Type or not |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_USE_CODE
, LIST_USE_NAME
, BUDGET_TYPE_YN
FROM APPS.PA_RESOURCE_LIST_USE_CODES_V;
APPS
PA_BUDGET_TYPES
PA_FIN_PLAN_TYPES_VL
PA_LOOKUPS
APPS
PA_RESOURCE_LIST_USES_V
PA_RES_LIST_ASSIGNMENTS
- show dependent code
|
|
|
|