DOO_EVENT_SUBSCRIBER_SERVICES
Association between business event and connectors for the end points that listen for that business event
Details
-
Schema: FUSION
-
Object owner: DOO
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
DOO_EVENT_SUBSCRIBER_PK |
EVENT_SUBSCRIBER_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_SUBSCRIBER_DETAIL_ID | NUMBER | 18 | Yes | Primary key to identify a row in DOO_EVENT_SUBSCRIBER_SERVICES | |
| EVENT_CODE | VARCHAR2 | 30 | Reference to the business event | ||
| WEB_SERVICE_ID | NUMBER | 18 | Reference to the business event connector defined in Web Service Details | ||
| EVENT_VISIBLE_FLAG | VARCHAR2 | 1 | Indicates whether the associated connector URL will be invoked even if the order / fulfillment line would, by default, not have been visible to that system | ||
| 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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| DOO_EVENT_SUBSCRIBER_SERVICES | doo_web_service_details | WEB_SERVICE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| DOO_EVENT_SUBSCRIBER_FK1 | Non Unique | Default | WEB_SERVICE_ID |
| DOO_EVENT_SUBSCRIBER_N1 | Non Unique | Default | EVENT_CODE |
| DOO_EVENT_SUBSCRIBER_N2 | Non Unique | Default | UPPER("EVENT_CODE") |
| DOO_EVENT_SUBSCRIBER_PK | Unique | Default | EVENT_SUBSCRIBER_DETAIL_ID |