OSS_USAGE_EVENTS_EXPORT_QUEUE

The following table is used to capture data for export of Usage Events

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_USAGEEVENTSEXPORT_QUEUE_PK

EXPORT_QUEUE_ID

Columns

Name Datatype Length Precision Not-null Comments
EXPORT_QUEUE_ID NUMBER 18 Yes Unique identifier (Primary Key) of the Export Queue.
EXPORT_QUEUE_NUMBER VARCHAR2 120 Yes Public unique identifier or alternate key of the Export Queue
BATCH_ID NUMBER 18 Identifier of the Batch.
BATCH_NUMBER VARCHAR2 120 Unique identifier (Primary Key) of the Batch.
EXPORT_JOB_ID NUMBER 18 Unique Identifier of the Export Job from zca_exp_jobs table.
EXPORT_NAME VARCHAR2 120 Representative name of Export submitted by User
EXPORT_CRITERIA VARCHAR2 1000 Criteria used for filtering the records to export.
SUBMITTED_BY_PARTY_ID NUMBER 18 Yes Identifier of the user submitting the export.
OPERATION_CODE VARCHAR2 32 Identifier of the type of job queue tracked.
UCM_CONTENT_ID VARCHAR2 255 Identifier of the CSV content stored in UCM.
MAPPING_NUMBER NUMBER 18 Identifier of the columns mapping.
OBJECT_CODE VARCHAR2 32 Object Code for which CSV contains data.
SUBMISSION_STATUS VARCHAR2 32 Identifier of the Record Submission Status.
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.

Indexes

Index Uniqueness Tablespace Columns
OSS_USAGEEVENTSEXPORT_QUEUE_N1 Non Unique Default SUBMITTED_BY_PARTY_ID
OSS_USAGEEVENTSEXPORT_QUEUE_N2 Non Unique Default OPERATION_CODE
OSS_USAGEEVENTSEXPORT_QUEUE_PK Unique OSS_USAGEEVENTSEXPORT_QUEUE_PK EXPORT_QUEUE_ID
OSS_USAGEEVENTSEXPORT_QUEUE_U1 Unique Default EXPORT_QUEUE_ID, EXPORT_QUEUE_NUMBER