OSS_IMPORT_BATCH_T

This entity will be populated by OSS Import before calling APIs to post process imported object.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_IMPORT_BATCH_T_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Primary key Identifier
BATCH_ID NUMBER 18 Yes Import job batch ID
SUBSCRIPTION_ID NUMBER 18 Yes Subscription ID
OBJECT_ID NUMBER 18 Yes Imported objects identitifer.
OBJECT_NAME VARCHAR2 64 Yes Imported objects transaction table name
PARENT_OBJECT_ID NUMBER 18 Imported objects parent ID
PARENT_OBJECT_NAME VARCHAR2 64 Imported objects parent table name
OPERATION VARCHAR2 30 OPERATION
GEN_BILLING_SCHEDULE_FLAG VARCHAR2 1 GEN_BILLING_SCHEDULE_FLAG
REPRICE_FLAG VARCHAR2 1 Flag to identify whether reprice required.
ACTIVATE_FLAG VARCHAR2 1 Flag to identify whether activate required.
VALIDATE_FLAG VARCHAR2 1 Flag to identify whether validation required.
INTERFACE_ROW_ID NUMBER 18 Autogenerated primary key of the import interface data table.
FILE_RECORD_NUM NUMBER 18 Relates the record in the import interface table to import input file row.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Identifier of the subscription products.
ESS_BATCH_ID NUMBER 18 Batch id generated during data initialization for ess job.
CALCULATE_TAX_FLAG VARCHAR2 1 Flag to identify whether calcualte tax is required.
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.
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_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 Status
OSS_IMPORT_BATCH_T_N1 Non Unique Default BATCH_ID, SUBSCRIPTION_ID
OSS_IMPORT_BATCH_T_N2 Non Unique Default ESS_BATCH_ID
OSS_IMPORT_BATCH_T_U1 Unique Default ID
OSS_IMPORT_BATCH_T_U2 Unique Default BATCH_ID, OBJECT_ID Obsolete
OSS_IMPORT_BATCH_T_N3 Non Unique Default BATCH_ID, OBJECT_ID