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


VIEW: APPS.FND_PRINTER_STYLES_VIEW

Object Details
Object Name: FND_PRINTER_STYLES_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.FND_PRINTER_STYLES_VIEW
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_STYLE_NAME VARCHAR2 (30) Yes Printer style name
USER_PRINTER_STYLE_NAME VARCHAR2 (80) Yes Printer style title
WIDTH NUMBER (4) Yes Number of columns
LENGTH NUMBER (4) Yes Number of rows
PRINTER_NAME VARCHAR2 (30)
Printer name
Query Text

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


SELECT PRINTER_STYLE_NAME
,      USER_PRINTER_STYLE_NAME
,      WIDTH
,      LENGTH
,      PRINTER_NAME
FROM APPS.FND_PRINTER_STYLES_VIEW;

Dependencies

[top of page]

APPS.FND_PRINTER_STYLES_VIEW references the following:

SchemaAPPS
SynonymFND_PRINTER
SynonymFND_PRINTER_INFORMATION
SynonymFND_PRINTER_STYLES
SynonymFND_PRINTER_STYLES_TL

APPS.FND_PRINTER_STYLES_VIEW is not referenced by any database object