KNTA_ACCESS_GRANTS

This table stores a list of grant definitions.

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

ACCESS_GRANT_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

ACCESS_GRANT_NAME

NOT NULL

VARCHAR2(80)

Name of access grant

ACCESS_GRANT_KEY

NOT NULL

NUMBER

Numeric key of access grant

PRODUCT_ID

NULLABLE

NUMBER

Product identifier the access grant is used by

DESCRIPTION

NULLABLE

VARCHAR2(200)

Description of grant

CATEGORY

NOT NULL

VARCHAR2(100)

Category the grant is used for

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

Language name in which the record was defined

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

System generated unique reference code

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_ACCESS_GRANTS_U1

UNIQUE

1

ACCESS_GRANT_ID

KNTA_ACCESS_GRANTS_U2

UNIQUE

1

ACCESS_GRANT_NAME

SYS_C005197906

UNIQUE

1

REFERENCE_CODE

Sequences

This table uses no sequences.