[Home] [Help]
[Dependency Information]
| Object Name: | FND_PRINTER_STYLES_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_PRINTER_STYLES_VIEW
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRINTER_STYLE_NAME | VARCHAR2 | (30) | Yes | Printer style name |
| USER_PRINTER_STYLE_NAME | VARCHAR2 | (80) | Yes | Printer style title |
| WIDTH | NUMBER | (4) | Yes | Number of columns |
| LENGTH | NUMBER | (4) | Yes | Number of rows |
| PRINTER_NAME | VARCHAR2 | (30) | Printer name |
Cut, paste (and edit) the following text to query this object:
SELECT PRINTER_STYLE_NAME
, USER_PRINTER_STYLE_NAME
, WIDTH
, LENGTH
, PRINTER_NAME
FROM APPS.FND_PRINTER_STYLES_VIEW;
APPS
FND_PRINTER
FND_PRINTER_INFORMATION
FND_PRINTER_STYLES
FND_PRINTER_STYLES_TL
APPS.FND_PRINTER_STYLES_VIEW is not referenced by any database object
|
|
|
|