[Home] [Help]
[Dependency Information]
Object Name: | FND_PRINTER |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_PRINTER_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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 |
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;
APPLSYS.FND_PRINTER does not reference any database object
APPLSYS.FND_PRINTER is referenced by following:
|
|
|