POQ_ACTION_OBJECTS_BU_ACCESSES

POQ_ACTION_OBJECTS_BU_ACCESS_DESCRIPTION

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: poq_action_objects_bu_accesses

Primary Key

Name Columns

POQ_ACTION_OBJ_BU_ACCESSES_PK

ACTION_OBJECTS_BU_ACCESS_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_OBJECTS_BU_ACCESS_ID NUMBER 18 Yes Internal system identifier for procurement business unit id association row, for a given task or a plan.
OBJECT_TYPE_CODE VARCHAR2 30 Yes Specifies type of the object, whether it is task or plan.
OBJECT_ID NUMBER 18 Yes Identifier of the task or plan, based on the object type. It can be task id or plan id.
PRC_BU_ID NUMBER 18 Yes Procurement Business Unit ID associated with the task or plan, based on the object type.
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.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
POQ_ACTION_OBJ_BU_ACCESSES_N1 Non Unique POQ_ACTION_OBJ_BU_ACCESSES_N1 OBJECT_TYPE_CODE, OBJECT_ID
POQ_ACTION_OBJ_BU_ACCESSES_PK Unique POQ_ACTION_OBJ_BU_ACCESSES_PK ACTION_OBJECTS_BU_ACCESS_ID