Search Results fnd_printer_types
Overview
The FND_PRINTER_TYPES table is a core reference table within the Application Object Library (FND) module of Oracle E-Business Suite (EBS). It functions as a master repository for defining and categorizing the different types of printers that can be configured and used across the application. Its primary role is to establish a controlled list of printer type codes, such as 'LASER', 'POSTSCRIPT', or 'HPLJ', which are then referenced by other printing-related entities. This table ensures data integrity and consistency in printer configuration by providing a standard set of valid types that can be assigned to individual printer definitions, thereby serving as a foundational element of the EBS printing subsystem.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the structure and foreign key relationships indicate its core data model. The central column is PRINTER_TYPE, which serves as the primary key. This column stores the unique, short code that identifies a category of printer. Based on standard EBS implementation patterns, the table likely also contains descriptive columns such as a DESCRIPTION or NAME to provide a user-friendly explanation of the printer type. The table's purpose is to be a simple, static lookup, so it typically contains a relatively small number of rows defining the printer technologies or driver types supported by the EBS environment.
Common Use Cases and Queries
The primary use case for this table is to validate and report on printer configurations. System administrators and developers query this table to understand the available printer types or to join it with printer detail tables for comprehensive reporting. A common query retrieves the list of all defined printer types, while a more frequent pattern involves joining it with the FND_PRINTER table to get a descriptive report of all configured printers.
- Listing all valid printer types:
SELECT printer_type, description FROM fnd_printer_types ORDER BY printer_type; - Reporting on all printers with their type description:
SELECT p.printer_name, p.printer_type, t.description FROM fnd_printer p, fnd_printer_types t WHERE p.printer_type = t.printer_type;
Related Objects
The FND_PRINTER_TYPES table is a parent table referenced by key printing configuration tables via foreign key constraints, as documented in the provided metadata. These relationships enforce that a printer's type must be a valid entry in this lookup table.
- FND_PRINTER: The primary printer definition table. Its
PRINTER_TYPEcolumn referencesFND_PRINTER_TYPES.PRINTER_TYPE. - FND_PRINTER_INFORMATION: A table storing additional printer-specific settings. Its
PRINTER_TYPEcolumn also referencesFND_PRINTER_TYPES.PRINTER_TYPE.
The primary key constraint FND_PRINTER_TYPES_PK on the PRINTER_TYPE column ensures uniqueness and supports these foreign key relationships.
-
Table: FND_PRINTER_TYPES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_TYPES, object_name:FND_PRINTER_TYPES, status:VALID, product: FND - Application Object Library , description: Printer Types , implementation_dba_data: APPLSYS.FND_PRINTER_TYPES ,
-
Table: FND_PRINTER_TYPES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_TYPES, object_name:FND_PRINTER_TYPES, status:VALID, product: FND - Application Object Library , description: Printer Types , implementation_dba_data: APPLSYS.FND_PRINTER_TYPES ,
-
VIEW: APPLSYS.FND_PRINTER_TYPES#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_PRINTER_TYPES#, status:VALID,
-
SYNONYM: APPS.FND_PRINTER_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_PRINTER_TYPES, status:VALID,
-
TABLE: APPLSYS.FND_PRINTER_TYPES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_TYPES, object_name:FND_PRINTER_TYPES, status:VALID,
-
SYNONYM: APPS.FND_PRINTER_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_PRINTER_TYPES, status:VALID,
-
TRIGGER: APPS.FND_PRINTER_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FND_PRINTER_TYPES+, status:VALID,
-
VIEW: APPLSYS.FND_PRINTER_TYPES#
12.2.2
-
TABLE: APPLSYS.FND_PRINTER_TYPES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_TYPES, object_name:FND_PRINTER_TYPES, status:VALID,
-
TRIGGER: APPS.FND_PRINTER_TYPES+
12.2.2
-
FUNCTION: APPS.FND_PRINTER_TYPES=
12.2.2
-
Table: FND_PRINTER_INFORMATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_INFORMATION, object_name:FND_PRINTER_INFORMATION, status:VALID, product: FND - Application Object Library , description: Printer styles and drivers used by printer types , implementation_dba_data: APPLSYS.FND_PRINTER_INFORMATION ,
-
FUNCTION: APPS.FND_PRINTER_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FND_PRINTER_TYPES=, status:VALID,
-
Table: FND_PRINTER_INFORMATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER_INFORMATION, object_name:FND_PRINTER_INFORMATION, status:VALID, product: FND - Application Object Library , description: Printer styles and drivers used by printer types , implementation_dba_data: APPLSYS.FND_PRINTER_INFORMATION ,
-
Table: FND_PRINTER
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER, object_name:FND_PRINTER, status:VALID, product: FND - Application Object Library , description: Printers registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_PRINTER ,
-
Table: FND_PRINTER
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PRINTER, object_name:FND_PRINTER, status:VALID, product: FND - Application Object Library , description: Printers registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_PRINTER ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,