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


TABLE: XDO.XDO_FONT_MAPPINGS

Object Details
Object Name: XDO_FONT_MAPPINGS
Object Type: TABLE
Owner: XDO
FND Design Data: TableXDO.XDO_FONT_MAPPINGS
Subobject Name:
Status: VALID


XDO_FONT_MAPPINGS stores the mappings from a base font to a target Truetype or Type 1 font. A collection of these mappings forms a font mapping set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
MAPPING_CODE VARCHAR2 (80) Yes
BASE_FONT VARCHAR2 (120) Yes
STYLE VARCHAR2 (10) Yes
WEIGHT VARCHAR2 (10) Yes
LANGUAGE VARCHAR2 (6) Yes
TERRITORY VARCHAR2 (6) Yes
TARGET_FONT_TYPE VARCHAR2 (10) Yes
TARGET_FONT VARCHAR2 (120) Yes
TTC_NUMBER NUMBER

CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT MAPPING_CODE
,      BASE_FONT
,      STYLE
,      WEIGHT
,      LANGUAGE
,      TERRITORY
,      TARGET_FONT_TYPE
,      TARGET_FONT
,      TTC_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM XDO.XDO_FONT_MAPPINGS;

Dependencies

[top of page]

XDO.XDO_FONT_MAPPINGS does not reference any database object

XDO.XDO_FONT_MAPPINGS is referenced by following:

SchemaXDO
ViewXDO_FONT_MAPPINGS#