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


TABLE: APPLSYS.FND_PRINTER_INFORMATION

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


FND_PRINTER_INFORMATION stores information about all the printer
types that are defined with Oracle Application Object Library.
Each row includes a printer type, a print style, and the name of
a printer driver. You may need more than one row in this table
for each printer type. Oracle Application Object Library uses
this information for printing concurrent processing output
files.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_INFORMATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINTER_TYPE
ColumnPRINTER_STYLE
Columns
Name Datatype Length Mandatory Comments
PRINTER_TYPE VARCHAR2 (30) Yes Printer type
PRINTER_STYLE VARCHAR2 (30) Yes 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
PRINTER_DRIVER VARCHAR2 (30) Yes Printer driver name
Query Text

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


SELECT PRINTER_TYPE
,      PRINTER_STYLE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PRINTER_DRIVER
FROM APPLSYS.FND_PRINTER_INFORMATION;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_INFORMATION does not reference any database object

APPLSYS.FND_PRINTER_INFORMATION is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_INFORMATION