CJM_OBJECT_WORKERS_MAP_ALL
This table contains details of the records to be processed in different worker threads when Channel Revenue Management programs are run in parallel.
Details
-
Schema: FUSION
-
Object owner: CJM
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CJM_OBJECT_WORKERS_MAP_ALL_PK |
OBJECT_WORKER_MAP_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
OBJECT_WORKER_MAP_ID | NUMBER | 18 | Yes | Unique key identifier for the CJM_OBJECT_WORKERS_MAP_ALL table. | |
BU_ID | NUMBER | 18 | Yes | Identifier of the business unit associated to with the source object type. | |
SOURCE_OBJECT_TYPE | VARCHAR2 | 30 | Contains the values for which program is running in parallel. Possible Values are PROGRAM, ADJUSTMENT etc | ||
SOURCE_OBJECT_ID | NUMBER | 18 | Contains the primary key ID for the given source object type. | ||
DATA_SOURCE_CODE | VARCHAR2 | 30 | Indicates the data source from which document batch data is received. Values are from the lookup ORA_CJM_BATCH_DATA_SOURCE. | ||
WORKER_ID | NUMBER | 18 | Represents the worker ID on which the source object gets processed. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
CHILD_REQUEST_ID | NUMBER | 18 | Represents the request id of the child job if spawned to process the given source object. | ||
PROCESSED_FLAG | VARCHAR2 | 1 | Indicates whether the record is processed or not. | ||
ERROR_MESSAGE | VARCHAR2 | 3000 | Contains the error message encountered while processing the records. | ||
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. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CJM_OBJECT_WORKERS_MAP_ALL_U1 | Unique | FUSION_TS_TX_IDX | OBJECT_WORKER_MAP_ID |