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


TABLE: APPLSYS.FND_PRINTER

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


FND_PRINTER stores information about printers. Each row includes
a name and description of the printer, as well as the printer type.
You need one row for each printer installed at your site. Oracle
Application Object Library uses this information to print
output such as reports.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINTER_NAME
Columns
Name Datatype Length Mandatory Comments
PRINTER_NAME VARCHAR2 (30) Yes Name of printer
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_TYPE VARCHAR2 (30) Yes Printer type
Query Text

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


SELECT PRINTER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PRINTER_TYPE
FROM APPLSYS.FND_PRINTER;

Dependencies

[top of page]

APPLSYS.FND_PRINTER does not reference any database object

APPLSYS.FND_PRINTER is referenced by following:

SchemaAPPS
SynonymFND_PRINTER