KNTA_SCREENS

This table stores a reference list of the screens in the PPM Center client user interface. Various other UI-related data objects use this table to indicate a particular screen. All information in this table is seeded system data and must not be altered by the customer.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_PRODUCTS_NLS

PRODUCT_ID

PRODUCT_ID

Column Descriptions

Column Name

Null?

Data Type

Description

SCREEN_ID

NOT NULL

NUMBER

System-generated identifier

CREATION_DATE

NOT NULL

DATE

Date record was created

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

SCREEN_NAME

NOT NULL

VARCHAR2(80)

 

DESCRIPTION

NULLABLE

VARCHAR2(240)

 

PRODUCT_ID

NULLABLE

NUMBER

 

ENABLED_FLAG

NOT NULL

VARCHAR2(1)

 

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

 

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

 

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_SCREENS_U1

UNIQUE

1

SCREEN_ID

KNTA_SCREENS_U2

UNIQUE

1

SCREEN_NAME

SYS_C005198889

UNIQUE

1

REFERENCE_CODE

Sequences

This table uses no sequences.