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


VIEW: APPS.PA_ASSET_BOOKS_LOV_V

Object Details
Object Name: PA_ASSET_BOOKS_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ASSET_BOOKS_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 asset books for the current set of books.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (15) Yes Book name.
DESCRIPTION VARCHAR2 (30) Yes Description of the book.
ORG_ID NUMBER (15) Yes Operating Unit Identifier
Query Text

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


SELECT CODE
,      DESCRIPTION
,      ORG_ID
FROM APPS.PA_ASSET_BOOKS_LOV_V;

Dependencies

[top of page]

APPS.PA_ASSET_BOOKS_LOV_V references the following:

SchemaAPPS
SynonymFA_BOOK_CONTROLS
SynonymPA_IMPLEMENTATIONS

APPS.PA_ASSET_BOOKS_LOV_V is not referenced by any database object