12.12.2016 Views

bomtrm

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

AK_REGIONS_TL<br />

AK_REGIONS_TL stores translated information about the regions in<br />

AK_REGIONS. Each row includes the language the row is translated to,<br />

the translated attributes of the region, and the region identifier which<br />

uniquely identifies the region. You need one row for each region in each<br />

of the installed languages. Each row includes a language and<br />

SOURCE_LANG column which can be used to determine if a value has<br />

been translated or defaulted.<br />

Foreign Keys<br />

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

AK_REGIONS REGION_APPLICATION_ID REGION_APPLICATION_ID<br />

REGION_CODE<br />

REGION_CODE<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 />

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

language which the translatable<br />

fields are translated to<br />

NAME NOT NULL VARCHAR2(80) Friendly user name of region<br />

DESCRIPTION NULL VARCHAR2(2000) Description of region<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 />

Indexes<br />

Index Name Index Type Sequence Column Name<br />

AK_REGIONS_TL_U1 UNIQUE 4 REGION_CODE<br />

6 REGION_APPLICATION_ID<br />

8 LANGUAGE<br />

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

3 – 42 Oracle Bills of Material Technical Reference Manual

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

Saved successfully!

Ooh no, something went wrong!