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

AK_ATTRIBUTES_TL stores translated information about the attributes<br />

in AK_ATTRIBUTES. Each row includes the language the row is<br />

translated to, the name, description, and label of the attribute, and the<br />

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

row for each attribute in each of the installed languages. Each row<br />

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

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

Foreign Keys<br />

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

AK_ATTRIBUTES ATTRIBUTE_APPLICATION_ID ATTRIBUTE_APPLICATION_ID<br />

ATTRIBUTE_CODE<br />

ATTRIBUTE_CODE<br />

Column Descriptions<br />

Name Null? Type Description<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 belongs 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) Name of the attribute<br />

ATTRIBUTE_LABEL_LONG NULL VARCHAR2(80) Label/Prompt of attribute<br />

ATTRIBUTE_LABEL_SHORT NULL VARCHAR2(40) A short label/prompt of<br />

attribute (this column is<br />

obsolete, do not use)<br />

DESCRIPTION NULL VARCHAR2(2000) Description of attribute<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_ATTRIBUTES_TL_U1 UNIQUE 4 ATTRIBUTE_CODE<br />

6 ATTRIBUTE_APPLICATION_ID<br />

8 LANGUAGE<br />

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

3 – 10 Oracle Bills of Material Technical Reference Manual

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

Saved successfully!

Ooh no, something went wrong!