KNTA_I18N_RESOURCES

This table stores all the language specific resources used by PPM Center. The resources are extracted into property files for JAVA code. The PL/SQL code refers to these resources directly through KNTA_I18N_RESOURCE.GET function calls.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

RESOURCE_ID

NOT NULL

NUMBER

System-generated identifier

KEY

NOT NULL

VARCHAR2(100)

 

VALUE

NOT NULL

VARCHAR2(2000)

 

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

CREATION_DATE

NOT NULL

DATE

Date record was created

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

LAST_UPDATED_DATE

NOT NULL

DATE

 

PRODUCT_CODE

NOT NULL

VARCHAR2(50)

 

DESCRIPTION

NULLABLE

VARCHAR2(2000)

 

TRANSLATABLE

NULLABLE

VARCHAR2(1)

 

SCOPE

NOT NULL

VARCHAR2(10)

 

BUNDLE_MODIFIED

NULLABLE

VARCHAR2(1)

 

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

 

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_I18N_RESOURCES_U1

UNIQUE

1

KEY

KNTA_I18N_RESOURCES_U2

UNIQUE

1

RESOURCE_ID

Sequences

This table uses no sequences.