DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_RESOURCE_LIST_USE_CODES_V

Object Details
Object Name: PA_RESOURCE_LIST_USE_CODES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_RESOURCE_LIST_USE_CODES_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_RESOURCE_LIST_USE_CODES_V references the following:

SchemaAPPS
SynonymPA_BUDGET_TYPES
ViewPA_FIN_PLAN_TYPES_VL
ViewPA_LOOKUPS
APPS.PA_RESOURCE_LIST_USE_CODES_V is referenced by following:

SchemaAPPS
ViewPA_RESOURCE_LIST_USES_V
Package BodyPA_RES_LIST_ASSIGNMENTS - show dependent code