FLA_LEASE_ERRORS

FLA_LEASE_ERRORS contains all the error messages which gets inserted while processing.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_LEASE_ERRORS_PK

LEASE_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
LEASE_ERROR_ID NUMBER 18 Yes LEASE_ERROR_ID. It is the primary key of the table.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LEASE_ID NUMBER 18 Yes Lease identifier. It references the primary key of the FLA_LEASES_ALL table.
LEASE_DETAIL_ID NUMBER 18 Yes Lease detail identifier. It is referenced from FLA_LEASE_DETAILS table.
PROCESS_CODE VARCHAR2 30 Yes Process which is creating the messages. VALIDATE, ACCRUAL or INVOICE.
OBJECT_TYPE_CODE VARCHAR2 30 Yes Object which is causing the Error. PAYMENT, PARTIES or ASSETS.
OBJECT_REFERENCE1 VARCHAR2 30 Object details of the object which is referenced during the Error.
OBJECT_REFERENCE2 VARCHAR2 30 Object details of the object which is referenced during the Error.
OBJECT_REFERENCE1_ID NUMBER 18 Object id of the object which is referenced during the Error.
OBJECT_REFERENCE2_ID NUMBER 18 Object id of the object which is referenced during the Error.
MESSAGE_TYPE_CODE VARCHAR2 30 Yes Message type. Either Error or warning.
MESSAGE_TEXT VARCHAR2 1000 Yes Detailed error message which was captured.
VERSION_NUM NUMBER 9 Yes Version number of the lease as captured in FLA_LEASE_DETAILS.
MESSAGE_NUMBER VARCHAR2 30 Message number as captured for the message.
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.
LOAD_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the interface load job that created the row.
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.

Indexes

Index Uniqueness Tablespace Columns
FLA_LEASE_ERRORS_N1 Non Unique FUSION_TS_TX_IDX LEASE_DETAIL_ID, LEASE_ID, PROCESS_CODE
FLA_LEASE_ERRORS_U1 Unique FUSION_TS_TX_IDX LEASE_ERROR_ID