FND_BPM_COMPVERSION_INTERFACE
Temporary table interface for tracking composite versions per task. It is used by the translation phase of the functionality.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Comments |
---|---|---|---|
TASK_DEFINITION_ID | VARCHAR2 | 200 | TASK_DEFINITION_ID |
COMPOSITE_NAME | VARCHAR2 | 200 | COMPOSITE_NAME |
COMPOSITE_VERSION | VARCHAR2 | 200 | COMPOSITE_VERSION |
ARCHIVE_DATE | TIMESTAMP | ARCHIVE_DATE | |
TRANSLATION_BUNDLE | BLOB | Stores payload from the bpm soap call for a translation bundle. | |
FAMILY_NAME | VARCHAR2 | 64 | This will contain the domainName name which is derived from compostite name and version. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
BPM_TASKDEFINITION_IDX | Non Unique | Default | TASK_DEFINITION_ID |