PO_MS_TEAMS_OBJ_MAP

PO_MS_TEAMS_OBJ_MAP stores current mappings from an application object (e.g., a 'PO' or 'REQ') to a Microsoft Teams chat or channel.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

po_ms_teams_obj_map_PK

MS_TEAMS_OBJ_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
MS_TEAMS_OBJ_MAP_ID NUMBER 18 Yes Unique identifier associating this object to a Microsoft Teams channel or chat
OBJECT_TYPE_CODE VARCHAR2 45 Yes Type of the source object associated with this mapping (e.g., 'PO', 'REQ')
OBJECT_ID1 NUMBER 18 Yes Unique identifier of the source object record
OBJECT_ID2 NUMBER 18 Second optional component of the source object's primary key
TEAM_ID VARCHAR2 240 Unique Identifier of the Microsoft Teams team that the associated channel or chat belongs to.
CHANNEL_ID VARCHAR2 240 Unique Identifier of the Microsoft Teams channel
CHANNEL_URL VARCHAR2 4000 Direct URL link to the Microsoft Teams channel
CHAT_ID VARCHAR2 240 Unique Identifier of the Microsoft Teams chat
CHAT_URL VARCHAR2 4000 Direct URL link to the Microsoft Teams chat
OWNER VARCHAR2 2000 Yes Email address of the Microsoft Teams chat or channel owner
PARTICIPANTS VARCHAR2 4000 List of users who had access to the Microsft Teams discussion at creation
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation 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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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
PO_MS_TEAMS_OBJ_MAP_N1 Non Unique FUSION_TS_TX_IDX OBJECT_TYPE_CODE, OBJECT_ID1, OBJECT_ID2
PO_MS_TEAMS_OBJ_MAP_U1 Unique FUSION_TS_TX_IDX MS_TEAMS_OBJ_MAP_ID