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


TABLE: APPLSYS.FND_PRINTER_TYPES

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


FND_PRINTER_TYPES stores printer types. Each row includes the name
and description of a type of printer. Oracle Application Object
Library does not use the RESET_STRING column in release 10 (version
6.0). You
need one row for each type of printer installed at your site.
Oracle Application Object Library uses this information in a
LOV you use to register individual printers.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINTER_TYPE
Columns
Name Datatype Length Mandatory Comments
PRINTER_TYPE VARCHAR2 (30) Yes Printer type
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
DESCRIPTION VARCHAR2 (240)
Description
RESET_STRING VARCHAR2 (240)
Not currently used
Query Text

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


SELECT PRINTER_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      RESET_STRING
FROM APPLSYS.FND_PRINTER_TYPES;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_TYPES does not reference any database object

APPLSYS.FND_PRINTER_TYPES is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_TYPES