POQ_ACTION_TASKS_B

POQ_ACTION_TASKS_B_TABLE_DESCRIPTION

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: POQ_ACTION_TASKS_B

Primary Key

Name Columns

POQ_ACTION_TASKS_B_PK

ACTION_TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_TASK_ID NUMBER 18 Yes System-generated unique identifier of the Action Tasks.
RESPONSIBLE_PARTY_CODE VARCHAR2 30 Yes Identifies the responsible party for the task. Possible values are INTERNAL, SUPPLIER and BOTH.
TASK_LEVEL_CODE VARCHAR2 30 Yes Identifies the task level for the task. Possible values are SUPPLIER and SITE.
TASK_STATUS_CODE VARCHAR2 30 Yes The status of the task. Possible values are DRAFT, ASSIGNED, COMPLETED.
TEMPLATE_FLAG VARCHAR2 1 Yes Specifies the type of task. Possible values are Y, N.
GLOBAL_FLAG VARCHAR2 1 Yes Specifies whether the task is available across all procurement business units.
TASK_REUSE_FLAG VARCHAR2 1 Specifies whether the transaction task is reusable across plans.
PRC_BU_ID NUMBER 18 Owning procurement business unit id associated with the task.
COMMENTS VARCHAR2 2000 Text value of manually added task comments.
TASK_TEMPLATE_ID NUMBER 18 Yes Identifies task id of the template corresponding to this task. For template and ad hoc task records, the value will be -1.
REQUESTER_ID NUMBER 18 The person id of the user who is the requester of this task.
TASK_OWNER_TYPE_CODE VARCHAR2 30 Specifies task owner type. Possible values are SINGLE or GROUP.
TASK_DUE_DATE DATE Date by which the task needs to be completed.
SUPPLIER_ID NUMBER 18 Identifier of the supplier for which the task is created.
SUPPLIER_SITE_ID NUMBER 18 Identifier of the supplier site for which the task is created.
ACTION_TASK_CODE VARCHAR2 50 Yes Identifier of the action task used when migrating the setup data.
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_TASKS_B_N1 Non Unique POQ_ACTION_TASKS_B_N1 SUPPLIER_ID, TASK_STATUS_CODE
POQ_ACTION_TASKS_B_PK Unique POQ_ACTION_TASKS_B_PK ACTION_TASK_ID