FOS_TASK_TYPE_B

This is the base table for task type definitions and the rules associated with each task. This table also contains the default system details.

Details

  • Schema: FUSION

  • Object owner: FOS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FOS_TASK_TYPE_B_PK

TASK_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_TYPE_ID NUMBER 18 Yes This is the primary key and its value is an application generated unique id.
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.
TASK_TYPE VARCHAR2 100 Yes This column represents the type of the task.
TASK_CATEGORY VARCHAR2 20 Yes This column specifies whether the system URL represented by this record is used for querying or creation of the task. Valid values are contained within the FOS_TASK_TYPE_CATEGORY lookup.
TASK_GROUP_CODE VARCHAR2 100 Yes This column represents the task group to which this task belongs. It maps to the code of the task group whose tasks are generated on occurrence of the event.
RULE_CODE VARCHAR2 100 This column represents what rule to be executed against the payloads to find out the system to be invoked.
RULE_TYPE_BASIS VARCHAR2 30 Yes Indicates the type of rule used for deriving the system for the service type.
RULE_DICTIONARY_ID VARCHAR2 100 This column is the key column from OBR tables which holds the facts about the rules.
DEFAULT_SYSTEM_ID NUMBER 18 This column represents the default system identifier that can be used for the task.
DEFAULT_CONNECTOR_URL VARCHAR2 1000 This column represents the default connector service URL that can be used for the task.
DEFAULT_END_SERVICE_URL VARCHAR2 1000 This column represents the default end service URL that can be used for the task.
RESPONSE_REQUIRED_FLAG VARCHAR2 1 Yes Flag used to indicate whether a response is required from the parent task when executing this task.
ENTERPRISE_ID NUMBER 18 Yes Identifier of Enterprise, used for multi-tenancy partitioning.
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_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.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
fos_transaction_type_b fos_task_type_b TASK_TYPE
fos_task_type_tl fos_task_type_b TASK_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
FOS_TASK_TYPE_B_PK Unique Default TASK_TYPE_ID, ORA_SEED_SET1
FOS_TASK_TYPE_B_PK1 Unique Default TASK_TYPE_ID, ORA_SEED_SET2
FOS_TASK_TYPE_B_U1 Unique Default TASK_TYPE, ORA_SEED_SET1
FOS_TASK_TYPE_B_U11 Unique Default TASK_TYPE, ORA_SEED_SET2