KRSC_ORG_UNIT_MEMBERS

This table stores references to the immediate members of an Organization Unit. It is a cross table between the KRSC_ORG_UNITS table and the KNTA_USERS table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KRSC_ORG_UNITS_NLS

ORG_UNIT_ID

ORG_UNIT_ID

KNTA_USERS

USER_ID

USER_ID

Column Descriptions

Column Name

Null?

Data Type

Description

ORG_UNIT_MEMBER_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

ORG_UNIT_ID

NOT NULL

NUMBER

Foreign key to the parent Organization Unit this member

USER_ID

NOT NULL

NUMBER

Foreign key to this members row in the KNTA_USERS table.

SOURCE

NULLABLE

VARCHAR2(100)

For records that have been updated by an interface or migrator, provides additional information about the source of the external update.

SOURCE_TYPE_CODE

NULLABLE

VARCHAR2(30)

For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on)

Indexes

Index Name

Index Type

Sequence

Column Name

KRSC_ORG_UNIT_MEMBERS_N1

NONUNIQUE

1

ORG_UNIT_ID

KRSC_ORG_UNIT_MEMBERS_N2

NONUNIQUE

1

USER_ID

KRSC_ORG_UNIT_MEMBERS_U1

UNIQUE

1

ORG_UNIT_MEMBER_ID

Sequences

Sequence Name

Sequence Type

KRSC_ORG_UNIT_MEMBERS_S

ORG_UNIT_MEMBER_ID