INV_EVENT_CONFIGURATIONS

The table INV_EVENT_CONFIGURATIONS stores how the various business events are configured for an inventory organization or at the site level. Each row in this table depicts what the event type (Receipt Advice, Shipment Advice etc.) is and for event type, what the is the name of the business event that is to be raised (Receipt Advice Notification or Outbound Receipt Advice lines).

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

INV_EVENT_CONFIGURATIONS_PK

EVENT_CONFIGURATION_ID

Columns

Name Datatype Length Precision Not-null Comments
EVENT_CONFIGURATION_ID NUMBER 18 Yes This column stores the unique identifier for the row that represents the inventory management business event configuration.
EVENT_TYPE_CODE VARCHAR2 30 Yes This column stores the code that denotes the type of the business event to be raised.
EVENT_NAME_CODE VARCHAR2 30 Yes This column stores the code that denotes the name of the business event to be raised.
ORGANIZATION_ID NUMBER 18 This column stores the unique identifier of the inventory organization for which the business events are being configured.
PUBLISH_CODE VARCHAR2 1 The column that stores the value based on which to decide to publish the event.
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.

Indexes

Index Uniqueness Tablespace Columns
INV_EVENT_CONFIGURATIONS_N1 Non Unique Default EVENT_TYPE_CODE, ORGANIZATION_ID
INV_EVENT_CONFIGURATIONS_U1 Unique Default EVENT_CONFIGURATION_ID