[Home] [Help]
[Dependency Information]
| Object Name: | JTF_FM_PRINTER_LOOKUPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_FM_PRINTER_LOOKUPS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to lookup printers
| 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 |
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;
APPS
JTF_FM_PRINTER
JTF_FM_PRINTERS
JTF_FM_PRINT_SERVERS
JTF_FM_SERVICE_ALL
APPS.JTF_FM_PRINTER_LOOKUPS_V is not referenced by any database object
|
|
|
|