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


VIEW: APPS.PA_PARENT_ASSET_LOV_V

Object Details
Object Name: PA_PARENT_ASSET_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PARENT_ASSET_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 parent assets.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE NUMBER (15) Yes Identifier of the Asset.
ASSET_NUMBER VARCHAR2 (15) Yes User assigned asset number.
DESCRIPTION VARCHAR2 (80)
Description of the asset.
BOOK_TYPE_CODE VARCHAR2 (15) Yes Book name.
Query Text

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


SELECT CODE
,      ASSET_NUMBER
,      DESCRIPTION
,      BOOK_TYPE_CODE
FROM APPS.PA_PARENT_ASSET_LOV_V;

Dependencies

[top of page]

APPS.PA_PARENT_ASSET_LOV_V references the following:

SchemaAPPS
SynonymFA_ADDITIONS
SynonymFA_BOOKS

APPS.PA_PARENT_ASSET_LOV_V is not referenced by any database object