SVC_BI_ACTION_PLAN_ACTIONS

This table is used for BI to store the action plan actions owners.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_BI_ACTPL_ACTIONS_PK

BI_ACTION_PLAN_ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
BI_ACTION_PLAN_ACTION_ID NUMBER 18 Yes Auto-generated number and primary key for this table.
ACTION_PLAN_ACTION_ID NUMBER 18 Unique identifier of the action plan actions and alternate key for this table.
ACTION_OWNER_ID NUMBER 18 Indicates the consolidated Action Owner ID. Loaded from SVC_SERVICE_REQUESTS.ASIGNEE_RESOURCE_ID for service requests related rows and from ZMM_ACTY_ACTIVITIES.OWNER_ID for activities related records.
ACTION_OWNER_UPDATE_DATE TIMESTAMP Indicates the date and time the ESS job started, during which the record was created or last updated.
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.
ACTION_OBJECT_ENTITY_NAME VARCHAR2 400 Indicates Action Object Entity Name. Loaded from SVC_AP_ACTIONS.OBJECT_ENTITY_NAME.
ACTION_OBJECT_DELETED_FLAG VARCHAR2 1 Indicates whether the record is logically deleted (Y or N). Loaded from SVC_SERVICE_REQUESTS.DELETED_FLAG for service requests related rows and default setup to ā€˜Nā€™ for activities related records.
BI_DELETED_FLAG VARCHAR2 1 Indicates whether this row is logically deleted (Y or N).

Indexes

Index Uniqueness Tablespace Columns
SVC_BI_ACTPL_ACTIONS_N1 Non Unique Default ACTION_OWNER_UPDATE_DATE
SVC_BI_ACTPL_ACTIONS_N2 Non Unique Default LAST_UPDATE_DATE
SVC_BI_ACTPL_ACTIONS_PK Unique Default BI_ACTION_PLAN_ACTION_ID
SVC_BI_ACTPL_ACTIONS_U1 Unique Default ACTION_PLAN_ACTION_ID
SVC_BI_ACTPL_ACTIONS_U2 Unique Default ACTION_OWNER_ID, ACTION_PLAN_ACTION_ID, ACTION_OBJECT_DELETED_FLAG