Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Configuring Hub Console Tools
  4. Part 3: Building the Data Model
  5. Part 4: Configuring the Data Flow
  6. Part 5: Executing Informatica MDM Hub Processes
  7. Part 6: Configuring Application Access
  8. Appendix A: MDM Hub Properties
  9. Appendix B: Viewing Configuration Details
  10. Appendix C: Row-level Locking
  11. Appendix D: MDM Hub Logging
  12. Appendix E: Table Partitioning
  13. Appendix F: Collecting MDM Environment Information with the Product Usage Toolkit
  14. Appendix G: Glossary

Pending Control Table

Pending Control Table

The pending control table is a system table that the MDM Hub automatically creates for a base object. The table tracks information about records with overrides to trusted values that are waiting for a merge task action. The format of the table name is C_<base object name>_PCTL. The pending control table contains all the columns of a control table and an additional column to store the interaction ID.
The pending control table is used when a task workflow is configured for merge operations. The table is used by Business Entity Services APIs only and not by Services Integration Framework (SIF) APIs and batch jobs.
When users manually override trusted values in a record, the merge process inserts the records into the pending control table. The records that are pending a merge action are protected by an interaction ID. Each trust-enabled column of the records have four columns in the pending control table. When users manually enter correct values, a cross-reference record is created in the pending state. When the merge task is approved, the pending cross-reference records and the pending overrides are promoted and the records are merged.
The following table describes the columns in the pending control table:
Column Name
Description
INTERACTION_ID
An identifier that groups the related trust overrides that are part of a merge task. Required for a merge task action to complete.
<trust-enabled column name>_LRS
Last row ID of the source system that provides the most recent update to the base object record.
<trust-enabled column name>_LUD
Last update date of the cross-reference record that provided the final value for the record.
<trust-enabled column name>_SRX
Identifier of the cross-reference record that provided the final value for the record.
<trust-enabled column name>_OTS
Encoded trust settings to facilitate trust overrides.
If history is enabled for a base object, the MDM Hub maintains a separate history table for the pending control table. The name format of the history table associated with the pending control table is C_<base object name>_HPCT.

0 COMMENTS

We’d like to hear from you!