OSS_ORDER_TRANSACTIONS
Table for tracking order transactions.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OSS_ORDER_TRANSACTIONS_PK |
TRANSACTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | 18 | Yes | Transaction identifier primary key. | |
| TRANSACTION_NUMBER | VARCHAR2 | 120 | Yes | User identifiable transaction number. | |
| BATCH_ID | NUMBER | 18 | Batch partition identifier. Combination of REQUEST_ID and BATCH_ID is unique | ||
| TRANSACTION_TYPE | VARCHAR2 | 30 | Yes | Type of order management transaction. Possible values are ORA_CREATE, ORA_AMEND, ORA_CLOSE. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| SALES_ORDER_ID | NUMBER | 18 | Yes | Sales order identifier in Order Management. | |
| SALES_ORDER_LINE_ID | NUMBER | 18 | Yes | Sales order line identifier in Order Management. | |
| SALES_ORDER_FULFILL_LINE_ID | NUMBER | 18 | Yes | Fulfillment line identifier in Order Management. | |
| SUBSCRIPTION_ID | NUMBER | 18 | Subscription identifier in Subscription Management. | ||
| SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | Subscription Product identifier in Subscription Management. | ||
| TRANSACTION_STATUS | VARCHAR2 | 30 | Yes | Current status of the transaction. Possible values are NEW, PENDING, PROCESSED, ERROR, ONHOLD. | |
| SUBSCRIPTION_REF_ID | NUMBER | 18 | Subscription identifier of the referenced product from the order document references. | ||
| SUBSCRIPTION_PRODUCT_REF_ID | NUMBER | 18 | Subscription Product identifier of the referenced product from the order document references. | ||
| 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. | |
| 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. | ||
| REPROCESS_YN | VARCHAR2 | 1 | Flag to indicate if the transaction can be reprocessed. | ||
| SUBSCRIPTION_PROFILE_ID | NUMBER | 18 | The subscription profile id from the sales order or the defaulting rules in Subscription Configuration. | ||
| GROUPING_RULE_SET_ID | NUMBER | 18 | Grouping Rule Set Identifier | ||
| GROUPING_RULE_NUMBER | VARCHAR2 | 120 | Grouping Rule Public Unique Identifier | ||
| GROUPING_HASH_KEY | NUMBER | 18 | Grouping Hash Key |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OSS_ORDER_TRANSACTIONS_N1 | Non Unique | Default | TRANSACTION_TYPE |
| OSS_ORDER_TRANSACTIONS_N2 | Non Unique | Default | SALES_ORDER_ID |
| OSS_ORDER_TRANSACTIONS_N3 | Non Unique | Default | SUBSCRIPTION_ID |
| OSS_ORDER_TRANSACTIONS_N4 | Non Unique | Default | SUBSCRIPTION_PRODUCT_ID |
| OSS_ORDER_TRANSACTIONS_N5 | Non Unique | Default | TRANSACTION_STATUS |
| OSS_ORDER_TRANSACTIONS_N6 | Non Unique | Default | CREATION_DATE |
| OSS_ORDER_TRANSACTIONS_N7 | Non Unique | Default | REQUEST_ID, BATCH_ID |
| OSS_ORDER_TRANSACTIONS_U1 | Unique | Default | TRANSACTION_ID |
| OSS_ORDER_TRANSACTIONS_U2 | Unique | Default | TRANSACTION_NUMBER |
| OSS_ORDER_TRANSACTIONS_U3 | Unique | Default | SALES_ORDER_FULFILL_LINE_ID |