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

AK_FLOWS_TL stores translated information about the flows in<br />

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

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

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

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_FLOWS FLOW_APPLICATION_ID FLOW_APPLICATION_ID<br />

FLOW_CODE<br />

FLOW_CODE<br />

Column Descriptions<br />

Name Null? Type Description<br />

FLOW_CODE (PK) NOT NULL VARCHAR2(30) Flow unique identifier<br />

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

which the flow 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(30) Name of flow<br />

DESCRIPTION NULL VARCHAR2(2000) Description of flow<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_FLOWS_TL_U1 UNIQUE 4 FLOW_CODE<br />

6 FLOW_APPLICATION_ID<br />

8 LANGUAGE<br />

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

Detailed Design<br />

3 – 13

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

Saved successfully!

Ooh no, something went wrong!