Interaction Association

An association data object that represents an interaction in the context of an Oracle Fusion Applications business object such as an opportunity or lead.

QName: {http://xmlns.oracle.com/apps/crmCommon/interactions/interactionService/}InteractionAssociation

Relationships

The following table describes how this service data object is related to other service data objects or business object services.

Relationship Type Object or Service

Contained by

Interaction

Handled by

Customer Interaction

Attributes

The following table describes attributes in the service data object.

Name Type Description

ActionCode

string

The type of action performed on the business object such as created, updated, viewed, re-opened, closed, and so on. The value is obtained through a lookup.

AssociatedObjectCode

string

The identifier of the ZMM Object Type from Objects Metadata. It holds the consuming product table's information, and the corresponding Object Type is retrieved using Objects Metadata.

AssociatedObjectUid

string

The identifier of the ZMM Object from Objects Metadata. It holds the consuming product table's information, and the corresponding ObjectId is retrieved using Objects Metadata.

AssociationSequenceNumber

long

The sequence of business objects for an interaction. For example, sequence can be like create an order, update a service request, create an opportunity, and so on.

ConflictId

decimal

The attribute value is used to guarantee the uniqueness of the row when duplicates are created in different databases.

CreatedBy

string

The user who created the record.

CreationDate

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date when the record was created.

InteractionAssociationId

long

The unique identifier for the interaction associations table.
  • Primary Key

InteractionId

long

The identifier of the interaction that the associated object belongs to. All business objects associated to Interaction are identified by this attribute.

LastUpdateDate

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date when the record was last updated.

LastUpdateLogin

string

The login of the user who last updated the record.

LastUpdatedBy

string

The user who last updated the record.

ObjectVersionNumber

int

The number used to implement 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 determine whether another session has updated the row.