FND_BPM_TASK_BATCH_INTERFACE
FND_BPM_TASK_BATCH_INTERFACE This table is just used for batching tasks from the SOAINF schema to the FUSION schema.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FND_BPM_TASK_BATCH_INTERF_PK |
TASK_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
DOMAIN | VARCHAR2 | 64 | Internal name showing which Fusion Application family this task was created for. | |
TASK_ID | VARCHAR2 | 64 | Yes | Internal ID for the task. |
TASK_DEFINITION_ID | VARCHAR2 | 200 | Internal id that indicates the type of task this refers to. | |
ROOT_TASK_ID | VARCHAR2 | 64 | Internal ID of the task heirarchy that the task was created in. | |
INITIATED_DATE | TIMESTAMP | Date the task was created in the SOAINFRA schema. |