OSS_SERVICE_RESOURCES
This table stores Subscription Service information required to capture Usage events
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
oss_service_resources_PK |
SERVICE_RESOURCE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SERVICE_RESOURCE_ID | NUMBER | 18 | Yes | Service Indifier as Primary Key for Service Resources. | |
| SERVICE_RESOURCE_PUID | VARCHAR2 | 120 | Yes | unique alternate key for Service Resources. | |
| SERVICE_ID | VARCHAR2 | 120 | Subscription Service Id generated by third party system. | ||
| START_DATE | DATE | Start Date of Subscription Service. | |||
| END_DATE | DATE | End Date of Subscription Service. | |||
| ENABLED_FLAG | VARCHAR2 | 1 | This field is used to capture that Service is active. | ||
| SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | This field is used to capture Subscription Product Id of service. | ||
| SUBSCRIPTION_ID | NUMBER | 18 | This field is used to capture Subscription Id of Service. | ||
| 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 |
|---|---|---|---|
| OSS_SERVICE_RESOURCES_N1 | Non Unique | Default | SERVICE_ID, ENABLED_FLAG, START_DATE |
| oss_service_resources_U1 | Unique | Default | SERVICE_RESOURCE_ID |