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


VIEW: APPS.JTF_FM_FND_PRINTER_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRINTER_NAME VARCHAR2 (30) Yes The Printer Name of the FND Printer
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PRINTER_TYPE VARCHAR2 (30) Yes The Printer Type of the FND Printer
F_DELETEDFLAG VARCHAR2 (0)
The F Deletedflag of the FND Printer
OBJECT_VERSION_NUMBER NUMBER

The Object Version Number of the FND Printer
Query Text

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


SELECT PRINTER_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      PRINTER_TYPE
,      F_DELETEDFLAG
,      OBJECT_VERSION_NUMBER
FROM APPS.JTF_FM_FND_PRINTER_V;

Dependencies

[top of page]

APPS.JTF_FM_FND_PRINTER_V references the following:

SchemaAPPS
SynonymFND_PRINTER

APPS.JTF_FM_FND_PRINTER_V is not referenced by any database object