AR_CUST_UPD_BATCH_SUMMARY
AR_CUST_UPD_BATCH_SUMMARY contains summary information about customer upload batches.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
AR_CUST_UPD_BATCH_SUMMARY_PK |
BATCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_ID | NUMBER | 18 | Yes | Customer upload batch identifier. | |
| BATCH_NAME | VARCHAR2 | 255 | Yes | Customer upload batch name entered by the user while submitting a customer upload batch. | |
| ORIGINAL_SYSTEM | VARCHAR2 | 30 | Yes | Original source system for the batch data. | |
| BATCH_STATUS | VARCHAR2 | 30 | Overall status of the customer upload batch. Valid values are Process pending, All records successfully uploaded, One or more records failed to upload, and Process error. | ||
| BATCH_SUBMISSION_DATE | TIMESTAMP | Customer upload batch submission date.t | |||
| UPLOAD_FILE_DOCUMENT_ID | NUMBER | 18 | Identifer of the customer upload spreadsheet file document. | ||
| SUCCESS_RECORD_COUNT | NUMBER | 18 | Indicates the number of records successfully uploaded from the spreadsheet data for a batch. | ||
| ERROR_RECORD_COUNT | NUMBER | 18 | Indicates the number of unsuccessful records in the batch. | ||
| SPREADSHEET_FILE_NAME | VARCHAR2 | 150 | Customer upload data spreadsheet file name. | ||
| 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. | ||
| 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_CUST_UPD_BATCH_SUMMARY_U1 | Unique | Default | BATCH_ID |