KRSC_PENDING_ASSIGNMENT_ERR

This table stores records of errors encountered while the server tries to process rows in the KRSC_PENDING_ASSIGNMENTS table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_ENTITIES_NLS

ENTITY_ID

SOURCE_ENTITY_ID

KCRT_REQUEST_HEADER_TYPES_NLS

REQUEST_HEADER_TYPE_ID

SOURCE_ID

PM_PROJECTS

PROJECT_ID

SOURCE_ID

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_USERS

USER_ID

CREATED_BY

KCRT_REQUEST_TYPES_NLS

REQUEST_TYPE_ID

SOURCE_ID

KCRT_REQUESTS

REQUEST_ID

SOURCE_ID

RSC_STAFFING_PROFILES

STAFFING_PROFILE_ID

SOURCE_ID

Column Descriptions

Column Name

Null?

Data Type

Description

PENDING_ASSIGNMENT_ERR_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

SOURCE_ENTITY_ID

NOT NULL

NUMBER

Copy of the SOURCE_ENTITY_ID from the KRSC_PENDING_ASSIGNMENTS table.

SOURCE_ID

NOT NULL

NUMBER

Copy of the SOURCE_ID from the KRSC_PENDING_ASSIGNMENTS table.

ERROR_MSG

NULLABLE

VARCHAR2(2000)

Message from the error encountered while trying to process the row from the KRSC_PENDING_ASSIGNMENTS table.

ERROR_GROUP_ID

NOT NULL

NUMBER

System-generated identifier to batch errors together that occur at the same pass of processing the KRSC_PENDING_ASSIGNMENTS table.

Indexes

Index Name

Index Type

Sequence

Column Name

KRSC_PENDING_ASSIGNMENT_ERR_N1

NONUNIQUE

1

SOURCE_ENTITY_ID

KRSC_PENDING_ASSIGNMENT_ERR_N1

NONUNIQUE

2

SOURCE_ID

KRSC_PENDING_ASSIGNMENT_ERR_N2

NONUNIQUE

1

ERROR_GROUP_ID

KRSC_PENDING_ASSIGNMENT_ERR_U1

UNIQUE

1

PENDING_ASSIGNMENT_ERR_ID

Sequences

This table uses no sequences.