PJC_PARALLEL_TRACKING_DETAILS

PJC_PARALLEL_TRACKING_DETAILS records the transactions that needs to be processed.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJC_PARALLEL_TRACK_DTLS_PK

TRACKING_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
TRACKING_DETAIL_ID NUMBER 18 Yes Tracking detail identifier. This is a surrogate primary key.
PROCESS_NAME VARCHAR2 200 Yes Name of the process being performed.
PROCESS_GROUP VARCHAR2 2000 Yes Identifier of the group of transactions to be processed as a single unit. Example for allocations, this is the rule ID.
PARENT_REQUEST_ID NUMBER 18 Yes Request identifier of the parent job.
PROCESS_REQUEST_ID NUMBER 18 Request identifier for the job being processed.
TRANSACTIONS_COUNT NUMBER Number of transactions within a group.
TRACKING_STATUS VARCHAR2 200 Attribute indicating whether this group has been allocated to a job.
IDENTIFIER_NUM_1 NUMBER 18 Transaction group attribute. Example, for allocation this is the rule ID.
IDENTIFIER_NUM_2 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_3 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_4 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_5 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_6 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_7 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_8 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_9 NUMBER 18 Transaction group number attribute.
IDENTIFIER_NUM_10 NUMBER 18 Transaction group number attribute.
IDENTIFIER_CHAR_1 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_2 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_3 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_4 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_5 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_6 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_7 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_8 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_9 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_CHAR_10 VARCHAR2 200 Transaction group character attribute.
IDENTIFIER_DATE_1 DATE Transaction group date attribute.
IDENTIFIER_DATE_2 DATE Transaction group date attribute.
IDENTIFIER_DATE_3 DATE Transaction group date attribute.
IDENTIFIER_DATE_4 DATE Transaction group date attribute.
IDENTIFIER_DATE_5 DATE Transaction group date attribute.
IDENTIFIER_DATE_6 DATE Transaction group date attribute.
IDENTIFIER_DATE_7 DATE Transaction group date attribute.
IDENTIFIER_DATE_8 DATE Transaction group date attribute.
IDENTIFIER_DATE_9 DATE Transaction group date attribute.
IDENTIFIER_DATE_10 DATE Transaction group date attribute.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 2000 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 2000 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_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 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.
ATTRIBUTE_DATE6 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE7 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE8 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE9 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE10 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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.

Indexes

Index Uniqueness Tablespace Columns
PJC_PARALLEL_TRACK_DTLS_N1 Non Unique Default PROCESS_GROUP
PJC_PARALLEL_TRACK_DTLS_N2 Non Unique Default PARENT_REQUEST_ID
PJC_PARALLEL_TRACK_DTLS_N3 Non Unique Default PROCESS_REQUEST_ID
PJC_PARALLEL_TRACK_DTLS_U1 Unique Default TRACKING_DETAIL_ID