SVC_COLLAB_ACTIONS

This table holds the information on the valid slack action and rest resources. ACTION_ID is the primary key in this table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

SVC_COLLAB_ACTIONS_PK

COLLAB_ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
COLLAB_ACTION_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
CATALOG_CD VARCHAR2 30 Stores the rest catalog root context.
STATUS_CD VARCHAR2 30 Yes This is the status code of the collaboration action.
COLLAB_ACTION_NUMBER VARCHAR2 30 Yes Auto-generated unique number with customizable format.
PARENT_ACTION_ID NUMBER 18 Refers to the parent action of this action.
COLLAB_ACTION_NAME VARCHAR2 64 Yes Indicates the name of the slack command, for example: /ec-my-opportunities.
COLLAB_ACTION_CD VARCHAR2 30 Code used for collaboration action.
COLLAB_ACTION_METHOD VARCHAR2 64 Command issued from slack for interacton with the engagement cloud.
COLLAB_ACTION_TYPE_CD VARCHAR2 30 Type of the slack command, example:INVOKE_DIALOG, INVOKE_API.
OBJECT_NAME VARCHAR2 64 Yes Name of the object, example ServiceRequest, Opportunity, this action is associated with.
NEXT_ACTION_CD VARCHAR2 30 Code of the action such as action associated with submit dialog.
RESPONSE_ENTITY_TYPE_CD VARCHAR2 30 Type of the response entity. Example JSON/OBJECT.
RESPONSE_MSG_TYPE_CD VARCHAR2 30 Visibility of the response message, for example PUBLIC or PRIVATE.
REQUEST_END_POINT VARCHAR2 4000 Command method describing whether its a get or put.
REQUEST_CONTENT_TYPE VARCHAR2 64 Content of the slack request payload in JSON format.
RESPONSE_CONTENT_TYPE VARCHAR2 64 Type of the payload, example [application/json].
REQUEST_PAYLOAD CLOB Content of the slack request payload in JSON format.
RESPONSE_PAYLOAD CLOB Content of the slack response payload in JSON format.
DELETED_FLAG VARCHAR2 1 Yes Indicates whether the message is logically deleted (Y or N).
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
CONTROL_TYPE_CD VARCHAR2 30 Type of the action control; for example: button.
DISPLAY_SEQUENCE NUMBER 18 The sequence in which actions appear in collaboration message.
CHANNEL_ID NUMBER 18 Foreign key referring to SVC_CHANNELS_B.CHANNEL_ID.
DESCRIPTION VARCHAR2 1000 Description for the collaboration action.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_COLLAB_ACTIONS svc_collab_actions PARENT_ACTION_ID
SVC_COLLAB_ACTIONS svc_channels_b CHANNEL_ID
svc_collab_actions svc_collab_actions PARENT_ACTION_ID
svc_collab_action_attrs svc_collab_actions COLLAB_ACTION_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_COLLAB_ACTIONS_F1 Non Unique Default PARENT_ACTION_ID
SVC_COLLAB_ACTIONS_F2 Non Unique Default CHANNEL_ID
SVC_COLLAB_ACTIONS_PK Unique Default COLLAB_ACTION_ID, ORA_SEED_SET1
SVC_COLLAB_ACTIONS_PK1 Unique Default COLLAB_ACTION_ID, ORA_SEED_SET2
SVC_COLLAB_ACTIONS_U1 Unique Default NVL("COLLAB_ACTION_CD",(TO_CHAR("COLLAB_ACTION_ID"))), ORA_SEED_SET1
SVC_COLLAB_ACTIONS_U11 Unique Default NVL("COLLAB_ACTION_CD",(TO_CHAR("COLLAB_ACTION_ID"))), ORA_SEED_SET2
SVC_COLLAB_ACTIONS_U2 Unique Default COLLAB_ACTION_NUMBER, ORA_SEED_SET1
SVC_COLLAB_ACTIONS_U21 Unique Default COLLAB_ACTION_NUMBER, ORA_SEED_SET2