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


VIEW: APPS.PA_PROJECT_ASSET_TYPE_LOV_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view retrieves valid project asset types used in Oracle Projects.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (30) Yes Code for the project asset type.
DESCRIPTION VARCHAR2 (80) Yes User friendly name for the project asset type.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CODE
,      DESCRIPTION
FROM APPS.PA_PROJECT_ASSET_TYPE_LOV_V;

Dependencies

[top of page]

APPS.PA_PROJECT_ASSET_TYPE_LOV_V references the following:

SchemaAPPS
ViewPA_LOOKUPS

APPS.PA_PROJECT_ASSET_TYPE_LOV_V is not referenced by any database object