FLA_INTERFACE_REJECTIONS

FLA_INTERFACE_REJECTIONS contains the error details captured during import program

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FLA_INTERFACE_REJECTIONS_PK

INTERFACE_REJECTION_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_REJECTION_ID NUMBER 18 Yes Interface Rejection Record identifier. Primary Key Column.
LOAD_REQUEST_ID NUMBER 18 Yes Oracle Enterprise Scheduler: request identifier of the interface load job that created the row.
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.
INTERFACE_LEASE_ID NUMBER 18 Yes Interface Lease Identifier referenced from FLA_LEASES_INT table
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.
OBJECT_TYPE_CODE VARCHAR2 30 Yes Object type identifiers. Contains values like LEASE, ASSETS, ASSETSERIALS, PAYMENTHEADER, PAYMENTLINE and PAYMENTACCOUNTS etc
OBJECT_KEY_ID1 NUMBER 18 Yes Key value corresponding to Object type column. Contains values corresponding to INTERFACE_LEASE_ID, INTERFACE_PAYMENT_HEADER_ID, INTERFACE_ASSET_ID, INTERFACE_SERIAL_ID, INTERFACE_PAYMENT_LINE_ID and INTERFACE_PAYMENT_ACCOUNT_ID.
OBJECT_KEY_ID2 NUMBER 18 Contains any other reference keys corresponding to error.
OBJECT_REFERENCE1 VARCHAR2 300 Reference value for rejection reference purpose.
OBJECT_REFERENCE2 VARCHAR2 300 Reference value for rejection reference purpose.
OBJECT_REFERENCE3 VARCHAR2 300 Reference value for rejection reference purpose. This will capture the columns which are referenced.
OBJECT_REFERENCE4 VARCHAR2 300 Reference value for rejection reference purpose. This will capture the objects or lookups which are referenced.
MESSAGE_CODE VARCHAR2 30 Yes Message code that provides the reason for rejection of a record.
MESSAGE_TEXT VARCHAR2 1000 Yes Detailed error message which was captured.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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_INTERFACE_REJECTIONS_N1 Non Unique FUSION_TS_TX_DATA INTERFACE_LEASE_ID, LOAD_REQUEST_ID, OBJECT_TYPE_CODE, OBJECT_KEY_ID1
FLA_INTERFACE_REJECTIONS_U1 Unique FUSION_TS_TX_DATA INTERFACE_REJECTION_ID