OSS_USAGE_REQUESTS_T
Following table is used to capture ess job request information.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
oss_usage_requests_PK |
RATING_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| RATING_REQUEST_ID | NUMBER | 18 | Yes | Field used to capture unique identifier of rating request. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
| ROOT_REQUEST_ID | NUMBER | 18 | This field tracks the requested id of ess job, submitted by user. | |||
| PARENT_REQUEST_ID | NUMBER | 18 | This field tracks the parent requested id associated with the usage rating job. | |||
| BUSINESS_UNIT_ID | NUMBER | 18 | Field used to capture ess parameter business unit id. | |||
| CUSTOMER_PARTY_ID | NUMBER | 18 | Field used to capture ess parameter customer party id. | |||
| DATE_FROM | DATE | Field used to capture ess parameter date from. | ||||
| DATE_TO | DATE | Field used to capture ess parameter date if. | ||||
| BATCH_ID | NUMBER | 18 | Field used to capture ess parameter batch id. | |||
| START_TIME | TIMESTAMP | Field used to capture time of stating of process. | ||||
| END_TIME | TIMESTAMP | Field used to capture time of ending of process. | ||||
| SUBSCRIPTION_ID | NUMBER | 18 | Field used to capture subscription id. | |||
| SUBSCRIPTION_START_DATE_FROM | DATE | Field used to filter subscription whose start date is on or after the provided value. | ||||
| SUBSCRIPTION_START_DATE_TO | DATE | Field used to filter subscription whose start date is on or before the provided value. | ||||
| PRODUCT_START_DATE_FROM | DATE | Field used to filter subscription product whose start date is on or after the provided value. | ||||
| PRODUCT_START_DATE_TO | DATE | Field used to filter subscription product whose start date is on or before the provided value. | ||||
| BALANCE_REGISTER_ID | NUMBER | 18 | Field used to capture balance register id. | |||
| INVENTORY_ITEM_ID | NUMBER | 18 | Field used to capture inventory item id. | |||
| EXTEND_ENTITLEMENTS_UNTIL_DATE | DATE | Field used to capture extend entitlement schedule till date. | ||||
| JOB_NAME | VARCHAR2 | 120 | Field used to capture requested job name. | |||
| WORKER_TYPE | VARCHAR2 | 60 | Field used to capture worker type of ess request.. | |||
| STATUS | VARCHAR2 | 30 | Field used to capture request job status. | |||
| PROCESS_STATUS | VARCHAR2 | 30 | This field tracks the process status associated with the usage rating job. | |||
| NEXT_PROCESS | VARCHAR2 | 30 | This field tracks the next process associated with the usage rating job. | |||
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| oss_usage_requests_N1 | Non Unique | Default | REQUEST_ID |
| oss_usage_requests_U1 | Unique | Default | RATING_REQUEST_ID |