IMPORT_LOG 
Default Table Name  IMPORT_LOG 
Definition 
Name: IMPORT LOG   Description: IMPORT LOG.
 

IMPORT_LOG Columns 
ColumnName  Domain  Datatype  NULL  Definition 
BATCH_DTT(PK)    DATE  NO 
Name: BATCH DATE   Description: The date time that overall import was executed.
 
MESSAGE_GROUP_NAME(PK)    VARCHAR2(50)  NO 
Name: MESSAGE GROUP NAME  Description: The import data type that record pertains to.
 
FILE_NAME(PK)    VARCHAR2(254)  NO 
Name: FILE NAME  Description: Import data source file name or table name.
 
MESSAGE_NAME(PK)    VARCHAR2(50)  NO 
Name: MESSAGE NAME  Description: Would be same as MESSAGE_GROUP_NAME for URS.
 
S_SOURCE_CD    VARCHAR2(10)  NO 
Name: S SOURCE CODE  Description: The source of the import data.
 
EXTERNAL_USER    VARCHAR2(20)  YES 
Name: EXTERNAL USER  Description: User ID of the non-TC user initiating the insert into the Import table.
 
START_DTT    DATE  NO 
Name: START DATE  Description: The start date time that source for import data type was processed.
 
END_DTT    DATE  YES 
Name: END DATE  Description: The end date time that source for import data type was processed.
 
READ_NO    NUMBER(10, 0)  NO 
Name: READ NUMBER  Description: The counter for the source import data type for records read.
 
UPDATE_NO    NUMBER(10, 0)  NO 
Name: UPDATE NUMBER  Description: The counter for the source import data type for records updated.
 
INSERT_NO    NUMBER(10, 0)  NO 
Name: INSERT NUMBER  Description: The counter for the source import data type for records inserted.
 
DELETE_NO    NUMBER(10, 0)  NO 
Name: DELETE NUMBER  Description: The counter for the source import data type for records deleted.
 
REJECTED_NO    NUMBER(10, 0)  NO 
Name: REJECTED NUMBER  Description: The counter for the source import data type for records rejected.
 
ROWVERSION    NUMBER(10, 0)  NO 
 
MODIFIED_BY    VARCHAR2(20)  NO 
 
TIME_STAMP    DATE  NO 
 

IMPORT_LOG Primary and Unique Keys 
Key Name  Key Type  Keys 
PI_0304  PrimaryKey  BATCH_DTT, MESSAGE_GROUP_NAME, FILE_NAME, MESSAGE_NAME 

IMPORT_LOG Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Deferrable 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Deferrable