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


TABLE: JTF.JTF_FM_PRINT_SERVERS

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


Table to Store the Print Servers used by Fulfillment Server to submit Print Requests.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_FM_PRINT_SERVERS_N1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRINT_SERVER_ID
Columns
Name Datatype Length Mandatory Comments
PRINT_SERVER_ID NUMBER
Yes Unique ID for the Print Server
PHYSICAL_NAME VARCHAR2 (255)
Name of the Print Server
PRINT_SERVER VARCHAR2 (255)
The actual PRINT SERVER
PRINT_SERVER_TYPE VARCHAR2 (1)
Column that distinguishes the PRINT SERVER type. 'R' for Right Fax and 'P' for Pasta.
CREATION_DATE DATE
Yes Creation Date. Standard WHO columns.
CREATED_BY NUMBER
Yes Creation By. Standard WHO columns.
LAST_UPDATE_DATE DATE
Yes Last Update Date. Standard WHO column.
LAST_UPDATED_BY NUMBER
Yes Last Updated By. Standard WHO column.
LAST_UPDATE_LOGIN NUMBER

Last Update Login. Standard WHO column.
Query Text

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


SELECT PRINT_SERVER_ID
,      PHYSICAL_NAME
,      PRINT_SERVER
,      PRINT_SERVER_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM JTF.JTF_FM_PRINT_SERVERS;

Dependencies

[top of page]

JTF.JTF_FM_PRINT_SERVERS does not reference any database object

JTF.JTF_FM_PRINT_SERVERS is referenced by following:

SchemaAPPS
SynonymJTF_FM_PRINT_SERVERS