FND_BPM_TASK_COMPOSITES_B

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_BPM_TASK_COMPOSITES_B_PK

TASK_COMPOSITE_ID

Columns

Name Datatype Length Precision Not-null Comments
TASK_COMPOSITE_ID NUMBER 18 Yes Unique Identified of the table.
TASK_COMPOSITE_NAME VARCHAR2 80 Yes The composite name indicating approval process.
TASK_TRANSACTION_TYPE VARCHAR2 80 Yes The transaction type name indicating approval process.
TASK_OWNING_FAMILY VARCHAR2 80 Yes Short Name for the Fusion Apps Family name.
TASK_OWNING_APPLICATION VARCHAR2 80 Yes Short Name for the fusionapps application owning application.
TASK_TRANSACTION_GROUP VARCHAR2 80 An arbitrary grouping of Transaction definitions within the same Category
TASK_DEFINITION_NAME VARCHAR2 80 Yes Corresponds to the taskdefinition column in WFTASK table.
PRIMARY_TASK_DEFINITION_NAME VARCHAR2 80 If the Task definition is a subtask, the this column represents the root task definition.
TASK_NAME_SPACE VARCHAR2 200 Corresponds to the tasknamespace column in WFTASK table.
IS_SUBTASK VARCHAR2 80 Yes To specify if this task is a subtask of any parent task.
SECURED_RESOURCE_NAME VARCHAR2 4000 Yes The resource name to check the user access on this task composite.
BYPASS_APPROVAL VARCHAR2 1 Flag to indicate if the approval can be bypassed on this task or not.
BYPASS_APPROVAL_OUTCOME VARCHAR2 80 If Approval is bypassed, then final outcome to be set on the Task.
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 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_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
IS_TRANSACTION_LOCKED VARCHAR2 1 To Determine if transaction is locked or not
TRANSACTION_DATA_SQL VARCHAR2 4000 SQL to get the transaction data
LARGE_TRANSACTION_DATA_SQL CLOB Large query to get the transaction data
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.
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.
SEED_DATA_SOURCE VARCHAR2 512 SEED_DATA_SOURCE
SGUID VARCHAR2 32 sguid column for seed data
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
fnd_bpm_task_attributes_b fnd_bpm_task_composites_b TASK_COMPOSITE_ID

Indexes

Index Uniqueness Tablespace Columns
FND_BPM_TASK_COMPOSITES_B_U1 Unique Default TASK_COMPOSITE_ID, ORA_SEED_SET1
FND_BPM_TASK_COMPOSITES_B_U11 Unique Default TASK_COMPOSITE_ID, ORA_SEED_SET2
FND_BPM_TASK_COMPOSITE_B_U2 Unique Default TASK_COMPOSITE_NAME, TASK_DEFINITION_NAME, ORA_SEED_SET1
FND_BPM_TASK_COMPOSITE_B_U21 Unique Default TASK_COMPOSITE_NAME, TASK_DEFINITION_NAME, ORA_SEED_SET2