SVC_STG_BI_ACTPL_ACTIONS

Staging table for the loading of SVC_BI_ACTION_PLAN_ACTIONS. Purged on each incremental (or full) run.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_STG_BI_ACTPL_ACT_PK

STG_BI_ACTPL_ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_BI_ACTPL_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.
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.
INSERT_UPDATE_FLAG VARCHAR2 1 Indicates whether the record should be inserted or updated in SVC_BI_ACTION_PLAN_ACTIONS table (I or U).
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.

Indexes

Index Uniqueness Tablespace Columns
SVC_STG_BI_ACTPL_ACT_PK Unique Default STG_BI_ACTPL_ACTION_ID