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


TABLE: APPLSYS.FND_PRINTER_STYLES

Object Details
Object Name: FND_PRINTER_STYLES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_PRINTER_STYLES
Subobject Name:
Status: VALID


FND_PRINTER_STYLES stores information about printer styles that
are defined using Oracle Application Object Library. Each row
includes the name of a style, the style title, the number of
rows and columns for the style, and a default print driver to
use for Oracle Reports. Each row also includes the orientation
of the print style and whether to suppress the header page or
not. You need one row for each print style you defined. Oracle
Application Object Library uses this information to assign
styles to printer types and submit concurrent programs.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_STYLES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRINTER_STYLE_NAME
FND_PRINTER_STYLES_U3 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSEQUENCE
Columns
Name Datatype Length Mandatory Comments
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
Query Text

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


SELECT 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
FROM APPLSYS.FND_PRINTER_STYLES;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_STYLES does not reference any database object

APPLSYS.FND_PRINTER_STYLES is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_STYLES