12.12.2016 Views

bomtrm

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

AK_REGION_ITEMS_TL<br />

AK_REGION_ITEMS_TL stores translated information about the region<br />

items in AK_REGION_ITEMS. Each row includes the language the row<br />

is translated to, the translated attributes of the region item, the region<br />

identifier which uniquely identifies the region item and the region items<br />

label. You need one row for each region item in each of the installed<br />

languages. Each row includes a language and SOURCE_LANG column<br />

which can be used to determine if a value has been translated or<br />

defaulted.<br />

Foreign Keys<br />

Primary Key Table Primary Key Column Foreign Key Column<br />

AK_REGION_ITEMS REGION_APPLICATION_ID REGION_APPLICATION_ID<br />

REGION_CODE<br />

REGION_CODE<br />

ATTRIBUTE_CODE<br />

ATTRIBUTE_CODE<br />

ATTRIBUTE_APPLICATION_ID ATTRIBUTE_APPLICATION_ID<br />

Column Descriptions<br />

Name Null? Type Description<br />

REGION_CODE (PK) NOT NULL VARCHAR2(30) Region identifier<br />

REGION_APPLICATION_ID (PK) NOT NULL NUMBER(15) Product team’s application id<br />

which the region belong to<br />

ATTRIBUTE_CODE (PK) NOT NULL VARCHAR2(30) Attribute identifier<br />

ATTRIBUTE_APPLICATION_ID (PK) NOT NULL NUMBER(15) Product team’s application ID<br />

which the attribute belong to<br />

LANGUAGE (PK) NOT NULL VARCHAR2(4) The language code of the<br />

language which the translatable<br />

fields are translated to<br />

ATTRIBUTE_LABEL_LONG NULL VARCHAR2(80) Label/Prompt for this region<br />

item<br />

ATTRIBUTE_LABEL_SHORT NULL VARCHAR2(30) A short label/prompt for this<br />

region item (this column is<br />

obsolete, do not use)<br />

SOURCE_LANG NOT NULL VARCHAR2(4) Language code of the language<br />

which the values of the<br />

translatable columns were<br />

originally entered<br />

CREATED_BY NOT NULL NUMBER(15) Standard Who Column<br />

CREATION_DATE NOT NULL DATE Standard Who Column<br />

LAST_UPDATED_BY NOT NULL NUMBER(15) Standard Who Column<br />

LAST_UPDATE_DATE NOT NULL DATE Standard Who Column<br />

LAST_UPDATE_LOGIN NOT NULL NUMBER(15) Standard Who Column<br />

DESCRIPTION NULL VARCHAR2(2000)<br />

Indexes<br />

Index Name Index Type Sequence Column Name<br />

AK_REGION_ITEMS_TL_U1 UNIQUE 4 REGION_CODE<br />

6 REGION_APPLICATION_ID<br />

10 ATTRIBUTE_CODE<br />

12 ATTRIBUTE_APPLICATION_ID<br />

14 LANGUAGE<br />

Oracle Proprietary, Confidential Information––Use Restricted by Contract<br />

Detailed Design<br />

3 – 47

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!