POR_DOC_PARSE_ERRORS

The table is used for storing the parse errors which occur during the Agreement Loader file parsing.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POR_DOC_PARSE_ERRORS_PK

PARSE_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
PARSE_ERROR_ID NUMBER 18 Yes Autogenerated Primary Key
JOB_NUMBER NUMBER 18 Yes Request Id(Job Number) which uniquely identifies a Catalog Batch Process.
LINE_NUMBER NUMBER 9 Yes Line Number in the document that causing this error.
COLUMN_NUMBER NUMBER 9 Yes Column number in the document that causing this error.
ERROR_MESSAGE VARCHAR2 1000 Error Message.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_DOC_PARSE_ERRORS por_doc_upload_jobs JOB_NUMBER

Indexes

Index Uniqueness Tablespace Columns
POR_DOC_PARSE_ERRORS_N1 Non Unique Default JOB_NUMBER
POR_DOC_PARSE_ERRORS_U1 Unique Default PARSE_ERROR_ID