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


TABLE: JTF.JTF_FM_PRINTERS

Object Details
Object Name: JTF_FM_PRINTERS
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_FM_PRINTERS
Subobject Name:
Status: VALID


Table to store the Printers available.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_FM_PRINTERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINT_SERVER_ID
Columns
Name Datatype Length Mandatory Comments
PRINTER_ID NUMBER
Yes Unique Identifier of the Printer
PRINTER_NAME VARCHAR2 (255)
Name of the Printer
PRINTER_LONG_DESC VARCHAR2 (1000)
Description of the Printer
PRINTER_API_VALUE VARCHAR2 (80)
The actual value passed to p_printer parameter in the call to Fulfillment API's
PRINT_SERVER_ID NUMBER
Yes Print Server Id is foreign key to JTF_FM_PRINT_SERVERS table.
CREATION_DATE DATE
Yes Standard Who Columns
CREATED_BY NUMBER (15) Yes Standard Who Columns
LAST_UPDATE_DATE DATE
Yes Standard Who Columns
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Columns
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Columns
Query Text

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


SELECT PRINTER_ID
,      PRINTER_NAME
,      PRINTER_LONG_DESC
,      PRINTER_API_VALUE
,      PRINT_SERVER_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM JTF.JTF_FM_PRINTERS;

Dependencies

[top of page]

JTF.JTF_FM_PRINTERS does not reference any database object

JTF.JTF_FM_PRINTERS is referenced by following:

SchemaAPPS
SynonymJTF_FM_PRINTERS