ZMM_INTER_ASSOCIATIONS

Any communication related to business object is captured by this entity (for example, a Service Request, an Opportunity); This table holds all business object information associated with the interaction. In addition it does business activity tracking of the business objects (i.e. any action create, update).

Details

  • Schema: FUSION

  • Object owner: ZMM

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZMM_INTER_ASSOCIATIONS_PK

INTERACTION_ASSOCIATION_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERACTION_ASSOCIATION_ID NUMBER 18 Yes Unique Identifier for the Interaction Associations Table.
INTER_ACTIVITY_TYPE_CODE VARCHAR2 30 It describes the interaction type created for either Task or Appointment.
INTERACTION_ID NUMBER 18 Yes This references the interaction that the corresponding associated object belongs to. All Business objects corresponding to Interaction is identified by this attribute.
ASSOCIATED_OBJECT_UID VARCHAR2 64 Yes ID of the ZMM Object, from the Objects Metadata. It will hold consuming product table’s information, and corresponding ObjectId is retireved using Objects Metadata
ASSOCIATED_OBJECT_CODE VARCHAR2 30 Yes ID of the ZMM Object Type, from the Objects Metadata.It will hold consuming product table’s information, and corresponding Object Type is retireved using Objects Metadata
ASSOCIATION_SEQ_NUM NUMBER 18 Sequence of business objects for an interaction. Sequence can be like Create an order, update a service request, and create an opportunity. All the above-mentioned will generate a sequence.
ACTION_CODE VARCHAR2 30 Yes Tracks kind of action performed on the Business object. Like created, updated, viewed, re-opened, closed etc. Value is Obtained through lookup
CONFLICT_ID NUMBER Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
ZMM_INTER_ASSOCIATIONS zmm_inter_interactions INTERACTION_ID

Indexes

Index Uniqueness Tablespace Columns
ZMM_INTER_ASSOCIATIONS_N1 Non Unique Default ASSOCIATED_OBJECT_UID
ZMM_INTER_ASSOCIATIONS_N2 Non Unique Default ASSOCIATED_OBJECT_CODE
ZMM_INTER_ASSOCIATIONS_N3 Non Unique Default INTER_ACTIVITY_TYPE_CODE
ZMM_INTER_ASSOCIATIONS_N4 Non Unique Default CREATION_DATE
ZMM_INTER_ASSOCIATIONS_N5 Non Unique Default INTERACTION_ID, CREATION_DATE
ZMM_INTER_ASSOCIATIONS_PK Unique Default INTERACTION_ASSOCIATION_ID
ZMM_INTER_ASSOCIATIONS_U1 Unique Default INTERACTION_ID, ASSOCIATED_OBJECT_UID, ASSOCIATED_OBJECT_CODE, CONFLICT_ID
ZMM_INTER_ASSOCIATIONS_U2 Unique Default LAST_UPDATE_DATE, INTERACTION_ASSOCIATION_ID