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


TABLE: APPLSYS.FND_PRINTER_DRIVERS

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


FND_PRINTER_DRIVERS stores information about printer drivers
that are defined with Oracle Application Object Library. Each
row includes a driver name, a title for the driver, an optional
platform code, and the initialization and reset strings that are
used to format printers. Each row also includes flags that
specify how the driver is invoked (PRINTER_DRIVER_METHOD_CODE
where S means subroutine, P means program, C means command),
whether the driver creates its own copy of the file for
printing, whether the driver accepts standard input, and whether
the driver suppresses the header page. ARGUMENTS contains the
generic arguments that must be supplied to the command or
program. COMMAND_NAME specifies a program name for the driver
to invoke (if PRINTER_DRIVER_METHOD_CODE is P) or the name of a
subroutine to call (if PRINTER_DRIVER_METHOD_CODE is S). You
need to define a printer driver for each print style that you
want to use with a specific printer type on a specific platform.
Oracle Application Object Library uses this information to print
output files.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_DRIVERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINTER_DRIVER_NAME
ColumnPLATFORM_CODE
FND_PRINTER_DRIVERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_PRINTER_DRIVER_NAME
ColumnPLATFORM_CODE
Columns
Name Datatype Length Mandatory Comments
PRINTER_DRIVER_NAME VARCHAR2 (30) Yes The name of the printer driver
PLATFORM_CODE VARCHAR2 (30)
Platform code
USER_PRINTER_DRIVER_NAME VARCHAR2 (80) Yes The descriptive title of the printer driver
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_DRIVER_METHOD_CODE VARCHAR2 (30) Yes The method by which the printer driver is invoked
SPOOL_FLAG VARCHAR2 (1) Yes Flag to indicate whether the printer driver should create its own copy of a file for printing
STDIN_FLAG VARCHAR2 (1) Yes Flag to indicate whether the printer driver accepts standard input
SRW_DRIVER VARCHAR2 (255)
The name of the Oracle Report printer driver
HEADER_FLAG VARCHAR2 (1)
Flag to indicate whether to suppress the header page from printing
DESCRIPTION VARCHAR2 (255)
Description
COMMAND_NAME VARCHAR2 (255)
The name of a program or subroutine for the driver to invoke
ARGUMENTS VARCHAR2 (255)
Concurrent Request Argument
INITIALIZATION VARCHAR2 (255)
Tinitialization string that must be sent to the printer before the printer driver can begin printing
RESET VARCHAR2 (255)
The reset string that returns the printer to its ready state
ATTR_CATEGORY VARCHAR2 (30)
Attribute category
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

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


SELECT PRINTER_DRIVER_NAME
,      PLATFORM_CODE
,      USER_PRINTER_DRIVER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PRINTER_DRIVER_METHOD_CODE
,      SPOOL_FLAG
,      STDIN_FLAG
,      SRW_DRIVER
,      HEADER_FLAG
,      DESCRIPTION
,      COMMAND_NAME
,      ARGUMENTS
,      INITIALIZATION
,      RESET
,      ATTR_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM APPLSYS.FND_PRINTER_DRIVERS;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_DRIVERS does not reference any database object

APPLSYS.FND_PRINTER_DRIVERS is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_DRIVERS