[Home] [Help]
[Dependency Information]
| Object Name: | FND_PRINTER_STYLES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_PRINTER_STYLES_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
FND_PRINTER_STYLES_VL is a view that joins the translated, language
specific values from FND_PRINTER_STYLES_TL with the non-displayed
data from FND_PRINTER_STYLES to form complete printer style
entities. Oracle Application Object Library use this view to
display information in languages installed at your site.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier | |
| PRINTER_STYLE_NAME | VARCHAR2 | (30) | Yes | Name of printer style |
| SEQUENCE | NUMBER | (4) | Yes | The display sequence for the printer style |
| 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 |
| WIDTH | NUMBER | (4) | Yes | Number of columns |
| LENGTH | NUMBER | (4) | Yes | Number of rows |
| DESCRIPTION | VARCHAR2 | (255) | Description | |
| ORIENTATION | VARCHAR2 | (255) | Description of how a printed page should be oriented | |
| SRW_DRIVER | VARCHAR2 | (255) | The name of the Oracle Reports printer driver to be called when processing an OR report | |
| HEADER_FLAG | VARCHAR2 | (1) | Flag to indicate whether to suppress the header page from printing | |
| USER_PRINTER_STYLE_NAME | VARCHAR2 | (80) | Yes | Title of the printer style |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PRINTER_STYLE_NAME
, SEQUENCE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, WIDTH
, LENGTH
, DESCRIPTION
, ORIENTATION
, SRW_DRIVER
, HEADER_FLAG
, USER_PRINTER_STYLE_NAME
FROM APPS.FND_PRINTER_STYLES_VL;
APPS
FND_PRINTER_STYLES
FND_PRINTER_STYLES_TL
APPS
FND_CONCURRENT
- show dependent code
FND_CONC_REQUEST_PKG
- show dependent code
|
|
|
|