This database trigger is used to populate the SYNC_STAGE_DOC staging table whenever data is modified in the IN_DOC table. It is used by the synchronization framework to determine which rows have changed in the source table and requires propagation to the destination table. This DML trigger will fire after each row is inserted or updated or deleted in the source table.
The SYNC_TRG_DOC trigger has following dependencies.