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_FOREIGN_KEYS_TL<br />

AK_FOREIGN_KEYS_TL stores translated information about the<br />

foreign keys in AK_FOREIGN_KEYS. Each row includes the language<br />

the row is translated to, the attributes for the foreign key and the foreign<br />

key identifier which uniquely identifies the foreign key. You need one<br />

row for each foreign key in the installed languages. Each row includes a<br />

language and SOURCE_LANG column which can be used to determine<br />

if a value has been translated or defaulted.<br />

Foreign Keys<br />

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

AK_FOREIGN_KEYS FOREIGN_KEY_NAME FOREIGN_KEY_NAME<br />

Column Descriptions<br />

Name Null? Type Description<br />

FOREIGN_KEY_NAME (PK) NOT NULL VARCHAR2(30) Unique identifier for this<br />

foreign key relationship<br />

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

language which the translatable<br />

fields are translated to<br />

FROM_TO_NAME NULL VARCHAR2(45) A user friendly name for the<br />

foreign key relationship<br />

FROM_TO_DESCRIPTION NULL VARCHAR2(1500) Description of the foreign key<br />

relationship<br />

TO_FROM_NAME NULL VARCHAR2(45) A user friendly name of the<br />

reverse foreign key<br />

relationship<br />

TO_FROM_DESCRIPTION NULL VARCHAR2(1500) Description of the reverse<br />

foreign key relationship<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_FOREIGN_KEYS_TL_U1 UNIQUE 2 FOREIGN_KEY_NAME<br />

4 LANGUAGE<br />

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

3 – 24 Oracle Bills of Material Technical Reference Manual

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

Saved successfully!

Ooh no, something went wrong!