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


TABLE: APPLSYS.FND_PRINTER_STYLES_TL

Object Details
Object Name: FND_PRINTER_STYLES_TL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_PRINTER_STYLES_TL
Subobject Name:
Status: VALID


FND_PRINTER_STYLES_TL stores translated information about printer
styles that are defined using Oracle Application Object Library.
Each row includes the name and the title of the printer style, and
a language code indicating the language the information is in. You
need one row for each print style you defined in each of the
installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_PRINTER_STYLES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPRINTER_STYLE_NAME
ColumnLANGUAGE
FND_PRINTER_STYLES_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_PRINTER_STYLE_NAME
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
PRINTER_STYLE_NAME VARCHAR2 (30) Yes Name of printer style
USER_PRINTER_STYLE_NAME VARCHAR2 (80) Yes Title of printer style
LANGUAGE VARCHAR2 (4) Yes Language
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
Query Text

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


SELECT PRINTER_STYLE_NAME
,      USER_PRINTER_STYLE_NAME
,      LANGUAGE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SOURCE_LANG
FROM APPLSYS.FND_PRINTER_STYLES_TL;

Dependencies

[top of page]

APPLSYS.FND_PRINTER_STYLES_TL does not reference any database object

APPLSYS.FND_PRINTER_STYLES_TL is referenced by following:

SchemaAPPS
SynonymFND_PRINTER_STYLES_TL