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


VIEW: APPS.JTF_FM_PRINTER_LOOKUPS_V

Object Details
Object Name: JTF_FM_PRINTER_LOOKUPS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_FM_PRINTER_LOOKUPS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View to lookup printers


[View Source]

Columns
Name Datatype Length Mandatory Comments
SERVER_ID NUMBER
Yes Unique id of the Server
PRINT_SERVER_ID NUMBER
Yes Unique Identifier of the Print Server
PHYSICAL_NAME VARCHAR2 (255)
Physical Name of the Printer
PRINT_SERVER_TYPE VARCHAR2 (1)
Type of Print Server. "P" for Pasta and "R" for Right fax.
PRINTER_NAME VARCHAR2 (255)
Name of the Printer
PRINTER_API_VALUE VARCHAR2 (80)
Value that will be passed to the Fulfillment API's for p_printer parameter
Query Text

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


SELECT SERVER_ID
,      PRINT_SERVER_ID
,      PHYSICAL_NAME
,      PRINT_SERVER_TYPE
,      PRINTER_NAME
,      PRINTER_API_VALUE
FROM APPS.JTF_FM_PRINTER_LOOKUPS_V;

Dependencies

[top of page]

APPS.JTF_FM_PRINTER_LOOKUPS_V references the following:

SchemaAPPS
SynonymJTF_FM_PRINTER
SynonymJTF_FM_PRINTERS
SynonymJTF_FM_PRINT_SERVERS
SynonymJTF_FM_SERVICE_ALL

APPS.JTF_FM_PRINTER_LOOKUPS_V is not referenced by any database object