KNTA_EXTERNAL_SYNCH

This table stores information of the last execution time when a particular routine interfacing with a third party interface was run.

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

EXTERNAL_SYNCH_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

EXTERNAL_PRODUCT

NOT NULL

VARCHAR2(50)

External product interfaced with kintana.

SYNCH_DATE

NULLABLE

DATE

Last time this record was modified.

FORMATTED_DATE

NULLABLE

VARCHAR2(50)

String representation of the date if required by the third party interface.

DESCRIPTION

NULLABLE

VARCHAR2(240)

Description regarding the third party interface.

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_EXTERNAL_SYNCH_N1

NONUNIQUE

1

EXTERNAL_SYNCH_ID

KNTA_EXTERNAL_SYNCH_N1

NONUNIQUE

2

EXTERNAL_PRODUCT

Sequences

This table uses no sequences.