DOO_AGGREGATION_HEADERS
This table stores aggregation set instances which are set of task instances which needs to be combined together while interacting with fulfillment system.
Details
-
Schema: FUSION
-
Object owner: DOO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
DOO_AGGREGATION_HEADERS_PK |
AGGREGATION_HEADER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGGREGATION_HEADER_ID | NUMBER | 18 | Yes | Unique identifier for the aggregation set instance. | |
| TASK_TYPE_ID | NUMBER | 18 | Yes | Reference to unique identifier for orchestration task type. | |
| TASK_ID | NUMBER | 18 | Yes | Reference to unique identifier for orchestration task. | |
| STEP_ID | NUMBER | 18 | Yes | Reference to unique identifier for orchestration process step. | |
| OPERATION_CODE | VARCHAR2 | 30 | Yes | Indicates type of operation as in CREATE/RELEASE_HOLD/ APPLY_HOLD/CHANGE(COMPENSATION). | |
| AGGREGATION_TYPE_CODE | VARCHAR2 | 30 | Yes | Indicates type of aggregation set (e.g. ORA_FULFILLMENT SET, ORA_DROPSHIP_CHANGE). | |
| STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the aggregation set instance. | |
| TASK_INSTANCE_COUNT | NUMBER | 9 | Yes | Number of task instances that could participate in this aggregation set instance. | |
| AGGREGATION_NAME | VARCHAR2 | 50 | User-specified name for the aggregation set. | ||
| HEADER_ID | NUMBER | 18 | Reference to unique identifier for order header. | ||
| 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. | |
| 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. | ||
| AGGREGATION_KEY | VARCHAR2 | 100 | Aggregation-type specific column which has common value across all task instances being aggregated. | ||
| LINKED_AGGREGATION_HDR_ID | NUMBER | 18 | Reference to aggregation set instance, with which it is linked. | ||
| ORCHESTRATION_APP_ATTRIBUTE1 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE2 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE3 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE4 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE5 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE6 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE7 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE8 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE9 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APP_ATTRIBUTE10 | VARCHAR2 | 1000 | This is the Custom column to store product specific information. | ||
| ORCHESTRATION_APPLICATION_ID | NUMBER | 18 | Reference to the unique identifier of the Orchestration Application. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| DOO_AGGREGATION_HEADERS | doo_task_types_b | TASK_TYPE_ID |
| DOO_AGGREGATION_HEADERS | doo_task_definitions_b | TASK_ID, ORCHESTRATION_APPLICATION_ID |
| DOO_AGGREGATION_HEADERS | doo_process_steps_b | STEP_ID |
| doo_aggregation_task_instances | doo_aggregation_headers | AGGREGATION_HEADER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| DOO_AGGREGATION_HEADERS_N1 | Non Unique | Default | AGGREGATION_KEY, STATUS_CODE |
| DOO_AGGREGATION_HEADERS_N2 | Non Unique | Default | LINKED_AGGREGATION_HDR_ID |
| DOO_AGGREGATION_HEADERS_U1 | Unique | Default | AGGREGATION_HEADER_ID |