[Home] [Help]
[Dependency Information]
| Object Name: | FND_PRINTER_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_PRINTER_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
FND_PRINTER_VL is a view that joins the translated, language
specific values from FND_PRINTER_TL with the non-displayed data
from FND_PRINTER to form complete printer entities. Oracle
Application Object Library uses this view to display information
in languages installed at your site.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier | |
| PRINTER_NAME | VARCHAR2 | (30) | Yes | Printer name |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
| PRINTER_TYPE | VARCHAR2 | (30) | Yes | Printer type assigned to the printer |
| DESCRIPTION | VARCHAR2 | (240) | Description |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PRINTER_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PRINTER_TYPE
, DESCRIPTION
FROM APPS.FND_PRINTER_VL;
APPS
FND_PRINTER
FND_PRINTER_TL
APPS.FND_PRINTER_VL is not referenced by any database object
|
|
|
|