FND_BPM_TASK_ATTRIBUTES_B

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_BPM_TASK_ATTRIBUTES_PK

TASK_ATTRIBUTE_ID, TASK_ATTRIBUTE_NAME

Columns

Name Datatype Length Precision Not-null Comments
TASK_ATTRIBUTE_ID NUMBER 18 Yes Primary Key identifier.
TASK_ATTRIBUTE_NAME VARCHAR2 80 Yes Task Attribute Name
TASK_COMPOSITE_ID NUMBER 18 Yes Task Componsite Id, primary key in the FND_BPM_TASK_COMPSITES_B table.
TASK_DEFINITION_NAME VARCHAR2 80 Yes Internal Task Definition Name, non translatable.
PARENT_ATTRIBUTE_NAME VARCHAR2 80 Parent attribute name if this is a child attribute.
ATTRIBUTE_TYPE VARCHAR2 80 Yes Type of the Attribute.
ATTRIBUTE_DATA_TYPE VARCHAR2 40 Java data type of the Attribute.
ATTRIBUTE_USAGE VARCHAR2 400 Identified to define the usage of the attribute.
FACT_NAME VARCHAR2 80 If this attribute represents a List, then it should be a FACT defined in the FND_BPM_FACTS_B table.
FACT_NAME_SPACE VARCHAR2 400 Namespace identifier of the fact.
FACT_CARDINALITY VARCHAR2 40 FACT_CARDINALITY
CURRENCY_CODE_ATTRIBUTE VARCHAR2 80 Currency code value.
OLD_VALUE_TASK_ATTRIBUTE_NAME VARCHAR2 80 Old Value of the Task Attribute
TL_LOOKUP_SQL VARCHAR2 4000 SQL to get the Translatable values of the attribute
OLD_VALUE_TL_LOOKUP_SQL VARCHAR2 4000 SQL to get the translatable values for the old value
SECURED_BY VARCHAR2 400 The names of the DataSecurityObjects as it appears on the SQL which applies to this task attribute
ATTRIBUTE_RESOURCE_BUNDLE VARCHAR2 400 The resource bundle file name
ATTRIBUTE_RESOURCE_KEY VARCHAR2 200 The Resource key in the Resource bundle to get the translatable display name of the attribute
FLEX_BASE_LOCATOR VARCHAR2 200 Flex Base Locator to identify the Run time model of the Flexfield
IS_SECURED VARCHAR2 1 Set this to Y when this attribute requires data security privileges to be applied to determine if view access has been granted for the field.
IS_RATE_DATE VARCHAR2 1 Set this to Y when this attribute needs to be used in the currency conversions.
IS_SEARCHABLE VARCHAR2 1 Yes These are the attributes that Elastic "indexes" for performant search.
IS_LIST VARCHAR2 1 Yes Y if this Attribute is actually a List of Attribute; N otherwise.
IS_DISPLAYABLE VARCHAR2 1 Whether or not this attribute is shown as part of the List View Display Panel for this Approval Process.
IS_RECOMMENDABLE VARCHAR2 1 These are the attributes that become child tab recommendations or search auto-complete recommendations. Only Searcable attributes can be recommendable.
IS_FREQUENTLY_USED VARCHAR2 1 Set this to Y if this attribute is one of the most frequenly used ones by customers in the field form.
IS_USER_APPROVER VARCHAR2 1 Is this Attribute used in the approver list.
IS_NULLABLE VARCHAR2 1 IS_NULLABLE
LOV_SERVICE_REFERENCE VARCHAR2 512 LOV_SERVICE_REFERENCE
LOV_SERVICE_SELF_LINK VARCHAR2 512 LOV_SERVICE_SELF_LINK
LOV_SERVICE_LIST_LINK VARCHAR2 512 LOV_SERVICE_LIST_LINK
LOV_DISPLAY_FIELDS VARCHAR2 200 LOV_DISPLAY_FIELDS
LOV_KEY_FIELD VARCHAR2 200 LOV_KEY_FIELD
LOV_VALUE_FIELD VARCHAR2 200 LOV_VALUE_FIELD
LOV_PRESENTABLE_FIELDS VARCHAR2 200 LOV_PRESENTABLE_FIELDS
VOATTRIBUTE_NAME VARCHAR2 200 VOATTRIBUTE_NAME
DATA_COLLECTION_SQL CLOB Query to gather collections of data
DATA_COLLECTION_METADATA CLOB JSON metadata to define data collections.
GROUP_NAME VARCHAR2 80 Name of the group this attribute belongs to
GROUP_RES_BUNDLE_NAME VARCHAR2 400 The name of the resource bundle to translate this group
GROUP_RES_BUNDLE_KEY VARCHAR2 200 The key of the resource bundle to translate this group
FLEX_TYPE VARCHAR2 20 The Type of the Flex to which this Attribute belongs to.
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.
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
SGUID VARCHAR2 32 SGUID
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
CURRENCY_CONVERSION_DATE VARCHAR2 80 This defines what date to be used to get the conversion date if a currency attributes requires to be shown in User Preferred Currency. Valid values are CURRENT_DATE, CREATION_DATE, NO_CONVERSION
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_ATTRIBUTES_B_N1 Non Unique Default TASK_COMPOSITE_ID, TASK_DEFINITION_NAME
FND_BPM_TASK_ATTRIBUTES_B_U1 Unique Default TASK_ATTRIBUTE_ID, TASK_ATTRIBUTE_NAME, ORA_SEED_SET1
FND_BPM_TASK_ATTRIBUTES_B_U11 Unique Default TASK_ATTRIBUTE_ID, TASK_ATTRIBUTE_NAME, ORA_SEED_SET2